Nolan A Casey 2892503dee Bug fixes, transitions
- Fixed some spell animations
- Fixed crash with healing spells
- Added scene transitions
- Added boolean for web build to disable window type selection
- Fixed some random errors
2024-05-30 15:56:16 -04:00

28 lines
792 B
Plaintext

[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://bhihoutcyqxby"]
[ext_resource type="Texture2D" uid="uid://c66fwkoxxenh5" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Ice Spells by Captainskeleto/Ice Spells/Ice Spells9.png" id="1_34anb"]
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_ikmq5"]
[resource]
script = ExtResource("1_ikmq5")
icon = ExtResource("1_34anb")
name = "Duck Swarm"
description = "Duck"
rarity = 3
animation = ""
damage = 15.0
backfireStrength = 9.0
castCombo = Array[String](["up", "down", "up", "down", "up", "down", "up", "down", "up", "down", "right", "right"])
element = 0
stunning = true
timeout = 10.0
cooldown = 30.0
blockStrength = {
0: 0.0,
1: 0.25,
2: 0.1,
3: 0.0,
4: 0.25,
5: 1.0
}