Rework item descriptions, fix item rescue menu
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user