[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://csq4f4vhgymg6"] [ext_resource type="Texture2D" uid="uid://cqf4y6cra8jd5" path="res://Sprites/Spells/Stone Spells Pack by Captainskeleto/Stone Spells/Stone Spells19.png" id="1_hs770"] [ext_resource type="Script" path="res://Resources/spell.gd" id="1_k8ntc"] [resource] script = ExtResource("1_k8ntc") icon = ExtResource("1_hs770") name = "Sandstorm" description = "Surround your opponent in a cyclone of sand" rarity = 1 animation = "res://Scenes/Animations/sandstormAnim.tscn" damage = 5.0 backfireStrength = 2.0 castCombo = Array[String](["right", "up", "right", "up", "right"]) element = 4 stunning = true timeout = 5.0 cooldown = 10.0 blockStrength = { 0: 0.7, 1: 0.6, 2: 0.85, 3: 0.8, 4: 0.9 }