Skip to main content

Interface: ScenarioPreset

Defined in: apps/paracosm/src/engine/types.ts:221

A product-level preset with pre-configured leaders, personnel, and starting state.

Properties

id

id: string

Defined in: apps/paracosm/src/engine/types.ts:222


label

label: string

Defined in: apps/paracosm/src/engine/types.ts:223


leaders?

optional leaders: object[]

Defined in: apps/paracosm/src/engine/types.ts:224

archetype

archetype: string

hexaco

hexaco: Record<string, number>

instructions

instructions: string

name

name: string


personnel?

optional personnel: object[]

Defined in: apps/paracosm/src/engine/types.ts:225

age

age: number

department

department: string

featured: boolean

name

name: string

role

role: string

specialization

specialization: string


startingState?

optional startingState: Partial<WorldState>

Defined in: apps/paracosm/src/engine/types.ts:226