20 lines
748 B
Plaintext
Raw Normal View History

[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://1xbik4qndtkh"]
[ext_resource type="Texture2D" uid="uid://wr45fiqtfyfe" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Fire Spell Pack by Captainskeleto/Fire Spells/Fire Spell Pack8.png" id="1_67qon"]
[ext_resource type="Script" path="res://Resources/spell.gd" id="2_ccu2m"]
[resource]
script = ExtResource("2_ccu2m")
icon = ExtResource("1_67qon")
name = "Firebolt"
description = "Cast a small line of fire at your opponent"
animation = "res://Scenes/Animations/fireboltAnim.tscn"
damage = 1.0
backfireStrength = 1.0
castCombo = Array[String](["up", "down", "down"])
castProgress = 0
element = 1
stunning = false
timeout = 10.0
cooldown = 2.0