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

@@ -24,7 +24,9 @@ public partial class Ammo : Node3D, IEquipableItem, IStackable
public string ItemName => Stats.Name;
public string Description => Stats.Description;
public string FlavorText => Stats.FlavorText;
public string StatDescription => Stats.StatDescription;
public float SpawnRate => Stats.SpawnRate;

View File

@@ -8,8 +8,10 @@ script = ExtResource("1_y5266")
AmmoElement = 1
InitialCount = 5
Name = "Aeolic Ammo"
Description = "Aeolic ammo.
Can be used with a Geomantic Reactor."
StatDescription = "Ammo.
Can be used with a Geomantic Reactor.
Element: Aeolic"
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -7,8 +7,11 @@
script = ExtResource("2_nkb67")
AmmoElement = 0
InitialCount = 5
Name = "Bullet"
Description = "Can be used with a Persuader."
Name = "Kugloj"
StatDescription = "Ammo
Can be used with a Persuader.
"
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -8,8 +8,10 @@ script = ExtResource("2_tu38n")
AmmoElement = 3
InitialCount = 5
Name = "Hydric Ammo"
Description = "Hydric ammo.
Can be used with a Geomantic Reactor."
StatDescription = "Ammo
Can be used with a Geomantic Reactor.
Element: Hydric"
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0

View File

@@ -8,8 +8,10 @@ script = ExtResource("2_p60hg")
AmmoElement = 4
InitialCount = 5
Name = "Igneous Ammo"
Description = "Igneous ammo.
Can be used with a Geomantic Reactor."
StatDescription = "Ammo
Can be used with a Geomantic Reactor.
Element: Igneous"
FlavorText = ""
SpawnRate = 0.5
BonusAttack = 0
BonusDefense = 0