Skip to main content

Interface: WorldMetricSchema

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

Schema for a single world metric, capacity, status, or political variable.

Properties

category

category: "metric" | "capacity" | "status" | "politic" | "environment"

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


id

id: string

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


initial

initial: string | number | boolean

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


label

label: string

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


max?

optional max: number

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


min?

optional min: number

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


type

type: "string" | "number" | "boolean"

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


unit

unit: string

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