Nolan A Casey 80a80e4c74 Worked on some things
- Spellbooks
- Spells
- Spellcasting
- Player controller
- Particles
- Animations
2024-05-02 14:27:28 -04:00

16 lines
584 B
Plaintext

[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"
animation = ""
damage = 0.5
castCombo = Array[String](["down", "up", "up"])
element = 4
stunning = true