2024-05-03 07:56:32 -04:00
|
|
|
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://b1c2yi3rk1rhw"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_7p6oj"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cthn7tp1s1aoc" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Ice Spells by Captainskeleto/Ice Spells/Ice Spells80.png" id="1_lo7uk"]
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
script = ExtResource("1_7p6oj")
|
|
|
|
icon = ExtResource("1_lo7uk")
|
|
|
|
name = "Lightning Bolt"
|
|
|
|
description = "A bolt of lightning"
|
|
|
|
animation = ""
|
|
|
|
damage = 10.0
|
|
|
|
backfireStrength = 8.0
|
|
|
|
castCombo = Array[String](["left", "up", "right", "down", "left", "up", "right", "down", "up", "down"])
|
|
|
|
element = 1
|
|
|
|
stunning = true
|
|
|
|
timeout = 4.0
|
|
|
|
cooldown = 10.0
|
2024-05-15 22:42:15 -04:00
|
|
|
blockStrength = {
|
|
|
|
0: 1.0,
|
|
|
|
1: 1.0,
|
|
|
|
2: 1.0,
|
|
|
|
3: 1.0,
|
|
|
|
4: 1.0
|
|
|
|
}
|