Raise-Your-Wand/Resources/Spells/common/cauterizeWound.tres

27 lines
827 B
Plaintext
Raw Normal View History

[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
}