
- Fixed some spell animations - Fixed crash with healing spells - Added scene transitions - Added boolean for web build to disable window type selection - Fixed some random errors
28 lines
792 B
Plaintext
28 lines
792 B
Plaintext
[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"
|
|
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
|
|
}
|