28 lines
810 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"
2024-05-20 22:03:50 -04:00
rarity = 0
animation = "res://Scenes/Animations/fireboltAnim.tscn"
damage = null
backfireStrength = null
castCombo = Array[String](["up", "down", "down"])
element = 1
stunning = null
timeout = null
cooldown = 2.0
blockStrength = {
0: 1.0,
1: 1.0,
2: 1.0,
3: 1.0,
4: 1.0,
5: 1.0
}