Rework item descriptions, fix item rescue menu

This commit is contained in:
2026-02-18 02:41:22 -08:00
parent d39524ffe2
commit 104b9cf25e
172 changed files with 1336 additions and 915 deletions

View File

@@ -20,7 +20,9 @@ public partial class EffectItem : Node3D, IBaseInventoryItem
public string ItemName => Stats.Name;
public string Description => Stats.Description;
public string StatDescription => Stats.StatDescription;
public string FlavorText => Stats.FlavorText;
public float SpawnRate => Stats.SpawnRate;

View File

@@ -8,7 +8,8 @@ script = ExtResource("2_yytis")
UsableItemTag = 9
ElementalDamageType = 1
Name = "Aeolic Caster"
Description = "Deal Aeolic Damage to all enemies in the room."
StatDescription = "Deals Aeolic damage to all enemies inside the room."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -8,7 +8,8 @@ script = ExtResource("1_3gj16")
UsableItemTag = 16
ElementalDamageType = 0
Name = "An Bradán Feasa"
Description = "Doubles EXP temporarily."
StatDescription = "Temporarily doubles rate of experience gained."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -8,7 +8,8 @@ script = ExtResource("2_pkr04")
UsableItemTag = 21
ElementalDamageType = 0
Name = "Blue Talisman"
Description = "Permanently Increases DEF by 1."
StatDescription = "Permanently increases DEF by 1."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 1

View File

@@ -8,7 +8,8 @@ script = ExtResource("2_i4na1")
UsableItemTag = 9
ElementalDamageType = 5
Name = "Ferrum Caster"
Description = "Deal Ferrum Damage to all enemies in the room."
StatDescription = "Deals Ferrum damage to all enemies inside the room."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -8,7 +8,8 @@ script = ExtResource("2_mnvt1")
UsableItemTag = 22
ElementalDamageType = 0
Name = "Green Talisman"
Description = "Permanently Increases Luck."
StatDescription = "Permanently increases Luck by 1."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -8,7 +8,8 @@ script = ExtResource("1_mj844")
UsableItemTag = 9
ElementalDamageType = 3
Name = "Hydric Caster"
Description = "Deal Hydric Damage to all enemies in the room."
StatDescription = "Deals Hydric damage to all enemies inside the room."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -8,7 +8,8 @@ script = ExtResource("2_cl8lc")
UsableItemTag = 9
ElementalDamageType = 4
Name = "Igneous Caster"
Description = "Deal Igneous Damage to all enemies in the room."
StatDescription = "Deals Igneous damage to all enemies inside the room."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -8,7 +8,8 @@ script = ExtResource("1_eeb8x")
UsableItemTag = 0
ElementalDamageType = 0
Name = "Unknown Seal"
Description = "Unknown seal."
StatDescription = "Unknown spell."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -8,7 +8,8 @@ script = ExtResource("2_as50m")
UsableItemTag = 23
ElementalDamageType = 0
Name = "Red Talisman"
Description = "Permanently Increases Attack by 1."
StatDescription = "Permanently increases ATK by 1."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 1
BonusDefense = 0

View File

@@ -1,14 +1,15 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://5tbtsch3qagg"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_drp30"]
[ext_resource type="Texture2D" uid="uid://iiajy3h10e6a" path="res://src/items/effect/textures/Heaven's Rebellion.png" id="1_g0a3x"]
[ext_resource type="Texture2D" uid="uid://iiajy3h10e6a" path="res://src/items/effect/textures/Heaven's Rebellion.png" id="1_tuxv5"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_jvomr"]
[resource]
script = ExtResource("1_drp30")
script = ExtResource("2_jvomr")
UsableItemTag = 8
ElementalDamageType = 0
Name = "Scripture Sign: Heaven's Rebellion"
Description = "Heals self and all enemies in current room to maximum HP."
StatDescription = "Heals all present in the room to full health."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_g0a3x")
Texture = ExtResource("1_tuxv5")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,14 +1,15 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cxfu683mhpu6v"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_50lqu"]
[ext_resource type="Texture2D" uid="uid://ojyd0rjybuhr" path="res://src/items/effect/textures/Devic Balance.png" id="1_j7j7j"]
[ext_resource type="Texture2D" uid="uid://ojyd0rjybuhr" path="res://src/items/effect/textures/Devic Balance.png" id="1_ockb8"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_gddn0"]
[resource]
script = ExtResource("1_50lqu")
script = ExtResource("2_gddn0")
UsableItemTag = 6
ElementalDamageType = 0
Name = "Scripture Sign: Devic Balance"
Description = "Kill half of all enemies in current room."
StatDescription = "Destroys half of the enemies in the room."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_j7j7j")
Texture = ExtResource("1_ockb8")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,14 +1,15 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://bptg6eybj5dxk"]
[ext_resource type="Texture2D" uid="uid://c0vl8e3f3ygd8" path="res://src/items/effect/textures/Divinity Recall.png" id="1_gmjok"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_7573q"]
[ext_resource type="Texture2D" uid="uid://c0vl8e3f3ygd8" path="res://src/items/effect/textures/Divinity Recall.png" id="1_5k3il"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_vbkuy"]
[resource]
script = ExtResource("2_7573q")
script = ExtResource("2_vbkuy")
UsableItemTag = 4
ElementalDamageType = 0
Name = "Scripture Sign: Divinity Recall"
Description = "Teleports all enemies to current room."
StatDescription = "Summons all enemies on the floor to the current room."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_gmjok")
Texture = ExtResource("1_5k3il")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,14 +1,16 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cm6g24fepdfj6"]
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://drogp1a0h4pwb"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_4oq2l"]
[ext_resource type="Texture2D" uid="uid://cotx23ubs88di" path="res://src/items/effect/textures/Gospel of Dimension.png" id="1_hpmyf"]
[ext_resource type="Texture2D" uid="uid://cotx23ubs88di" path="res://src/items/effect/textures/Gospel of Dimension.png" id="1_wuiy1"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_obx74"]
[resource]
script = ExtResource("1_4oq2l")
script = ExtResource("2_obx74")
UsableItemTag = 20
ElementalDamageType = 0
Name = "Scripture Sign: Gospel of Dimension"
Description = "Warps target to the exit. No effect on player if exit has not been found."
StatDescription = "Warps you to the exit.
Does nothing if the exit has yet to be found."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +27,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_hpmyf")
Texture = ExtResource("1_wuiy1")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,14 +1,15 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cm6g24fepdfj6"]
[ext_resource type="Texture2D" uid="uid://ba0a3lueg4slt" path="res://src/items/effect/textures/Gospel of Paths.png" id="1_5c4hn"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_axhfw"]
[ext_resource type="Texture2D" uid="uid://ba0a3lueg4slt" path="res://src/items/effect/textures/Gospel of Paths.png" id="1_w15dq"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_5lyv2"]
[resource]
script = ExtResource("2_axhfw")
script = ExtResource("2_5lyv2")
UsableItemTag = 19
ElementalDamageType = 0
Name = "Scripture Sign: Gospel of Paths"
Description = "Teleports target to a random location."
StatDescription = "Warps you to a random room."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_5c4hn")
Texture = ExtResource("1_w15dq")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,14 +1,15 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://bldgbv38yplgk"]
[ext_resource type="Texture2D" uid="uid://dg6rwrbmo67yp" path="res://src/items/effect/textures/Kyuuketsuki.png" id="1_0tcgy"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_hxj1b"]
[ext_resource type="Texture2D" uid="uid://dg6rwrbmo67yp" path="res://src/items/effect/textures/Kyuuketsuki.png" id="1_7bs30"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_io8q8"]
[resource]
script = ExtResource("1_hxj1b")
script = ExtResource("2_io8q8")
UsableItemTag = 7
ElementalDamageType = 0
Name = "Scripture Sign: Kyuuketsuki"
Description = "Absorbs HP from all enemies in the room."
StatDescription = "Absorb HP from all enemies in the room."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_0tcgy")
Texture = ExtResource("1_7bs30")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -8,7 +8,8 @@ script = ExtResource("1_ksb1c")
UsableItemTag = 5
ElementalDamageType = 0
Name = "Scripture Sign: Sine Morphization"
Description = "Turns all enemies in room to healing item."
StatDescription = "Turns all enemies in the room into restorative items."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -1,14 +1,15 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://clmirf817k2ah"]
[ext_resource type="Texture2D" uid="uid://iadyvwubpm04" path="res://src/items/effect/textures/Ablution.png" id="1_8xvgi"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_cjlom"]
[ext_resource type="Texture2D" uid="uid://iadyvwubpm04" path="res://src/items/effect/textures/Ablution.png" id="1_qlv6h"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_7dbb6"]
[resource]
script = ExtResource("2_cjlom")
script = ExtResource("2_7dbb6")
UsableItemTag = 17
ElementalDamageType = 0
Name = "Spell Sign: Ablution"
Description = "Lowers HP to 1."
StatDescription = "Lowers target to 1 HP."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 0
ItemTag = 0
Texture = ExtResource("1_8xvgi")
Texture = ExtResource("1_qlv6h")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,6 +1,6 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cc8p7hlglgau4"]
[ext_resource type="Texture2D" uid="uid://kg8xdq8tbdxt" path="res://src/items/effect/textures/Atomization.png" id="1_k6htt"]
[ext_resource type="Texture2D" uid="uid://kg8xdq8tbdxt" path="res://src/items/effect/textures/Atomization.png" id="1_qay5v"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_mhyhg"]
[resource]
@@ -8,7 +8,8 @@ script = ExtResource("2_mhyhg")
UsableItemTag = 24
ElementalDamageType = 0
Name = "Spell Sign: Atomization"
Description = "Permanently Lowers Defense by 1."
StatDescription = "Lowers target's DEF."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 1
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_k6htt")
Texture = ExtResource("1_qay5v")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,14 +1,15 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://c2r8ds2ejywwq"]
[ext_resource type="Texture2D" uid="uid://cml5pitheqxs3" path="res://src/items/effect/textures/Cell Degredation.png" id="1_xig8f"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_13loo"]
[ext_resource type="Texture2D" uid="uid://cml5pitheqxs3" path="res://src/items/effect/textures/Cell Degredation.png" id="1_y8dsb"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_7c6oa"]
[resource]
script = ExtResource("2_13loo")
script = ExtResource("2_7c6oa")
UsableItemTag = 27
ElementalDamageType = 0
Name = "Spell Sign: Cell Degradation"
Description = "Permanently Lowers All Parameters by 1."
StatDescription = "Lowers all stats by 1."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 1
BonusDefense = 1
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_xig8f")
Texture = ExtResource("1_y8dsb")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,16 +1,16 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://c2nhv3dyubv14"]
[ext_resource type="Texture2D" uid="uid://cjma4goflkwim" path="res://src/items/effect/textures/Spellsign; Clone.png" id="1_j266s"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_b16hc"]
[ext_resource type="Texture2D" uid="uid://cjma4goflkwim" path="res://src/items/effect/textures/Spellsign; Clone.png" id="1_u85fd"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_iv2vy"]
[resource]
script = ExtResource("2_b16hc")
script = ExtResource("2_iv2vy")
UsableItemTag = 28
ElementalDamageType = 0
Name = "Spell Sign: Clone"
Description = "Creates another enemy when thrown.
StatDescription = "Clones the target.
No effect if used."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -27,5 +27,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 0
ItemTag = 0
Texture = ExtResource("1_j266s")
Texture = ExtResource("1_u85fd")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,14 +1,16 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://lx7xkoj6w8gr"]
[ext_resource type="Texture2D" uid="uid://12djyo3qt4xv" path="res://src/items/effect/textures/Cloth Resolution.png" id="1_1mm10"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_53wiy"]
[ext_resource type="Texture2D" uid="uid://12djyo3qt4xv" path="res://src/items/effect/textures/Cloth Resolution.png" id="1_s58d3"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_o41ik"]
[resource]
script = ExtResource("2_53wiy")
script = ExtResource("2_o41ik")
UsableItemTag = 11
ElementalDamageType = 0
Name = "Spell Sign: Cloth Resolution"
Description = "Raises currently equipped armor's defense by 1."
StatDescription = "Raise currently equipped armor's DEF by 1.
Does nothing if no armor is equipped."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +27,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_1mm10")
Texture = ExtResource("1_s58d3")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -8,7 +8,8 @@ script = ExtResource("2_n1557")
UsableItemTag = 13
ElementalDamageType = 0
Name = "Spell Sign: Cosmos"
Description = "Raises current Level by 1."
StatDescription = "Raises level by 1."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -1,14 +1,15 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://dhsdqjlc5lt84"]
[ext_resource type="Texture2D" uid="uid://cwksvcn7ggqag" path="res://src/items/effect/textures/Dullness.png" id="1_p3m2a"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_vs32u"]
[ext_resource type="Texture2D" uid="uid://cwksvcn7ggqag" path="res://src/items/effect/textures/Dullness.png" id="1_wdtfi"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_y4mfr"]
[resource]
script = ExtResource("2_vs32u")
script = ExtResource("2_y4mfr")
UsableItemTag = 26
ElementalDamageType = 0
Name = "Spell Sign: Dullness"
Description = "Permanently Lowers Attack by 1."
StatDescription = "Lowers ATK by 1."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 1
BonusDefense = 0
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_p3m2a")
Texture = ExtResource("1_wdtfi")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,14 +1,16 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://c6ecr2cquav3"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_3l06v"]
[ext_resource type="Texture2D" uid="uid://prsafwfaxnda" path="res://src/items/effect/textures/Entropic Seal.png" id="1_dbua5"]
[ext_resource type="Texture2D" uid="uid://prsafwfaxnda" path="res://src/items/effect/textures/Entropic Seal.png" id="1_i4o7a"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_pixk1"]
[resource]
script = ExtResource("1_3l06v")
script = ExtResource("2_pixk1")
UsableItemTag = 15
ElementalDamageType = 0
Name = "Spell Sign: Entropic Seal"
Description = "Random effect."
StatDescription = "Uses a random item in the inventory.
No effect if no usable items exist."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +27,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_dbua5")
Texture = ExtResource("1_i4o7a")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -8,7 +8,9 @@ script = ExtResource("1_uojwo")
UsableItemTag = 10
ElementalDamageType = 0
Name = "Spell Sign: Ferrous Resolution"
Description = "Raises currently equipped weapon's attack by 1."
StatDescription = "Raises currently equipped weapon's ATK by 1.
Does nothing if no weapon is equipped."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -1,14 +1,15 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://6v03c3k4xek2"]
[ext_resource type="Texture2D" uid="uid://ddw0tkd6bt1rx" path="res://src/items/effect/textures/Grudge.png" id="1_sfn22"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_tlglo"]
[ext_resource type="Texture2D" uid="uid://ddw0tkd6bt1rx" path="res://src/items/effect/textures/Grudge.png" id="1_yah8i"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_21vlc"]
[resource]
script = ExtResource("2_tlglo")
script = ExtResource("2_21vlc")
UsableItemTag = 25
ElementalDamageType = 0
Name = "Spell Sign: Grudge"
Description = "Permanently Lowers Luck."
StatDescription = "Lowers Luck."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_sfn22")
Texture = ExtResource("1_yah8i")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,14 +1,15 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://c3qkrtgmngetc"]
[ext_resource type="Texture2D" uid="uid://ri5h1p4e10gl" path="res://src/items/effect/textures/Meltical Wave.png" id="1_kik76"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_2sema"]
[ext_resource type="Texture2D" uid="uid://ri5h1p4e10gl" path="res://src/items/effect/textures/Meltical Wave.png" id="1_0fxlw"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_3fnh2"]
[resource]
script = ExtResource("2_2sema")
script = ExtResource("2_3fnh2")
UsableItemTag = 29
ElementalDamageType = 0
Name = "Spell Sign: Meltical Wave"
Description = "Melts all currently equipped items."
StatDescription = "Melts all currently equipped items."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_kik76")
Texture = ExtResource("1_0fxlw")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,14 +1,15 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://b44v3y1okrj1s"]
[ext_resource type="Texture2D" uid="uid://ce52y4edhktxw" path="res://src/items/effect/textures/Perspective.png" id="1_31uf7"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_lq0bc"]
[ext_resource type="Texture2D" uid="uid://ce52y4edhktxw" path="res://src/items/effect/textures/Perspective.png" id="1_5wep8"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_xyepq"]
[resource]
script = ExtResource("1_lq0bc")
script = ExtResource("2_xyepq")
UsableItemTag = 3
ElementalDamageType = 0
Name = "Spell Sign: Perspective"
Description = "Swap current HP and VT."
StatDescription = "Swaps current HP and current VT."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_31uf7")
Texture = ExtResource("1_5wep8")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -0,0 +1,30 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cqx03lrwx4jqv"]
[ext_resource type="Texture2D" uid="uid://5w5hgs6gm032" path="res://src/items/effect/textures/Spellsign; Reprieval Wave.png" id="1_n1qxm"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_4qksk"]
[resource]
script = ExtResource("2_4qksk")
UsableItemTag = 0
ElementalDamageType = 0
Name = "Spell Sign: Recall"
StatDescription = "Identifies a random unknown item in inventory."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
BonusLuck = 0
BonusHP = 0
BonusVT = 0
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 0
ItemTag = 0
Texture = ExtResource("1_n1qxm")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,14 +1,15 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://b8g6o1noqxaye"]
[ext_resource type="Texture2D" uid="uid://ck0i7lgfby0yb" path="res://src/items/effect/textures/Regression.png" id="1_s8s8t"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_nyxl3"]
[ext_resource type="Texture2D" uid="uid://ck0i7lgfby0yb" path="res://src/items/effect/textures/Regression.png" id="1_2migf"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_a0gmu"]
[resource]
script = ExtResource("2_nyxl3")
script = ExtResource("2_a0gmu")
UsableItemTag = 14
ElementalDamageType = 0
Name = "Spell Sign: Regression"
Description = "Lowers current Level by 1."
StatDescription = "Lowers Level by 1."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_s8s8t")
Texture = ExtResource("1_2migf")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,14 +1,15 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://di2r6s4duri7g"]
[ext_resource type="Texture2D" uid="uid://5w5hgs6gm032" path="res://src/items/effect/textures/Spellsign; Reprieval Wave.png" id="1_r2g4a"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_rv4ut"]
[ext_resource type="Texture2D" uid="uid://5w5hgs6gm032" path="res://src/items/effect/textures/Spellsign; Reprieval Wave.png" id="1_jahm1"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_kd7dn"]
[resource]
script = ExtResource("2_rv4ut")
script = ExtResource("2_kd7dn")
UsableItemTag = 30
ElementalDamageType = 0
Name = "Scripture Sign: Reprieval Wave"
Description = "Restores All Parameters."
Name = "Spell Sign: Reprieval Wave"
StatDescription = "Restores all stat parameters."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 0
ItemTag = 0
Texture = ExtResource("1_r2g4a")
Texture = ExtResource("1_jahm1")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,14 +1,16 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cc5utcc7ge2xd"]
[ext_resource type="Texture2D" uid="uid://borohnknxtl81" path="res://src/items/effect/textures/Rust Inducer.png" id="1_56ucr"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_4hxg1"]
[ext_resource type="Texture2D" uid="uid://borohnknxtl81" path="res://src/items/effect/textures/Rust Inducer.png" id="1_6gano"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_rbugr"]
[resource]
script = ExtResource("2_4hxg1")
script = ExtResource("2_rbugr")
UsableItemTag = 12
ElementalDamageType = 0
Name = "Spell Sign: Rust Indicator"
Description = "Lowers Currently Equipped Armor's Defense."
StatDescription = "Lowers currently equipped armor's DEF by 1.
Does nothing if no armor is equipped."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0
@@ -25,5 +27,5 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_56ucr")
Texture = ExtResource("1_6gano")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -8,7 +8,8 @@ script = ExtResource("2_38yjb")
UsableItemTag = 9
ElementalDamageType = 2
Name = "Telluric Caster"
Description = "Deal Telluric Damage to all enemies in the room."
StatDescription = "Deals Telluric damage to all enemies inside the room."
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0