Top-level properties
- name
- Optional name for the star system.
- surveyIndex
- Survey index, from 0 to 12. Survey index represents how much information the players have about the star system. When running an exploration game, such as Deepnight Revelation, setting the default to 3 means the stars in the system are known, but nothing else. When running a game in charted space, a survey index of 12 would be appropriate and the IISS has mapped out all the star systems.
- known
- Boolean. If true, it means the players know about the system. The default is false for an exploration game.
- allegiance
- Allegiance code for the system. If a code is specified that is not in the database, it will be added. See allegiances for the list of known allegiances.
- bases
-
Sets what bases are present in the star system. The generator does not randomly assign bases, so you will want to specify which ones are present if known. You can always add bases after the system is generated.
Bases are listed as a YAML array. For example, to indicate the system has both a naval and scout base, you would use
bases: - S - NYou can define what bases are possible using bases.
- primary
- Optional star definition for the primary star. When laying out the structure of a star system, the primary star is the root; all other stellar objects in the star system are nested under the primary star. See star definition below for the full star specification.
- close
- Optional star in close orbit around the primary. See star definition below for the full star specification.
- near
- Optional star in near orbit around the primary. See star definition below for the full star specification.
- far
- Optional star in far orbit around the primary. See star definition below for the full star specification.
- counts
- counts is used when the number of terrestrial planets, planetoid belts, and gas giants is know but the placement of them is either not known or does not matter. It can also be used if the star system has a system density rating. See counts definition below.
- populated
- populated ensures the system is populated. Use this when a polity settles a region of space. See populated definition below.