28 lines
830 B
Plaintext
Raw Normal View History

2024-05-19 18:38:27 -04:00
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://7rne03vmayep"]
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_tcejn"]
[ext_resource type="Texture2D" uid="uid://cq7v8s418cgqx" path="res://Sprites/Spells/Stone Spells Pack by Captainskeleto/Stone Spells/Stone Spells66.png" id="1_y0baf"]
[resource]
script = ExtResource("1_tcejn")
icon = ExtResource("1_y0baf")
name = "Stone Wall"
description = "Raise a protective wall of stone, shielding you from all attacks"
2024-05-20 22:03:50 -04:00
rarity = 2
2024-05-19 18:38:27 -04:00
animation = "res://Scenes/Animations/stoneWallAnim.tscn"
damage = 0.0
backfireStrength = 1.0
castCombo = Array[String](["down", "down", "left", "right", "up", "up", "up", "up"])
element = 4
stunning = false
2024-05-20 22:03:50 -04:00
timeout = 5.0
2024-05-19 18:38:27 -04:00
cooldown = 10.0
blockStrength = {
0: 0.0,
1: 0.0,
2: 0.0,
3: 0.0,
4: 0.0,
5: 1.0
2024-05-19 18:38:27 -04:00
}