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
834 B
Plaintext

[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://bmpu6k55bckdv"]
[ext_resource type="Texture2D" uid="uid://c3e14oly7elf3" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Fire Spell Pack by Captainskeleto/Fire Spells/Fire Spell Pack52.png" id="1_8gs1u"]
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_iewgb"]
[resource]
script = ExtResource("1_iewgb")
icon = ExtResource("1_8gs1u")
name = "Fireball"
description = "An enourmous ball of fire"
rarity = 2
animation = "res://Scenes/Animations/fireballAnim.tscn"
damage = 8.0
backfireStrength = 6.0
castCombo = Array[String](["up", "down", "down", "left", "right", "left", "right", "up"])
element = 1
stunning = true
timeout = 5.0
cooldown = 10.0
blockStrength = {
0: 0.4,
1: 0.6,
2: 0.4,
3: 0.2,
4: 0.7,
5: 1.0
}