# Reminder that the "entities" list is 0th-indexed (i.e., the first entry is index 0, second is index 1, and so on)
# E.g., to make something orbit Entity 8, you want to do "focus":7
"Beacon_star_system":{
"isEnabled":true,
"numberOfSystems":1,
"isCoreWorldSystem":false,
"hasSystemwideNebula":true,
"addCoronalHypershunt":true,
"addDomainCryosleeper":true,
"setLocation":2,
"systemBackground":"background5.jpg",
"teleportUponGeneration":true,
"entities":[
# ENTITY 1 : Primary Star
{
"entity":"star",
"type":"star_blue_giant",
"name":"Beacon",
"radius":1200,
"coronaRadius":666,
"flareChance":1.1,
},
# ENTITY 2 : barren world
{
"entity":"planet",
"type":"US_barrenA",
"orbitRadius":1900,
"focus":0,
"radius":90,
"conditions":[]
},
# ENTITY 3 : Ice Giant with several habitable worlds in its orbit
{
"entity":"planet",
"type":"ice_giant",
"name":"Turmoil",
"radius":370,
"orbitRadius":4500,
"focus":0,
"cloudRotation":1.5,
"conditions":[
"volatiles_plentiful",
"organics_plentiful",
"ruins_vast",
"rat_ancient_fuel_hub",
"US_floating",
"IndEvo_mineFieldCondition",
"extreme_weather",
"dense_atmosphere",
"inimical_biosphere",
"habitable",
]
},
# ENTITY 4 : Jungle world orbiting Turmoil
{
"entity":"planet",
"type":"jungle",
"name":"Surez",
"radius":70,
"orbitRadius":440,
"focus":2,
"conditions":[
"habitable",
"inimical_biosphere",
"farmland_bountiful",
"ruins_vast",
"organics_plentiful",
"mild_climate",
"rat_bionic_plantlife",
"low_gravity",
"solar_array",
"IndEvo_ArtilleryStationCondition",
]
},
# ENTITY 5 : Water world orbiting Turmoil
{
"entity":"planet",
"type":"US_water",
"name":"Azur",
"radius":80,
"orbitRadius":530,
"focus":2,
"conditions":[
"habitable",
"mild_climate",
"water_surface",
"IndEvo_mineFieldCondition",
"rat_engineered_utopia",
"US_religious",
"decivilized_subpop",
"organics_plentiful",
"volatiles_plentiful",
"ore_ultrarich",
"rare_ore_ultrarich",
]
},
# ENTITY 6 : Terran-eccentric world orbiting Turmoil
{
"entity":"planet",
"type":"terran-eccentric",
"name":"Harvest",
"radius":100,
"orbitRadius":600,
"focus":2,
"conditions":[
"habitable",
"mild_climate",
"rat_engineered_utopia",
"rat_bionic_plantlife",
"IndEvo_ArtilleryStationCondition",
"farmland_bountiful",
"ore_moderate",
"organics_abundant",
"US_religious",
"low_gravity",
"solar_array",
"IndEvo_RuinsCondition",
"decivilized_subpop",
]
},
# ENTITY 7 : Desert wolrd orbiting Turmoil
{
"entity":"planet",
"type":"US_storm",
"name":"It's Windy Today !",
"radius":64,
"orbitRadius":690,
"focus":2,
"conditions":[
"dense_atmosphere",
"low_gravity",
"extreme_weather",
"toxic_atmosphere",
"ore_abundant",
"rare_ore_abundant",
"IndEvo_mineFieldCondition",
"US_magnetic",
"US_tunnels",
"US_storm",
"rat_rampant_military_core",
]
},
# ENTITY 8 : Second Gas Giant of the system
{
"entity":"planet",
"type":"US_gas_giantB",
"name":"Nimbus",
"radius":250,
"orbitRadius":6000,
"conditions":[]
},
# ENTITY 9 : Magnetic wolrd orbiting Nimbus
{
"entity":"planet",
"type":"US_magnetic",
"name":"Q4a&~%s",
"radius":60,
"orbitRadius":380,
"focus":7,
"conditions":[
"US_magnetic",
"habitable",
"low_gravity",
"thin_atmosphere",
"ore_ultrarich",
"rare_ore_abundant",
"volatiles_trace",
"tectonic_activity",
"hot",
"ruins_extensive",
"rat_defensive_drones",
]
},
# ENTITY 10 : Hycean wolrd orbiting Nimbus
{
"entity":"planet",
"type":"US_waterHycean",
"name":"Ressac",
"radius":80,
"orbitRadius":450,
"focus":7,
"conditions":[]
},
# ENTITY 11 : Portal Gate
{
"entity":"inactive_gate",
"focus":0,
"orbitRadius":8975,
"orbitAngle":-1,
"orbitDays":0,
},
# ENTITY 12 : Turmoil Jump Point
{
"entity":"jump_point",
"focus":3,
"orbitRadius":990,
"orbitAngle":-1,
"orbitDays":0,
"name":"Turmoil Jump Point",
},
# ENTITY 13 : Fring Jump Point
{
"entity":"jump_point",
"focus":0,
"orbitRadius":7000,
"orbitAngle":-1,
"orbitDays":0,
"name":"Fringe Jump Point",
},
# ENTITY 14 : Jump Point close to the sun
{
"entity":"jump_point",
"focus":0,
"orbitRadius":1750,
"orbitAngle":-1,
"orbitDays":0,
"name":"Jump Point",
},
# ENTITY 15 : Stable Location 01
{
"entity":"stable_location",
"focus":0,
"orbitRadius":2300,
"orbitAngle":-1,
"orbitDays":0,
"name":"Location 01",
},
# ENTITY 16 : Stable Location 05
{
"entity":"stable_location",
"focus":0,
"orbitRadius":6800,
"orbitAngle":-1,
"orbitDays":0,
"name":"Location 05",
},
# ENTITY 17 : Stable Location 03
{
"entity":"stable_location",
"focus":0,
"orbitRadius":1000,
"orbitAngle":-1,
"orbitDays":0,
"name":"Location 03",
},
# ENTITY 18 : Stable Location 02
{
"entity":"stable_location",
"focus":0,
"orbitRadius":300,
"orbitAngle":-1,
"orbitDays":0,
"name":"Location 02",
},
# ENTITY 15 : Stable Location 04
{
"entity":"stable_location",
"focus":0,
"orbitRadius":5500,
"orbitAngle":-1,
"orbitDays":0,
"name":"Location 04",
},
# ENTITY 16 : Ring 01
{
"entity":"accretion_disk",
"focus":0,
"orbitRadius":11100,
},
# ENTITY 17 : Ring 02
{
"entity":"ring",
"focus":0,
"orbitRadius":1300,
"type":"rings_dust0",
},
# ENTITY 18 : Ring 03
{
"entity":"ring",
"focus":0,
"orbitRadius":10000,
"type":"rings_asteroids0",
},
# ENTITY 19 : Ring 04
{
"entity":"asteroid_belt",
"focus":0,
"orbitRadius":9900,
"orbitDays":0,
},
# ENTITY 20 : Débris Field
{
"entity":"debris_field",
"focus":0,
"orbitRadius":8050,
"orbitDays":0,
},
# ENTITY 21 : Débris Field
{
"entity":"debris_field",
"focus":0,
"orbitRadius":8100,
"orbitDays":0,
},
],
},