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-20 22:03:50 -04:00
|
|
|
rarity = 0
|
2024-05-12 00:22:34 -04:00
|
|
|
animation = "res://Scenes/Animations/fireboltAnim.tscn"
|
2024-06-01 17:16:57 -04:00
|
|
|
damage = null
|
|
|
|
backfireStrength = null
|
2024-05-02 14:27:28 -04:00
|
|
|
castCombo = Array[String](["up", "down", "down"])
|
|
|
|
element = 1
|
2024-06-01 17:16:57 -04:00
|
|
|
stunning = null
|
|
|
|
timeout = null
|
2024-05-03 07:56:32 -04:00
|
|
|
cooldown = 2.0
|
2024-05-15 22:42:15 -04:00
|
|
|
blockStrength = {
|
|
|
|
0: 1.0,
|
|
|
|
1: 1.0,
|
|
|
|
2: 1.0,
|
|
|
|
3: 1.0,
|
2024-05-30 15:56:16 -04:00
|
|
|
4: 1.0,
|
|
|
|
5: 1.0
|
2024-05-15 22:42:15 -04:00
|
|
|
}
|