Enhance apparel definitions: Introduce 'UpperUnderwear' layer and related items (Bra, SportsBra, SoftBra) to support gender-specific clothing. Update inventory and dress generation logic to accommodate new layers and ensure proper coverage. Adjust localization for new apparel terms and refine tests for underwear functionality.
This commit is contained in:
@@ -90,7 +90,8 @@ internal sealed record WornItemResponse(
|
||||
string? ColorLabel,
|
||||
IReadOnlyList<DefLabelResponse> Layers,
|
||||
float Condition,
|
||||
string ConditionLabel);
|
||||
string ConditionLabel,
|
||||
IReadOnlyList<string> FullyCoversLayers);
|
||||
|
||||
internal sealed record CarriedItemResponse(
|
||||
string DefName,
|
||||
|
||||
Reference in New Issue
Block a user