Generate weapon/armor price based on the child item price total

This commit is contained in:
Chomp
2025-10-30 22:13:53 +00:00
parent 1b07ce530d
commit ab882617d7
4 changed files with 37 additions and 3 deletions
@@ -269,6 +269,12 @@ public record GenerateFleaPrices
[JsonPropertyName("hideoutCraftMultiplier")]
public double HideoutCraftMultiplier { get; set; }
/// <summary>
/// Should weapons/armors have their price generated by totalling its child items
/// </summary>
[JsonPropertyName("generatePresetPriceByChildren")]
public bool GeneratePresetPriceByChildren { get; set; }
}
public record PriceRanges