nc5432 b0508379c6 Got cast indicator working
- Also added a couple of spells
- Got started on animation system
2024-05-03 07:56:32 -04:00

20 lines
708 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 = ""
damage = 4.0
backfireStrength = 2.0
castCombo = Array[String](["left", "left", "left", "down", "left"])
castProgress = 0
element = 2
stunning = false
timeout = 5.0
cooldown = 5.0