Skip to content

Commit bd73dee

Browse files
adding new enemy divisions and exostorm effects to planetEffects (#117)
* 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 * ADDING ALL NEW EFFECTS * Update planetEffects.json * adding new planet effect * adding new region names. * Update planetRegion.json * adding new regions * adding the newly added Planet Regions * adding 1352: CONVENTIONAL BLACK HOLE * Fix JSON syntax error in planetEffects.json * Updating planet effects to effects that have appeared in game. * fixing typo in effects. * Updating planet effects and regions. * updating json for planetRegion. adding new region faction field and new Layout Field * Change region identifiers in regions_connected_to to strings in planetRegion.json * Correcting region types, standardizing names * Add new Illuminate effects. * Add new effects to planetEffects.json
1 parent 8afc699 commit bd73dee

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

effects/planetEffects.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,5 +678,40 @@
678678
"description": "Cyborgs are deployed to the battlefield of this planet, leading their Automaton armies.",
679679
"galacticEffectId": 1361,
680680
"name": "CYBORGS"
681-
}
681+
},
682+
"1373": {
683+
"galacticEffectId": 1373,
684+
"name": "CLASS 1 EXOSTORM",
685+
"description": "Isolated Exostorm pockets are materializing across the planet and rapidly gaining momentum."
686+
},
687+
"1374": {
688+
"galacticEffectId": 1374,
689+
"name": "CLASS 2 EXOSTORM",
690+
"description": "Exostorm fronts are coalescing into a dense system that threatens to engulf the entire planet."
691+
},
692+
"1375": {
693+
"galacticEffectId": 1375,
694+
"name": "CLASS 3 EXOSTORM",
695+
"description": "The Exostorm has reached critical mass, enveloping the planet in an ominous tempest that defies atmospheric physics."
696+
},
697+
"1377": {
698+
"galacticEffectId": 1377,
699+
"name": "MINDLESS MASSES (Enemies)",
700+
"description": "The Illuminate are converting large numbers of Super Earth citizens into Voteless-type enemies on this planet. Prepare to face a twisted, indoctrinated horde."
701+
},
702+
"1378": {
703+
"galacticEffectId": 1378,
704+
"name": "MINDLESS MASSES",
705+
"description": "The Illuminate are converting large numbers of Super Earth citizens into Voteless-type enemies on this planet. Prepare to face a twisted, indoctrinated horde."
706+
},
707+
"1379": {
708+
"galacticEffectId": 1379,
709+
"name": "APPROPRIATORS",
710+
"description": "The Illuminate are deploying only their own kind to this planet, a clear indication of the operation's importance and/or xenophobic nature. Prepare to face foot soldiers, drones, and piloted mechanical constructs."
711+
},
712+
"1380": {
713+
"galacticEffectId": 1380,
714+
"name": "APPROPRIATORS (Enemies)",
715+
"description": "The Illuminate are deploying only their own kind to this planet, a clear indication of the operation's importance and/or xenophobic nature. Prepare to face foot soldiers, drones, and piloted mechanical constructs."
716+
}
682717
}

0 commit comments

Comments
 (0)