2024-05-19 18:38:27 -04:00
|
|
|
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://bhihoutcyqxby"]
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c66fwkoxxenh5" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Ice Spells by Captainskeleto/Ice Spells/Ice Spells9.png" id="1_34anb"]
|
|
|
|
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_ikmq5"]
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
script = ExtResource("1_ikmq5")
|
|
|
|
icon = ExtResource("1_34anb")
|
|
|
|
name = "Duck Swarm"
|
|
|
|
description = "Duck"
|
2024-05-20 22:03:50 -04:00
|
|
|
rarity = 3
|
2024-05-19 18:38:27 -04:00
|
|
|
animation = ""
|
|
|
|
damage = 15.0
|
|
|
|
backfireStrength = 9.0
|
|
|
|
castCombo = Array[String](["up", "down", "up", "down", "up", "down", "up", "down", "up", "down", "right", "right"])
|
|
|
|
element = 0
|
|
|
|
stunning = true
|
|
|
|
timeout = 10.0
|
|
|
|
cooldown = 30.0
|
|
|
|
blockStrength = {
|
|
|
|
0: 0.0,
|
|
|
|
1: 0.25,
|
|
|
|
2: 0.1,
|
|
|
|
3: 0.0,
|
2024-05-30 15:56:16 -04:00
|
|
|
4: 0.25,
|
|
|
|
5: 1.0
|
2024-05-19 18:38:27 -04:00
|
|
|
}
|