models/waypoint_trait_symbol

Types

pub type WaypointTraitSymbol {
  Uncharted
  UnderConstruction
  Marketplace
  Shipyard
  Outpost
  ScatteredSettlements
  SprawlingCities
  MegaStructures
  PirateBase
  Overcrowded
  HighTech
  Corrupt
  Bureaucratic
  TradingHub
  Industrial
  BlackMarket
  ResearchFacility
  MilitaryBase
  SurveillanceOutpost
  ExplorationOutpost
  MineralDeposits
  CommonMetalDeposits
  PreciousMetalDeposits
  RareMetalDeposits
  MethanePools
  IceCrystals
  ExplosiveGases
  StrongMagnetosphere
  VibrantAuroras
  SaltFlats
  Canyons
  PerpetualDaylight
  PerpetualOvercast
  DrySeabeds
  MagmaSeas
  Supervolcanoes
  AshClouds
  VastRuins
  MutatedFlora
  Terraformed
  ExtremeTemperatures
  ExtremePressure
  DiverseLife
  ScarceLife
  Fossils
  WeakGravity
  StrongGravity
  CrushingGravity
  ToxicAtmosphere
  CorrosiveAtmosphere
  BreathableAtmosphere
  ThinAtmosphere
  Jovian
  Rocky
  Volcanic
  Frozen
  Swamp
  Barren
  Temperate
  Jungle
  Ocean
  Radioactive
  MicroGravityAnomalies
  DebrisCluster
  DeepCraters
  ShallowCraters
  UnstableComposition
  HollowedInterior
  Stripped
}

Constructors

  • Uncharted
  • UnderConstruction
  • Marketplace
  • Shipyard
  • Outpost
  • ScatteredSettlements
  • SprawlingCities
  • MegaStructures
  • PirateBase
  • Overcrowded
  • HighTech
  • Corrupt
  • Bureaucratic
  • TradingHub
  • Industrial
  • BlackMarket
  • ResearchFacility
  • MilitaryBase
  • SurveillanceOutpost
  • ExplorationOutpost
  • MineralDeposits
  • CommonMetalDeposits
  • PreciousMetalDeposits
  • RareMetalDeposits
  • MethanePools
  • IceCrystals
  • ExplosiveGases
  • StrongMagnetosphere
  • VibrantAuroras
  • SaltFlats
  • Canyons
  • PerpetualDaylight
  • PerpetualOvercast
  • DrySeabeds
  • MagmaSeas
  • Supervolcanoes
  • AshClouds
  • VastRuins
  • MutatedFlora
  • Terraformed
  • ExtremeTemperatures
  • ExtremePressure
  • DiverseLife
  • ScarceLife
  • Fossils
  • WeakGravity
  • StrongGravity
  • CrushingGravity
  • ToxicAtmosphere
  • CorrosiveAtmosphere
  • BreathableAtmosphere
  • ThinAtmosphere
  • Jovian
  • Rocky
  • Volcanic
  • Frozen
  • Swamp
  • Barren
  • Temperate
  • Jungle
  • Ocean
  • Radioactive
  • MicroGravityAnomalies
  • DebrisCluster
  • DeepCraters
  • ShallowCraters
  • UnstableComposition
  • HollowedInterior
  • Stripped

Values

pub fn encode(
  waypoint_trait_symbol: WaypointTraitSymbol,
) -> json.Json
pub fn parse(value: String) -> Result(WaypointTraitSymbol, Nil)
pub fn to_string(
  waypoint_trait_symbol: WaypointTraitSymbol,
) -> String
Search Document