Wear worn clothes on campus and replace rags at the work morning.
Condition drops from catalog hours only while the person is at school; skip through the night issues the same fresh set as a lived night so the school does not walk in in rags. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -28,4 +28,14 @@
|
||||
"carryMassPerHauling": 0.08,
|
||||
// Sweater, coat, hat, accessory — each rolled separately at generation.
|
||||
"optionalApparelChance": 0.4,
|
||||
// Worn on campus only. 0.01 per hour → a school week (~40 h) drops a fifth of the bar.
|
||||
"apparelWearPerHour": 0.01,
|
||||
// Below this they do not leave home; morning issues a fresh instance of the same def.
|
||||
"apparelReplaceBelow": 0.15,
|
||||
"apparelConditionBands": [
|
||||
{ "min": 0.75, "id": "ApparelConditionIntact" },
|
||||
{ "min": 0.4, "id": "ApparelConditionWorn" },
|
||||
{ "min": 0.15, "id": "ApparelConditionTorn" },
|
||||
{ "min": 0, "id": "ApparelConditionRags" },
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user