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
@@ -13,8 +13,12 @@ public abstract partial class InventoryItemStats : Resource
public string Name { get; set; }
[Export(PropertyHint.MultilineText)]
[Save("equipment_description")]
public string Description { get; set; }
[Save("equipment_stat_text")]
public string StatDescription { get; set; }
[Export(PropertyHint.MultilineText)]
[Save("equipment_flavor_text")]
public string FlavorText { get; set; }
[Export(PropertyHint.Range, "0, 1, 0.01")]
public float SpawnRate { get; set; } = 0.5f;