-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
132 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,91 +1,132 @@ | ||
[ { | ||
"symbol": "TOXIC_ATMOSPHERE", | ||
"name": "Toxic Atmosphere", | ||
"description": "A waypoint with a poisonous atmosphere, necessitating the use of specialized equipment and technology to protect inhabitants and visitors from harmful substances." | ||
}, | ||
{ | ||
"symbol": "VOLCANIC", | ||
"name": "Volcanic", | ||
"description": "A volatile world marked by intense volcanic activity, creating a hazardous environment with the potential for valuable resource extraction, such as rare metals and geothermal energy." | ||
}, | ||
{ | ||
"symbol": "WEAK_GRAVITY", | ||
"name": "Weak Gravity", | ||
"description": "A waypoint with a low gravitational pull, providing unique opportunities for research and industry while also challenging the adaptation of life forms and technology." | ||
}, | ||
{ | ||
"symbol": "OVERCROWDED", | ||
"name": "Overcrowded", | ||
"description": "A waypoint teeming with inhabitants, leading to cramped living conditions and a high demand for resources." | ||
}, | ||
{ | ||
"symbol": "HIGH_TECH", | ||
"name": "High-Tech", | ||
"description": "A center of innovation and cutting-edge technology, driving progress and attracting skilled individuals from around the galaxy." | ||
}, | ||
{ | ||
"symbol": "BUREAUCRATIC", | ||
"name": "Bureaucratic", | ||
"description": "A waypoint governed by complex regulations, red tape, and layers of administration, often leading to inefficiencies and frustration." | ||
}, | ||
{ | ||
"symbol": "TEMPERATE", | ||
"name": "Temperate", | ||
"description": "A world with a mild climate and balanced ecosystem, providing a comfortable environment for a variety of life forms and supporting diverse industries." | ||
}, | ||
{ | ||
"symbol": "MARKETPLACE", | ||
"name": "Marketplace", | ||
"description": "A thriving center of commerce where traders from across the galaxy gather to buy, sell, and exchange goods." | ||
}, | ||
{ | ||
"symbol": "BARREN", | ||
"name": "Barren", | ||
"description": "A desolate world with little to no vegetation or water, presenting unique challenges for habitation and resource extraction." | ||
}, | ||
{ | ||
"symbol": "FROZEN", | ||
"name": "Frozen", | ||
"description": "An ice-covered world with frigid temperatures, providing unique research opportunities and resources such as ice water, ammonia ice, and other frozen compounds." | ||
}, | ||
{ | ||
"symbol": "MINERAL_DEPOSITS", | ||
"name": "Mineral Deposits", | ||
"description": "Abundant mineral resources, attracting mining operations and providing valuable materials such as silicon crystals and quartz sand for various industries." | ||
}, | ||
{ | ||
"symbol": "COMMON_METAL_DEPOSITS", | ||
"name": "Common Metal Deposits", | ||
"description": "A waypoint rich in common metal ores like iron, copper, and aluminum, essential for construction and manufacturing." | ||
}, | ||
{ | ||
"symbol": "STRIPPED", | ||
"name": "Stripped", | ||
"description": "A waypoint that has been heavily exploited for its resources, leaving a scarred and depleted landscape with diminished opportunities for future development." | ||
}, | ||
{ | ||
"symbol": "VIBRANT_AURORAS", | ||
"name": "Vibrant Auroras", | ||
"description": "A celestial light show caused by the interaction of charged particles with the waypoint's atmosphere, creating a mesmerizing spectacle and attracting tourists from across the galaxy." | ||
}, | ||
{ | ||
"symbol": "STRONG_MAGNETOSPHERE", | ||
"name": "Strong Magnetosphere", | ||
"description": "A waypoint enveloped in a powerful magnetic field, potentially affecting spacecraft systems, and creating unique phenomena such as the concentration of exotic matter and graviton emitters." | ||
}, | ||
{ | ||
"symbol": "MILITARY_BASE", | ||
"name": "Military Base", | ||
"description": "A fortified stronghold housing armed forces, advanced weaponry, and strategic assets for defense or offense." | ||
}, | ||
{ | ||
"symbol": "SHIPYARD", | ||
"name": "Shipyard", | ||
"description": "A bustling hub for the construction, repair, and sale of various spacecraft, from humble shuttles to mighty warships." | ||
}, | ||
{ | ||
"symbol": "DRY_SEABEDS", | ||
"name": "Dry Seabeds", | ||
"description": "Vast, desolate landscapes that once held oceans, now exposing the remnants of ancient marine life and providing opportunities for the discovery of valuable resources." | ||
} | ||
] | ||
[ | ||
{ | ||
"symbol": "BARREN", | ||
"name": "Barren", | ||
"description": "A desolate world with little to no vegetation or water, presenting unique challenges for habitation and resource extraction." | ||
}, | ||
{ | ||
"symbol": "BUREAUCRATIC", | ||
"name": "Bureaucratic", | ||
"description": "A waypoint governed by complex regulations, red tape, and layers of administration, often leading to inefficiencies and frustration." | ||
}, | ||
{ | ||
"symbol": "COMMON_METAL_DEPOSITS", | ||
"name": "Common Metal Deposits", | ||
"description": "A waypoint rich in common metal ores like iron, copper, and aluminum, essential for construction and manufacturing." | ||
}, | ||
{ | ||
"symbol": "DIVERSE_LIFE", | ||
"name": "Diverse Life", | ||
"description": "A waypoint teeming with a wide variety of life forms, providing ample opportunities for scientific research, trade, and even tourism." | ||
}, | ||
{ | ||
"symbol": "DRY_SEABEDS", | ||
"name": "Dry Seabeds", | ||
"description": "Vast, desolate landscapes that once held oceans, now exposing the remnants of ancient marine life and providing opportunities for the discovery of valuable resources." | ||
}, | ||
{ | ||
"symbol": "EXTREME_PRESSURE", | ||
"name": "Extreme Pressure", | ||
"description": "A location characterized by immense atmospheric pressure, demanding robust engineering solutions and innovative approaches for exploration and resource extraction." | ||
}, | ||
{ | ||
"symbol": "EXTREME_TEMPERATURES", | ||
"name": "Extreme Temperatures", | ||
"description": "A waypoint with scorching heat or freezing cold, requiring specialized equipment and technology to survive and thrive in these harsh environments." | ||
}, | ||
{ | ||
"symbol": "FROZEN", | ||
"name": "Frozen", | ||
"description": "An ice-covered world with frigid temperatures, providing unique research opportunities and resources such as ice water, ammonia ice, and other frozen compounds." | ||
}, | ||
{ | ||
"symbol": "HIGH_TECH", | ||
"name": "High-Tech", | ||
"description": "A center of innovation and cutting-edge technology, driving progress and attracting skilled individuals from around the galaxy." | ||
}, | ||
{ | ||
"symbol": "JUNGLE", | ||
"name": "Jungle", | ||
"description": "A lush, tropical world with dense vegetation and a thriving ecosystem, offering a wealth of resources and unique opportunities for research and exploration." | ||
}, | ||
{ | ||
"symbol": "MARKETPLACE", | ||
"name": "Marketplace", | ||
"description": "A thriving center of commerce where traders from across the galaxy gather to buy, sell, and exchange goods." | ||
}, | ||
{ | ||
"symbol": "MILITARY_BASE", | ||
"name": "Military Base", | ||
"description": "A fortified stronghold housing armed forces, advanced weaponry, and strategic assets for defense or offense." | ||
}, | ||
{ | ||
"symbol": "MINERAL_DEPOSITS", | ||
"name": "Mineral Deposits", | ||
"description": "Abundant mineral resources, attracting mining operations and providing valuable materials such as silicon crystals and quartz sand for various industries." | ||
}, | ||
{ | ||
"symbol": "OVERCROWDED", | ||
"name": "Overcrowded", | ||
"description": "A waypoint teeming with inhabitants, leading to cramped living conditions and a high demand for resources." | ||
}, | ||
{ | ||
"symbol": "PRECIOUS_METAL_DEPOSITS", | ||
"name": "Precious Metal Deposits", | ||
"description": "A source of valuable metals like gold, silver, and platinum, as well as their ores, prized for their rarity, beauty, and various applications." | ||
}, | ||
{ | ||
"symbol": "RESEARCH_FACILITY", | ||
"name": "Research Facility", | ||
"description": "A state-of-the-art institution dedicated to scientific research and development, often focusing on specific areas of expertise." | ||
}, | ||
{ | ||
"symbol": "SHIPYARD", | ||
"name": "Shipyard", | ||
"description": "A bustling hub for the construction, repair, and sale of various spacecraft, from humble shuttles to mighty warships." | ||
}, | ||
{ | ||
"symbol": "SPRAWLING_CITIES", | ||
"name": "Sprawling Cities", | ||
"description": "Expansive urban centers that stretch across the landscape, boasting advanced infrastructure and diverse populations." | ||
}, | ||
{ | ||
"symbol": "STRIPPED", | ||
"name": "Stripped", | ||
"description": "A waypoint that has been heavily exploited for its resources, leaving a scarred and depleted landscape with diminished opportunities for future development." | ||
}, | ||
{ | ||
"symbol": "STRONG_MAGNETOSPHERE", | ||
"name": "Strong Magnetosphere", | ||
"description": "A waypoint enveloped in a powerful magnetic field, potentially affecting spacecraft systems, and creating unique phenomena such as the concentration of exotic matter and graviton emitters." | ||
}, | ||
{ | ||
"symbol": "TEMPERATE", | ||
"name": "Temperate", | ||
"description": "A world with a mild climate and balanced ecosystem, providing a comfortable environment for a variety of life forms and supporting diverse industries." | ||
}, | ||
{ | ||
"symbol": "TERRAFORMED", | ||
"name": "Terraformed", | ||
"description": "A waypoint that has been artificially transformed to support life, showcasing the engineering prowess of its inhabitants and providing a hospitable environment for colonization." | ||
}, | ||
{ | ||
"symbol": "TOXIC_ATMOSPHERE", | ||
"name": "Toxic Atmosphere", | ||
"description": "A waypoint with a poisonous atmosphere, necessitating the use of specialized equipment and technology to protect inhabitants and visitors from harmful substances." | ||
}, | ||
{ | ||
"symbol": "VIBRANT_AURORAS", | ||
"name": "Vibrant Auroras", | ||
"description": "A celestial light show caused by the interaction of charged particles with the waypoint's atmosphere, creating a mesmerizing spectacle and attracting tourists from across the galaxy." | ||
}, | ||
{ | ||
"symbol": "VOLCANIC", | ||
"name": "Volcanic", | ||
"description": "A volatile world marked by intense volcanic activity, creating a hazardous environment with the potential for valuable resource extraction, such as rare metals and geothermal energy." | ||
}, | ||
{ | ||
"symbol": "WEAK_GRAVITY", | ||
"name": "Weak Gravity", | ||
"description": "A waypoint with a low gravitational pull, providing unique opportunities for research and industry while also challenging the adaptation of life forms and technology." | ||
} | ||
] |