nc5432 256e070818 Spells, fonts, and animations
- Fixed bugs with animations
- Added spell defenses
- Experimented with alternate fonts
2024-05-15 22:42:15 -04:00

26 lines
738 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 = "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 = 2.0
blockStrength = {
0: 0.8,
1: 0.8,
2: 0.8,
3: 0.9,
4: 0.6
}