[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://dl6nv6lp460n3"] [ext_resource type="Script" path="res://Resources/spell.gd" id="1_6330o"] [ext_resource type="Texture2D" uid="uid://7gkwrxdb1exv" path="res://Sprites/Spells/Stone Spells Pack by Captainskeleto/Stone Spells/Stone Spells33.png" id="1_qg8v4"] [resource] script = ExtResource("1_6330o") icon = ExtResource("1_qg8v4") name = "Rock Throw" description = "Throw a rock at your opponent" rarity = 0 animation = "res://Scenes/Animations/rockThrowAnim.tscn" damage = 0.5 backfireStrength = 1.0 castCombo = Array[String](["down", "up", "up"]) element = 4 stunning = true timeout = 10.0 cooldown = 5.0 blockStrength = { 0: 0.8, 1: 0.8, 2: 0.8, 3: 0.9, 4: 0.6, 5: 1.0 }