2024-05-02 14:27:28 -04:00
|
|
|
[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"
|
2024-05-12 00:22:34 -04:00
|
|
|
animation = "res://Scenes/Animations/fireboltAnim.tscn"
|
2024-05-02 14:27:28 -04:00
|
|
|
damage = 1.0
|
2024-05-02 15:39:04 -04:00
|
|
|
backfireStrength = 1.0
|
2024-05-02 14:27:28 -04:00
|
|
|
castCombo = Array[String](["up", "down", "down"])
|
2024-05-02 15:39:04 -04:00
|
|
|
castProgress = 0
|
2024-05-02 14:27:28 -04:00
|
|
|
element = 1
|
|
|
|
stunning = false
|
2024-05-02 15:39:04 -04:00
|
|
|
timeout = 10.0
|
2024-05-03 07:56:32 -04:00
|
|
|
cooldown = 2.0
|