2024-05-20 22:03:50 -04:00
|
|
|
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://dhrq8tkycy1f"]
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dah87146gpgag" path="res://Sprites/Spells/Poison Spells Pack by Captainskeleto/Poison Spells/Poison Spell50.png" id="1_aenud"]
|
|
|
|
[ext_resource type="Script" path="res://Resources/spell.gd" id="2_5m3ue"]
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
script = ExtResource("2_5m3ue")
|
|
|
|
icon = ExtResource("1_aenud")
|
|
|
|
name = "Acid Spray"
|
|
|
|
description = "Spray acid in front of you, disolving your opponents"
|
|
|
|
rarity = 0
|
|
|
|
animation = "res://Scenes/Animations/acidSprayAnim.tscn"
|
|
|
|
damage = 2.0
|
|
|
|
backfireStrength = 1.0
|
|
|
|
castCombo = Array[String](["left", "right", "up"])
|
|
|
|
element = 3
|
|
|
|
stunning = false
|
|
|
|
timeout = 10.0
|
|
|
|
cooldown = 3.0
|
|
|
|
blockStrength = {
|
|
|
|
0: 0.8,
|
|
|
|
1: 0.9,
|
|
|
|
2: 0.9,
|
|
|
|
3: 0.8,
|
2024-05-30 15:56:16 -04:00
|
|
|
4: 1.0,
|
|
|
|
5: 1.0
|
2024-05-20 22:03:50 -04:00
|
|
|
}
|