2024-05-20 22:03:50 -04:00

27 lines
801 B
Plaintext

[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"
rarity = 1
animation = "res://Scenes/Animations/icyWindAnim.tscn"
damage = 5.0
backfireStrength = 2.0
castCombo = Array[String](["left", "left", "left", "down", "left"])
element = 2
stunning = false
timeout = 5.0
cooldown = 7.0
blockStrength = {
0: 0.9,
1: 0.6,
2: 0.9,
3: 0.9,
4: 1.0
}