Fixed up most items to reflect item databse. (descriptions, damage values etc)

This commit is contained in:
Pal
2026-04-21 02:16:54 -07:00
parent c58ca8693b
commit c6b08df99b
275 changed files with 923 additions and 2199 deletions

View File

@@ -1,35 +0,0 @@
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://b8mjje06x6dl1"]
[ext_resource type="Texture2D" uid="uid://bhhxd7cphx0q2" path="res://src/items/armor/textures/Atoner's Adornments.png" id="1_2ab2r"]
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_si4wu"]
[resource]
script = ExtResource("1_si4wu")
_telluricResistance = 0.0
_aeolicResistance = 0.0
_hydricResistance = 0.0
_igneousResistance = 0.0
_ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Acceptance"
StatDescription = ""
FlavorText = ""
SpawnRate = 0.01
BonusAttack = 0
BonusDefense = 9
BonusLuck = 0.05
BonusHP = 0
BonusVT = 0
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_2ab2r")

View File

@@ -12,11 +12,13 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Atoner's Adornments"
Description = ""
StatDescription = ""
FlavorText = ""
SpawnRate = 0.4
BonusAttack = 0
BonusDefense = 0
BonusDefense = 1
BonusLuck = 0
BonusHP = 0
BonusVT = 0
@@ -25,7 +27,7 @@ TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
HolyResistance = 25
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5

View File

@@ -12,11 +12,14 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Blast Armor"
Description = ""
StatDescription = ""
FlavorText = "Tremendously durable armor adapted from the outer casing of scouting androids that found their way to the Tower near the end of the final millenium.
The souls of synthetic life had little time to accrue grave sins and as such purified far sooner than their creators."
SpawnRate = 0.3
BonusAttack = 0
BonusDefense = 4
BonusDefense = 9
BonusLuck = 0
BonusHP = 0
BonusVT = 0

View File

@@ -1,35 +0,0 @@
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://cu1uhwj8xjp58"]
[ext_resource type="Texture2D" uid="uid://ckt7wupdlylo2" path="res://src/items/armor/textures/HolyArmor2.png" id="1_5f68i"]
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_11yah"]
[resource]
script = ExtResource("2_11yah")
_telluricResistance = 0.0
_aeolicResistance = 0.0
_hydricResistance = 0.0
_igneousResistance = 0.0
_ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Blessed Armor"
StatDescription = "Raises Maximum HP by 25."
FlavorText = ""
SpawnRate = 0.15
BonusAttack = 0
BonusDefense = 7
BonusLuck = 0
BonusHP = 25
BonusVT = 0
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_5f68i")

View File

@@ -1,4 +1,4 @@
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://djv02oycfyavl"]
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://bbakqutps7jn6"]
[ext_resource type="Texture2D" uid="uid://cen481sdhh8uj" path="res://src/items/armor/textures/Demon Robe.png" id="1_1o8ag"]
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_cwod3"]
@@ -12,12 +12,15 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Demon Robe"
Description = ""
SpawnRate = 0.05
StatDescription = ""
FlavorText = "Ceremonial robes worn by the magistrate of a former Hell.
Celestial punishment, at all levels of creative brutality that karma could demand, should still carry with it an air of grace."
SpawnRate = 0.08
BonusAttack = 0
BonusDefense = 7
BonusLuck = 15
BonusLuck = 0
BonusHP = 0
BonusVT = 0
AeolicResistance = 0
@@ -26,7 +29,7 @@ HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
CurseResistance = 25
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0

View File

@@ -1,35 +0,0 @@
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://4s7wjsb7eb6e"]
[ext_resource type="Texture2D" uid="uid://bhhxd7cphx0q2" path="res://src/items/armor/textures/Atoner's Adornments.png" id="1_l5ice"]
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_w3lql"]
[resource]
script = ExtResource("1_w3lql")
_telluricResistance = 0.0
_aeolicResistance = 0.0
_hydricResistance = 0.0
_igneousResistance = 0.0
_ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Devic Layers"
StatDescription = ""
FlavorText = ""
SpawnRate = 0.05
BonusAttack = 0
BonusDefense = 7
BonusLuck = 0
BonusHP = 0
BonusVT = 0
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_l5ice")

View File

@@ -1,35 +0,0 @@
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://bbakqutps7jn6"]
[ext_resource type="Texture2D" uid="uid://ckt7wupdlylo2" path="res://src/items/armor/textures/HolyArmor2.png" id="1_ny4sc"]
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_5nugg"]
[resource]
script = ExtResource("2_5nugg")
_telluricResistance = 0.0
_aeolicResistance = 0.0
_hydricResistance = 0.0
_igneousResistance = 0.0
_ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Gift of Grace"
StatDescription = "Raises Maximum VT by 25."
FlavorText = ""
SpawnRate = 0.08
BonusAttack = 0
BonusDefense = 7
BonusLuck = 0
BonusHP = 0
BonusVT = 25
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_ny4sc")

View File

@@ -12,14 +12,19 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Goddess' Robe"
Description = ""
StatDescription = ""
FlavorText = "Divine attire of a loved one no longer inhabiting the Tower, well cared for and maintained.
Be sure to show the same level of care for such a memento.
Raises VT by 25."
SpawnRate = 0.03
BonusAttack = 0
BonusDefense = 8
BonusLuck = 0
BonusHP = 0
BonusVT = 0
BonusVT = 25
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0

View File

@@ -12,8 +12,13 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Holy Barrier"
Description = ""
StatDescription = ""
FlavorText = "Armor from a country of renowned spell casters.
The defensive spell upon it was often re-cast whenever needed, though it is unlikely any descendents of such talents have existed for thousands of years.
Loses 1 DEF every time the wearer is hit."
SpawnRate = 0.1
BonusAttack = 0
BonusDefense = 20

View File

@@ -1,35 +0,0 @@
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://ceqnyutl7y7t4"]
[ext_resource type="Texture2D" uid="uid://bhhxd7cphx0q2" path="res://src/items/armor/textures/Atoner's Adornments.png" id="1_bo8yj"]
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_iqj2w"]
[resource]
script = ExtResource("1_iqj2w")
_telluricResistance = 0.0
_aeolicResistance = 0.0
_hydricResistance = 0.0
_igneousResistance = 0.0
_ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Iron Cage"
StatDescription = ""
FlavorText = ""
SpawnRate = 0.2
BonusAttack = 0
BonusDefense = 4
BonusLuck = 0.05
BonusHP = 0
BonusVT = 0
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_bo8yj")

View File

@@ -15,10 +15,13 @@ _curseResistance = 0.0
ArmorTag = 0
Name = "Jaguar Suit"
StatDescription = "Raises ATK by 3."
FlavorText = ""
FlavorText = "Inhabiting the character of another offers freedom to embrace emotions otherwise foreign to the wearer in daily life.
Such activities must be tried for oneself in order to see this world of charm.
Raises ATK."
SpawnRate = 0.08
BonusAttack = 3
BonusDefense = 7
BonusDefense = 5
BonusLuck = 0
BonusHP = 0
BonusVT = 0

View File

@@ -12,12 +12,17 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Logistician's Garb"
Description = ""
SpawnRate = 0.08
StatDescription = ""
FlavorText = "Attire donned by a caring, but cunning, leader in the world below.
At it's height, the temple complex was a haven for the ostracized and the estranged.
Raises LUCK."
SpawnRate = 0.503
BonusAttack = 0
BonusDefense = 5
BonusLuck = 0.05
BonusDefense = 6
BonusLuck = 5
BonusHP = 0
BonusVT = 0
AeolicResistance = 0

View File

@@ -12,11 +12,14 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Rusted Plate"
Description = ""
StatDescription = ""
FlavorText = "A rusted suit of armor from a bygone age.
Provides minimal defensive benefits but may perhaps endear one to the aesthetic charms of oxidized alloy."
SpawnRate = 0.4
BonusAttack = 0
BonusDefense = 3
BonusDefense = 2
BonusLuck = 0
BonusHP = 0
BonusVT = 0

View File

@@ -12,8 +12,13 @@ _igneousResistance = 20.0
_ferrumResistance = 20.0
_holyResistance = 20.0
_curseResistance = 20.0
ArmorTag = 0
Name = "Saint Cloth"
Description = ""
StatDescription = ""
FlavorText = "Eternally blessed armor that appears to those who have proven their ecliptical virtue and strength of will.
Grants unparalleled power and defense that draws upon one's 7th sense.
Resistant to All Elements, Raises HP & VT by 25"
SpawnRate = 0.01
BonusAttack = 0
BonusDefense = 12

View File

@@ -1,35 +0,0 @@
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://d3l8aa87tevgt"]
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_dh6tr"]
[ext_resource type="Texture2D" uid="uid://bhhxd7cphx0q2" path="res://src/items/armor/textures/Atoner's Adornments.png" id="1_ykqpi"]
[resource]
script = ExtResource("1_dh6tr")
_telluricResistance = 0.0
_aeolicResistance = 0.0
_hydricResistance = 0.0
_igneousResistance = 0.0
_ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Stoic"
StatDescription = ""
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 6
BonusLuck = 0
BonusHP = 0
BonusVT = 0
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_ykqpi")

View File

@@ -12,9 +12,14 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Stone Safety"
Description = ""
SpawnRate = 0.15
StatDescription = "Cannot be Removed once Equipped"
FlavorText = "Heavy armor that entombs the user irrevocably.
Originally intended as a burial shroud, many since have donned these suits in forgivable ignorance as no trace remains of such context.
Cannot be unequipped."
SpawnRate = 0.25
BonusAttack = 0
BonusDefense = 5
BonusLuck = 0

View File

@@ -1,10 +1,10 @@
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://vqnffib54d6w"]
[ext_resource type="Texture2D" uid="uid://bhhxd7cphx0q2" path="res://src/items/armor/textures/Atoner's Adornments.png" id="1_cbdby"]
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_1at28"]
[ext_resource type="Texture2D" uid="uid://dj35dweo7572y" path="res://src/items/armor/textures/Temporal Guard.png" id="1_sha5c"]
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_wnrbn"]
[resource]
script = ExtResource("2_1at28")
script = ExtResource("2_wnrbn")
_telluricResistance = 0.0
_aeolicResistance = 0.0
_hydricResistance = 0.0
@@ -15,7 +15,10 @@ _curseResistance = 0.0
ArmorTag = 0
Name = "Commitment"
StatDescription = "Breaks if unequipped."
FlavorText = ""
FlavorText = "Armor bound to the current temporal floating point layer of the tower.
As the floors age, the laws of reality within them become skewed and strange.
Will cease to exist upon ascending to the next floor."
SpawnRate = 0.15
BonusAttack = 0
BonusDefense = 8
@@ -31,5 +34,5 @@ HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 20
Texture = ExtResource("1_cbdby")
ItemTag = 1
Texture = ExtResource("1_sha5c")

View File

@@ -1,10 +1,10 @@
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://dnu241lh47oqd"]
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_0qtvf"]
[ext_resource type="Texture2D" uid="uid://bhhxd7cphx0q2" path="res://src/items/armor/textures/Atoner's Adornments.png" id="1_ab4cm"]
[ext_resource type="Texture2D" uid="uid://d3i6d3yiho4xf" path="res://src/items/armor/textures/Vocationer's Armor.png" id="1_thchg"]
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_bqvp7"]
[resource]
script = ExtResource("1_0qtvf")
script = ExtResource("2_bqvp7")
_telluricResistance = 0.0
_aeolicResistance = 0.0
_hydricResistance = 0.0
@@ -13,7 +13,7 @@ _ferrumResistance = 0.0
_holyResistance = 0.0
_curseResistance = 0.0
ArmorTag = 0
Name = "Ceremonial Vestments"
Name = "Vocationer's Armor"
StatDescription = ""
FlavorText = ""
SpawnRate = 0.5
@@ -32,4 +32,4 @@ CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_ab4cm")
Texture = ExtResource("1_thchg")

View File

@@ -15,7 +15,10 @@ _curseResistance = 0.0
ArmorTag = 0
Name = "Wooden Armament"
StatDescription = ""
FlavorText = ""
FlavorText = "Moderately effective armor lovingly carved from the snakewood trees of its owners homeland.
Though both the traveler and the homeland are gone, this token remains.
Such tragic nostalgias appeal eternally to the divine beings locked within the Tower."
SpawnRate = 0.6
BonusAttack = 0
BonusDefense = 2