Created
November 8, 2013 08:06
-
-
Save shadda/7367782 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Do not change tags in here without changing every other reference to them. | |
| # If adding new technology, make sure they are uniquely named. | |
| # Armies get a combined arms bonus when the ratio cav / (inf+cav) is _less_ than "cav_to_inf_ratio". This applies for the "unit_type" of a country. | |
| #groups must be defined BEFORE tables. | |
| groups = { | |
| nomad_group = { | |
| modifier = 1.0 | |
| start_level = 15 | |
| cav_to_inf_ratio = 1.0 | |
| } | |
| western = { | |
| modifier = 1.0 | |
| start_level = 15 | |
| cav_to_inf_ratio = 1.0 | |
| } | |
| eastern = { | |
| modifier = 1.0 | |
| start_level = 15 | |
| cav_to_inf_ratio = 1.0 | |
| } | |
| ottoman = { | |
| modifier = 1.0 | |
| start_level = 15 | |
| cav_to_inf_ratio = 1.0 | |
| } | |
| muslim = { | |
| modifier = 1.0 | |
| start_level = 15 | |
| cav_to_inf_ratio = 1.0 | |
| } | |
| indian = { | |
| modifier = 1.0 | |
| start_level = 15 | |
| cav_to_inf_ratio = 1.0 | |
| } | |
| chinese = { | |
| modifier = 1.0 | |
| start_level = 15 | |
| cav_to_inf_ratio = 1.0 | |
| } | |
| sub_saharan = { | |
| modifier = 1.0 | |
| start_level = 15 | |
| cav_to_inf_ratio = 1.0 | |
| } | |
| new_world = { | |
| modifier = 1.0 | |
| start_level = 15 | |
| cav_to_inf_ratio = 1.0 | |
| } | |
| } | |
| tables = { | |
| land_tech = "technologies/land.txt" | |
| naval_tech = "technologies/naval.txt" | |
| trade_tech = "technologies/trade.txt" | |
| production_tech = "technologies/production.txt" | |
| government_tech = "technologies/government.txt" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment