Planets {{ currentPage ? currentPage.title : "" }}

Stores the specific settings for each planet type.

  • Id: Planet type id.

  • UsingTechnology: The configuration was generated with the Extended Survival: Technology enabled.

  • RespawnEnabled: Allows new players to respawn.

  • Seed: Seed used in oremap generation.

  • Version: Template version, used by the mod to update information.

  • Multiplier: Multiplier of the amount of ores in the generation of the oremap.

  • Type: Planet categorization type.

  • SizeRange: Planet size range (minimum and maximum) to be used in planet generation routines.

  • Atmosphere: Planet atmosphere settings.

  • Geothermal: Planet geothermal settings.

  • Gravity: Planet gravity settings.

  • Water: Planet water settings.

  • Animal: Planet animals settings.

  • OreMap: Planet oremap settings.

Valid categorization types

  • Planet = 0

  • Moon = 1

  • GiantGas = 2

  • Star = 4

{{{ content }}}