Last active
April 23, 2022 14:07
-
-
Save Lucretiel/6fc20af7f9548a0f6df468f726f6f05c to your computer and use it in GitHub Desktop.
My map balance parameters for the TI4 map lab
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
[ | |
{ | |
"title": "Nathan's", | |
"data": { | |
"BASE_PLANET_MOD": 1, | |
"RESOURCES_MULTIPLIER": 3, | |
"INFLUENCE_MULTIPLIER": 2, | |
"TECH_MOD": 5, | |
"TECH_PROPULSION_MOD": 0, | |
"TECH_WARFARE_MOD": 0, | |
"TECH_BIOTIC_MOD": 0, | |
"TECH_CYBERNETIC_MOD": 0, | |
"PLANET_STRATEGY": 2, | |
"NONZERO_RESOURCES_MOD": 0, | |
"NONZERO_INFLUENCE_MOD": 0, | |
"TRAIT_CULTURAL_MOD": 0, | |
"TRAIT_HAZARDOUS_MOD": 0, | |
"TRAIT_INDUSTRIAL_MOD": 0, | |
"SINGLE_PLANET_MOD": 0, | |
"MULTI_PLANET_MOD": 1, | |
"MATCHING_PLANETS_MOD": 1, | |
"NONMATCHING_PLANETS_MOD": 0, | |
"MECATOL_REX_SYS_MOD": 6, | |
"LEGENDARY_PLANET_SYS_MOD": 6, | |
"DISTANCE_MOD_BASE": 2, | |
"DISTANCE_MOD_PLANET": 0, | |
"DISTANCE_MOD_EMPTY": 0, | |
"DISTANCE_MOD_SUPERNOVA": false, | |
"DISTANCE_MOD_ASTEROID_FIELD": 1, | |
"DISTANCE_MOD_GRAVITY_RIFT": 0, | |
"DISTANCE_MOD_EMPTY_WORMHOLE": 0, | |
"DISTANCE_MOD_PLANET_WORMHOLE": 0, | |
"DISTANCE_MOD_NEBULA": 1, | |
"DISTANCE_MOD_ADJACENT_TO_OPPONENT": false, | |
"DISTANCE_MULTIPLIER": [6, 6, 5, 3, 3, 2, 1, 0, 0, 0, 0] | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment