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

[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://b3glmfhohyl68"]
[ext_resource type="Texture2D" uid="uid://b3ysf4coderpd" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Ice Spells by Captainskeleto/Ice Spells/Ice Spells15.png" id="1_2g25m"]
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_imvqa"]
[resource]
script = ExtResource("1_imvqa")
icon = ExtResource("1_2g25m")
name = "Ice Spear"
description = "Throw a spear of ice at your opponent"
rarity = 0
animation = "res://Scenes/Animations/iceSpearAnim.tscn"
damage = 3.0
backfireStrength = 1.0
castCombo = Array[String](["down", "down", "right"])
element = 2
stunning = true
timeout = 5.0
cooldown = 5.0
blockStrength = {
0: 0.9,
1: 0.95,
2: 1.0,
3: 0.9,
4: 0.85,
5: 1.0
}