28 lines
833 B
Plaintext
Raw Normal View History

2024-05-20 22:03:50 -04:00
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://nd0s6k17wswc"]
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_0rgwr"]
[ext_resource type="Texture2D" uid="uid://boxgjaxkphhbv" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Fire Spell Pack by Captainskeleto/Fire Spells/Fire Spell Pack3.png" id="1_o8wfp"]
[resource]
script = ExtResource("1_0rgwr")
icon = ExtResource("1_o8wfp")
name = "Wall of Fire"
description = "Conjure a flaming wall to scorch your enemies"
rarity = 1
animation = "res://Scenes/Animations/wallOfFireAnim.tscn"
2024-05-20 22:03:50 -04:00
damage = 5.0
backfireStrength = 3.0
castCombo = Array[String](["up", "up", "left", "right", "down"])
element = 1
stunning = false
timeout = 5.0
cooldown = 7.0
blockStrength = {
0: 0.8,
2024-05-20 22:03:50 -04:00
1: 1.0,
2: 0.6,
3: 0.5,
4: 1.0,
5: 1.0
2024-05-20 22:03:50 -04:00
}