2024-05-02 15:39:04 -04:00
|
|
|
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://bmpu6k55bckdv"]
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c3e14oly7elf3" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Fire Spell Pack by Captainskeleto/Fire Spells/Fire Spell Pack52.png" id="1_8gs1u"]
|
|
|
|
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_iewgb"]
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
script = ExtResource("1_iewgb")
|
|
|
|
icon = ExtResource("1_8gs1u")
|
|
|
|
name = "Fireball"
|
|
|
|
description = "An enourmous ball of fire"
|
2024-05-03 19:45:30 -04:00
|
|
|
animation = "res://Scenes/Animations/fireballAnim.tscn"
|
2024-05-02 15:39:04 -04:00
|
|
|
damage = 8.0
|
|
|
|
backfireStrength = 6.0
|
|
|
|
castCombo = Array[String](["up", "down", "down", "left", "right", "left", "right", "up"])
|
|
|
|
element = 1
|
|
|
|
stunning = true
|
|
|
|
timeout = 5.0
|
|
|
|
cooldown = 10.0
|