Raise-Your-Wand/Resources/Spells/rare/poisonShield.tres

28 lines
792 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://dl51vjra873m1"]
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_qqt37"]
[ext_resource type="Texture2D" uid="uid://c0kamwpaivuqi" path="res://Sprites/Spells/Poison Spells Pack by Captainskeleto/Poison Spells/Poison Spell11.png" id="1_sbibn"]
[resource]
script = ExtResource("1_qqt37")
icon = ExtResource("1_sbibn")
name = "Poison Shield"
description = "Throw up a shield of condensed poison"
rarity = 1
animation = "res://Scenes/Animations/poisonShieldAnim.tscn"
2024-05-20 22:03:50 -04:00
damage = 0.0
backfireStrength = 2.0
castCombo = Array[String](["left", "right", "up", "up", "down"])
element = 3
stunning = false
timeout = 5.0
cooldown = 7.0
blockStrength = {
0: 0.4,
1: 0.3,
2: 0.4,
3: 0.25,
4: 0.6,
5: 1.0
2024-05-20 22:03:50 -04:00
}