27 lines
822 B
Plaintext
27 lines
822 B
Plaintext
[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"
|
|
rarity = 2
|
|
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
|
|
timeout = 5.0
|
|
cooldown = 10.0
|
|
blockStrength = {
|
|
0: 0.0,
|
|
1: 0.0,
|
|
2: 0.0,
|
|
3: 0.0,
|
|
4: 0.0
|
|
}
|