Skip to content

Commit 8a3fe46

Browse files
committed
docs(paracosm): P1 rename drift \u2014 colony \u2192 unit + finalState.colony \u2192 finalState.systems
1 parent c198713 commit 8a3fe46

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
@@ -20,7 +20,7 @@ import { runSimulation } from 'paracosm/runtime';
2020
const aria = {
2121
name: 'Aria Chen',
2222
archetype: 'The Visionary',
23-
colony: 'Colony Alpha',
23+
unit: 'Colony Alpha',
2424
hexaco: {
2525
openness: 0.95, conscientiousness: 0.35, extraversion: 0.85,
2626
agreeableness: 0.55, emotionality: 0.30, honestyHumility: 0.65,
@@ -35,7 +35,7 @@ const result = await runSimulation(aria, [], {
3535
onEvent: e => console.log(e.type, e.data?.title),
3636
});
3737

38-
console.log(result.finalState.colony.population);
38+
console.log(result.finalState.systems.population);
3939
console.log(result.totalToolsForged);
4040
```
4141

0 commit comments

Comments
 (0)