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

[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://1xbik4qndtkh"]
[ext_resource type="Texture2D" uid="uid://wr45fiqtfyfe" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Fire Spell Pack by Captainskeleto/Fire Spells/Fire Spell Pack8.png" id="1_67qon"]
[ext_resource type="Script" path="res://Resources/spell.gd" id="2_ccu2m"]
[resource]
script = ExtResource("2_ccu2m")
icon = ExtResource("1_67qon")
name = "Firebolt"
description = "Cast a small line of fire at your opponent"
rarity = 0
animation = "res://Scenes/Animations/fireboltAnim.tscn"
damage = 1.0
backfireStrength = 1.0
castCombo = Array[String](["up", "down", "down"])
element = 1
stunning = false
timeout = 10.0
cooldown = 2.0
blockStrength = {
0: 1.0,
1: 1.0,
2: 1.0,
3: 1.0,
4: 1.0,
5: 1.0
}