28 lines
752 B
Plaintext
Raw Normal View History

2024-05-20 22:03:50 -04:00
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://opiwxkwnw2yp"]
[ext_resource type="Texture2D" uid="uid://ce8l4nrqbhf0g" path="res://Sprites/Spells/Poison Spells Pack by Captainskeleto/Poison Spells/Poison Spell41.png" id="1_h33l2"]
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_xw5ha"]
[resource]
script = ExtResource("1_xw5ha")
icon = ExtResource("1_h33l2")
name = "Poison Sting"
description = "Poison Sting"
rarity = 0
animation = "res://Scenes/Animations/poisonStingAnim.tscn"
2024-05-20 22:03:50 -04:00
damage = 3.0
backfireStrength = 1.0
castCombo = Array[String](["left", "right", "down"])
element = 0
stunning = false
timeout = 10.0
cooldown = 2.0
blockStrength = {
0: 1.0,
1: 1.0,
2: 1.0,
3: 1.0,
4: 1.0,
5: 1.0
2024-05-20 22:03:50 -04:00
}