27 lines
744 B
Plaintext
27 lines
744 B
Plaintext
[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"
|
|
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
|
|
}
|