2024-06-01 17:16:57 -04:00
|
|
|
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://c37f32agrhtsv"]
|
2024-05-28 22:07:10 -04:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_3x5uw"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://drvw5jh0n1waw" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Ice Spells by Captainskeleto/Ice Spells/Ice Spells18.png" id="1_yypf2"]
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
script = ExtResource("1_3x5uw")
|
|
|
|
icon = ExtResource("1_yypf2")
|
|
|
|
name = "Frost Coat"
|
|
|
|
description = "Create a thin veil of frost, somewhat defending from incoming attacks"
|
|
|
|
rarity = 0
|
|
|
|
animation = "res://Scenes/Animations/frostCoatAnim.tscn"
|
|
|
|
damage = 0.0
|
2024-06-01 17:16:57 -04:00
|
|
|
backfireStrength = null
|
2024-05-28 22:07:10 -04:00
|
|
|
castCombo = Array[String](["left", "down", "right"])
|
|
|
|
element = 2
|
2024-06-01 17:16:57 -04:00
|
|
|
stunning = null
|
|
|
|
timeout = null
|
|
|
|
cooldown = null
|
2024-05-28 22:07:10 -04:00
|
|
|
blockStrength = {
|
|
|
|
0: 0.8,
|
|
|
|
1: 0.9,
|
|
|
|
2: 0.8,
|
|
|
|
3: 0.65,
|
|
|
|
4: 0.9,
|
|
|
|
5: 1.0
|
|
|
|
}
|