28 lines
825 B
Plaintext
Raw Normal View History

[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://dk5sne3jycvj7"]
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_fb2c7"]
[ext_resource type="Texture2D" uid="uid://m8yumu5wd5dg" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Ice Spells by Captainskeleto/Ice Spells/Ice Spells11.png" id="1_tw622"]
[resource]
script = ExtResource("1_fb2c7")
icon = ExtResource("1_tw622")
name = "Healing Wave"
description = "Heal yourself with a wave of enchanted water"
rarity = 1
animation = "res://Scenes/Animations/healingWaveAnim.tscn"
damage = -3.0
backfireStrength = 3.0
castCombo = Array[String](["up", "down", "right", "right", "up"])
element = 0
stunning = false
timeout = 5.0
cooldown = 7.0
blockStrength = {
0: 1.0,
1: 1.0,
2: 1.0,
3: 1.0,
4: 1.0,
5: 1.0
}