Raise-Your-Wand/Resources/Spells/wallOfFire.tres
2024-05-20 22:03:50 -04:00

27 lines
782 B
Plaintext

[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://nd0s6k17wswc"]
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_0rgwr"]
[ext_resource type="Texture2D" uid="uid://boxgjaxkphhbv" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Fire Spell Pack by Captainskeleto/Fire Spells/Fire Spell Pack3.png" id="1_o8wfp"]
[resource]
script = ExtResource("1_0rgwr")
icon = ExtResource("1_o8wfp")
name = "Wall of Fire"
description = "Conjure a flaming wall to scorch your enemies"
rarity = 1
animation = ""
damage = 5.0
backfireStrength = 3.0
castCombo = Array[String](["up", "up", "left", "right", "down"])
element = 1
stunning = false
timeout = 5.0
cooldown = 7.0
blockStrength = {
0: 1.0,
1: 1.0,
2: 1.0,
3: 1.0,
4: 1.0
}