
- 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
833 B
Plaintext
28 lines
833 B
Plaintext
[gd_resource type="Resource" script_class="Spell" load_steps=3 format=3 uid="uid://nd0s6k17wswc"]
|
|
|
|
[ext_resource type="Script" path="res://Resources/spell.gd" id="1_0rgwr"]
|
|
[ext_resource type="Texture2D" uid="uid://boxgjaxkphhbv" path="res://Sprites/Spells/Ice & Fire Spells Pack by Captainskeleto/Fire Spell Pack by Captainskeleto/Fire Spells/Fire Spell Pack3.png" id="1_o8wfp"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_0rgwr")
|
|
icon = ExtResource("1_o8wfp")
|
|
name = "Wall of Fire"
|
|
description = "Conjure a flaming wall to scorch your enemies"
|
|
rarity = 1
|
|
animation = "res://Scenes/Animations/wallOfFireAnim.tscn"
|
|
damage = 5.0
|
|
backfireStrength = 3.0
|
|
castCombo = Array[String](["up", "up", "left", "right", "down"])
|
|
element = 1
|
|
stunning = false
|
|
timeout = 5.0
|
|
cooldown = 7.0
|
|
blockStrength = {
|
|
0: 0.8,
|
|
1: 1.0,
|
|
2: 0.6,
|
|
3: 0.5,
|
|
4: 1.0,
|
|
5: 1.0
|
|
}
|