@@ -23,6 +23,12 @@ public sealed partial class ArmorComponent : Component
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public float PriceMultiplier = 1;
|
||||
|
||||
/// <summary>
|
||||
/// If true, you can examine the armor to see the protection. If false, the verb won't appear.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public bool ShowArmorOnExamine = true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user