Skip to content

Commit 80fcc22

Browse files
committed
docs(paracosm): update scenario example for 0.7.0 time-unit field names
Mirrors the paracosm 0.7.0 F23 rename: defaultStartYear becomes defaultStartTime on setup, and the labels block gains the additive timeUnitNoun / timeUnitNounPlural fields that let non-year scenarios surface the right display copy.
1 parent 49495b6 commit 80fcc22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/PARACOSM.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ Any domain works. Mars colonies, submarine habitats, space stations, medieval ki
145145
```json
146146
{
147147
"id": "mars-genesis",
148-
"labels": { "name": "Mars Genesis", "populationNoun": "colonists", "settlementNoun": "colony" },
149-
"setup": { "defaultTurns": 6, "defaultSeed": 950, "defaultStartYear": 2035 },
148+
"labels": { "name": "Mars Genesis", "populationNoun": "colonists", "settlementNoun": "colony", "timeUnitNoun": "year", "timeUnitNounPlural": "years" },
149+
"setup": { "defaultTurns": 6, "defaultSeed": 950, "defaultStartTime": 2035 },
150150
"departments": [
151151
{ "id": "medical", "label": "Medical", "role": "Chief Medical Officer", "instructions": "..." },
152152
{ "id": "engineering", "label": "Engineering", "role": "Chief Engineer", "instructions": "..." }

0 commit comments

Comments
 (0)