
- 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
28 lines
835 B
Plaintext
28 lines
835 B
Plaintext
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://c7kscsdqb8l40"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bxyhcltncvy30" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Fire Spell Pack by Captainskeleto/Fire Spells/Fire Spell Pack65.png" id="1_62ld1"]
|
|
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_avtxj"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_avtxj")
|
|
icon = ExtResource("1_62ld1")
|
|
name = "Cauterize Wound"
|
|
description = "Cauterize your wounds, healing you a small amount"
|
|
rarity = 0
|
|
animation = "res://Scenes/Animations/cauterizeWoundAnim.tscn"
|
|
damage = -1.0
|
|
backfireStrength = 1.0
|
|
castCombo = Array[String](["down", "down", "down"])
|
|
element = 5
|
|
stunning = false
|
|
timeout = 10.0
|
|
cooldown = 4.0
|
|
blockStrength = {
|
|
0: 1.0,
|
|
1: 1.0,
|
|
2: 1.0,
|
|
3: 1.0,
|
|
4: 1.0,
|
|
5: 1.0
|
|
}
|