nc5432 fdd5980f95 Worked on spells and tweaks
- Added more spells
- Added plans for more spells
- Added support for healing spells
- Worked on getting enemy spellbook randomization implemented
- Added some enemy animations
- Tweaked healthbar size so that red doesn't poke over the top
- Cleaned up some unused scripts
2024-05-28 22:07:10 -04:00

28 lines
835 B
Plaintext

[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://dx77rvbbn58si"]
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_3x5uw"]
[ext_resource type="Texture2D" uid="uid://drvw5jh0n1waw" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Ice Spells by Captainskeleto/Ice Spells/Ice Spells18.png" id="1_yypf2"]
[resource]
script = ExtResource("1_3x5uw")
icon = ExtResource("1_yypf2")
name = "Frost Coat"
description = "Create a thin veil of frost, somewhat defending from incoming attacks"
rarity = 0
animation = "res://Scenes/Animations/frostCoatAnim.tscn"
damage = 0.0
backfireStrength = 1.0
castCombo = Array[String](["left", "down", "right"])
element = 2
stunning = false
timeout = 10.0
cooldown = 1.0
blockStrength = {
0: 0.8,
1: 0.9,
2: 0.8,
3: 0.65,
4: 0.9,
5: 1.0
}