2024-05-27 13:05:36 -04:00

27 lines
778 B
Plaintext

[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,
4: 1.0
}