Skip to content

GameObjects

stanislawbartkowski edited this page Feb 3, 2020 · 8 revisions

Different game formats

Resource description

Contains different data describing the board and civilizations objects.

 civ: 
 tech:
 wonders:
 buildings:
 culturetrack:
 greatpersontype:
 greatperson:
 cards:
 journal:
  • civ List of civilizations Description
  • tech List of technologies
  • wonders List of wonders of the world
  • buildings List of buildings
  • greatpersontype List of types of great persons
  • cards List of culture cards
  • journal List of possible entries in the game journal

Civilization description

Example

{
  civ: "America",
  tech: "Currency",
  gover: "Despotism",
  desc: "The Americans start with a free, random great person. When Americans spend trade for production, they 
  receive 2 production points instead of 1.",
  ni: null
}

Field description

  • civ Civilization name
  • tech Initial technology
  • gover Initial governance
  • desc Text description
  • ni : if not null, not implemented