Raise-Your-Wand/Resources/Spells/lightningBolt.tres
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
736 B
Plaintext

[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://b1c2yi3rk1rhw"]
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_7p6oj"]
[ext_resource type="Texture2D" uid="uid://cthn7tp1s1aoc" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Ice Spells by Captainskeleto/Ice Spells/Ice Spells80.png" id="1_lo7uk"]
[resource]
script = ExtResource("1_7p6oj")
icon = ExtResource("1_lo7uk")
name = "Lightning Bolt"
description = "A bolt of lightning"
animation = ""
damage = 10.0
backfireStrength = 8.0
castCombo = Array[String](["left", "up", "right", "down", "left", "up", "right", "down", "up", "down"])
castProgress = 0
element = 1
stunning = true
timeout = 4.0
cooldown = 10.0