2024-05-03 07:56:32 -04:00
|
|
|
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://c6mwbnutxm3vb"]
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ciwwmx45v5o85" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Ice Spells by Captainskeleto/Ice Spells/Ice Spells23.png" id="1_0yb3x"]
|
|
|
|
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_r2m62"]
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
script = ExtResource("1_r2m62")
|
|
|
|
icon = ExtResource("1_0yb3x")
|
|
|
|
name = "Icy Wind"
|
|
|
|
description = "Blows frigid wind at your opponent"
|
2024-05-14 21:40:18 -04:00
|
|
|
animation = "res://Scenes/Animations/icyWindAnim.tscn"
|
2024-05-03 07:56:32 -04:00
|
|
|
damage = 4.0
|
|
|
|
backfireStrength = 2.0
|
|
|
|
castCombo = Array[String](["left", "left", "left", "down", "left"])
|
|
|
|
element = 2
|
|
|
|
stunning = false
|
|
|
|
timeout = 5.0
|
|
|
|
cooldown = 5.0
|
2024-05-15 22:42:15 -04:00
|
|
|
blockStrength = {
|
|
|
|
0: 0.9,
|
|
|
|
1: 0.6,
|
|
|
|
2: 0.9,
|
|
|
|
3: 0.9,
|
|
|
|
4: 1.0
|
|
|
|
}
|