2024-06-07 16:23:26 -04:00
|
|
|
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://c7kscsdqb8l40"]
|
2024-05-28 22:07:10 -04:00
|
|
|
|
|
|
|
[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"
|
2024-06-01 11:01:21 -04:00
|
|
|
description = "Cauterize your wounds, healing yourself a small amount"
|
2024-05-28 22:07:10 -04:00
|
|
|
rarity = 0
|
|
|
|
animation = "res://Scenes/Animations/cauterizeWoundAnim.tscn"
|
|
|
|
damage = -1.0
|
2024-06-01 17:16:57 -04:00
|
|
|
backfireStrength = null
|
2024-05-28 22:07:10 -04:00
|
|
|
castCombo = Array[String](["down", "down", "down"])
|
|
|
|
element = 5
|
2024-06-01 17:16:57 -04:00
|
|
|
stunning = null
|
|
|
|
timeout = null
|
2024-05-28 22:07:10 -04:00
|
|
|
cooldown = 4.0
|
|
|
|
blockStrength = {
|
|
|
|
0: 1.0,
|
|
|
|
1: 1.0,
|
|
|
|
2: 1.0,
|
|
|
|
3: 1.0,
|
2024-05-30 15:56:16 -04:00
|
|
|
4: 1.0,
|
|
|
|
5: 1.0
|
2024-05-28 22:07:10 -04:00
|
|
|
}
|