Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions effects/planetEffects.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,5 +573,15 @@
"galacticEffectId": 1295,
"name": "TYRANNY PARK 2",
"description": "The extensive Terminid enclosures here allow scientists to study Terminid behavior, and civilians to take pictures with Brood Commanders."
},
"1303": {
"galacticEffectId": 1303,
"name": "Rupture Strain",
"description": "A deadly strain of ground-bursting Terminids is present on this planet."
},
"1304": {
"galacticEffectId": 1304,
"name": "OUTPOST ALPHA",
"description": "The first manned site established in Gloom-infested space."
}
}
4 changes: 4 additions & 0 deletions planets/biomes.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"name": "Black Hole",
"description": "The planet is gone, the ultimate price to pay in the war for humanity's survival."
},
"bug_hiveworld": {
"name": "Hive World",
"description": "This planet has been completely infested by the Terminids, transformed inside and out into a hive of Tyranny."
},
"moor_arid": {
"name": "Scorched Moor",
"description": "Scorching temperatures, high winds, and low precipitation cause a near-constant cycle of fires to sweep this planet, punctuated by short bursts of lush rebirth between infernos."
Expand Down
4 changes: 4 additions & 0 deletions planets/planetRegion.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,10 @@
"name": "THE VILLAS",
"description": ""
},
"491224618": {
"name": "NEW ALEXANDRIA",
"description": ""
},
"502504685": {
"name": "PORT MERCY",
"description": "Since sheltering millions of loyal refugees in the Last Great War, Port Mercy has been a safe haven for any class-A citizen in need."
Expand Down
26 changes: 12 additions & 14 deletions planets/planets.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"zh-Hans": "\u8d85\u7ea7\u5730\u7403",
"zh-Hant": "\u8d85\u7d1a\u5730\u7403"
},
"type": "primordial",
"type": "none",
"weather_effects": [
"normal_temp"
"normal_temp",
"rainstorms"
]
},
"1": {
Expand Down Expand Up @@ -6263,7 +6264,7 @@
"212": {
"name": "Oshaune",
"sector": "Mirin",
"biome": "moor_baseplanet",
"biome": "bug_hiveworld",
"environmentals": [
"none"
],
Expand All @@ -6284,10 +6285,9 @@
"zh-Hans": "\u6b27\u7ecd\u6069",
"zh-Hant": "\u6b50\u590f\u70cf"
},
"type": "moor",
"type": "bug",
"weather_effects": [
"normal_temp",
"rainstorms"
"normal_temp"
]
},
"213": {
Expand Down Expand Up @@ -7624,9 +7624,9 @@
"258": {
"name": "Zagon Prime",
"sector": "Mirin",
"biome": "sandy_base",
"biome": "bug_hiveworld",
"environmentals": [
"sandstorms"
"none"
],
"names": {
"en-US": "ZAGON PRIME",
Expand All @@ -7645,17 +7645,15 @@
"zh-Hans": "\u624e\u8d21\u4e3b\u661f",
"zh-Hant": "\u5091\u8ca2\u4e3b\u661f"
},
"type": "sandy",
"type": "bug",
"weather_effects": [
"intense_heat",
"extreme_cold",
"sandstorms"
"normal_temp"
]
},
"259": {
"name": "Omicron",
"sector": "L'estrade",
"biome": "moor_tundra",
"biome": "bug_hiveworld",
"environmentals": [
"none"
],
Expand All @@ -7676,7 +7674,7 @@
"zh-Hans": "\u5965\u5bc6\u514b\u620e",
"zh-Hant": "\u6b50\u7c73\u514b\u6717"
},
"type": "moor",
"type": "bug",
"weather_effects": [
"normal_temp"
]
Expand Down