Skip to content

Commit a94f6c8

Browse files
Adding the New "Hive World" Biome and new GalacticEffectIds (#106)
* Adding new regions * Update planetRegion.json * Update planetEffects.json * Update planetEffects.json * Update planetEffects.json * Update planetEffects.json * Update planetRegion.json * adding tyranny park * fixing a typo * Update planetRegion.json * correct region names * new city name with patch * Adding new "Hive World" Biome and new effect ids Description is from planet effect
1 parent aa45e47 commit a94f6c8

3 files changed

Lines changed: 26 additions & 14 deletions

File tree

effects/planetEffects.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,5 +573,15 @@
573573
"galacticEffectId": 1295,
574574
"name": "TYRANNY PARK 2",
575575
"description": "The extensive Terminid enclosures here allow scientists to study Terminid behavior, and civilians to take pictures with Brood Commanders."
576+
},
577+
"1303": {
578+
"galacticEffectId": 1303,
579+
"name": "Rupture Strain",
580+
"description": "A deadly strain of ground-bursting Terminids is present on this planet."
581+
},
582+
"1304": {
583+
"galacticEffectId": 1304,
584+
"name": "OUTPOST ALPHA",
585+
"description": "The first manned site established in Gloom-infested space."
576586
}
577587
}

planets/biomes.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"name": "Black Hole",
1616
"description": "The planet is gone, the ultimate price to pay in the war for humanity's survival."
1717
},
18+
"bug_hiveworld": {
19+
"name": "Hive World",
20+
"description": "This planet has been completely infested by the Terminids, transformed inside and out into a hive of Tyranny."
21+
},
1822
"moor_arid": {
1923
"name": "Scorched Moor",
2024
"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."

planets/planets.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
"zh-Hans": "\u8d85\u7ea7\u5730\u7403",
2424
"zh-Hant": "\u8d85\u7d1a\u5730\u7403"
2525
},
26-
"type": "primordial",
26+
"type": "none",
2727
"weather_effects": [
28-
"normal_temp"
28+
"normal_temp",
29+
"rainstorms"
2930
]
3031
},
3132
"1": {
@@ -6263,7 +6264,7 @@
62636264
"212": {
62646265
"name": "Oshaune",
62656266
"sector": "Mirin",
6266-
"biome": "moor_baseplanet",
6267+
"biome": "bug_hiveworld",
62676268
"environmentals": [
62686269
"none"
62696270
],
@@ -6284,10 +6285,9 @@
62846285
"zh-Hans": "\u6b27\u7ecd\u6069",
62856286
"zh-Hant": "\u6b50\u590f\u70cf"
62866287
},
6287-
"type": "moor",
6288+
"type": "bug",
62886289
"weather_effects": [
6289-
"normal_temp",
6290-
"rainstorms"
6290+
"normal_temp"
62916291
]
62926292
},
62936293
"213": {
@@ -7624,9 +7624,9 @@
76247624
"258": {
76257625
"name": "Zagon Prime",
76267626
"sector": "Mirin",
7627-
"biome": "sandy_base",
7627+
"biome": "bug_hiveworld",
76287628
"environmentals": [
7629-
"sandstorms"
7629+
"none"
76307630
],
76317631
"names": {
76327632
"en-US": "ZAGON PRIME",
@@ -7645,17 +7645,15 @@
76457645
"zh-Hans": "\u624e\u8d21\u4e3b\u661f",
76467646
"zh-Hant": "\u5091\u8ca2\u4e3b\u661f"
76477647
},
7648-
"type": "sandy",
7648+
"type": "bug",
76497649
"weather_effects": [
7650-
"intense_heat",
7651-
"extreme_cold",
7652-
"sandstorms"
7650+
"normal_temp"
76537651
]
76547652
},
76557653
"259": {
76567654
"name": "Omicron",
76577655
"sector": "L'estrade",
7658-
"biome": "moor_tundra",
7656+
"biome": "bug_hiveworld",
76597657
"environmentals": [
76607658
"none"
76617659
],
@@ -7676,7 +7674,7 @@
76767674
"zh-Hans": "\u5965\u5bc6\u514b\u620e",
76777675
"zh-Hant": "\u6b50\u7c73\u514b\u6717"
76787676
},
7679-
"type": "moor",
7677+
"type": "bug",
76807678
"weather_effects": [
76817679
"normal_temp"
76827680
]

0 commit comments

Comments
 (0)