27 lines
751 B
Plaintext
27 lines
751 B
Plaintext
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://b3glmfhohyl68"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b3ysf4coderpd" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Ice Spells by Captainskeleto/Ice Spells/Ice Spells15.png" id="1_2g25m"]
|
|
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_imvqa"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_imvqa")
|
|
icon = ExtResource("1_2g25m")
|
|
name = "Ice Spear"
|
|
description = "Throw a spear of ice at your opponent"
|
|
rarity = 0
|
|
animation = ""
|
|
damage = 3.0
|
|
backfireStrength = 1.0
|
|
castCombo = Array[String](["down", "down", "right"])
|
|
element = 2
|
|
stunning = true
|
|
timeout = 5.0
|
|
cooldown = 5.0
|
|
blockStrength = {
|
|
0: 0.9,
|
|
1: 0.95,
|
|
2: 1.0,
|
|
3: 0.9,
|
|
4: 0.85
|
|
}
|