nc5432 69008d0046 More animations
- Implemented firebolt animation
- Started on icy wind animation
- Added animation to health bars
- Improved the animation system more
- Cleaned up some code
2024-05-14 21:40:18 -04:00

19 lines
731 B
Plaintext

[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://c6mwbnutxm3vb"]
[ext_resource type="Texture2D" uid="uid://ciwwmx45v5o85" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Ice Spells by Captainskeleto/Ice Spells/Ice Spells23.png" id="1_0yb3x"]
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_r2m62"]
[resource]
script = ExtResource("1_r2m62")
icon = ExtResource("1_0yb3x")
name = "Icy Wind"
description = "Blows frigid wind at your opponent"
animation = "res://Scenes/Animations/icyWindAnim.tscn"
damage = 4.0
backfireStrength = 2.0
castCombo = Array[String](["left", "left", "left", "down", "left"])
element = 2
stunning = false
timeout = 5.0
cooldown = 5.0