- The naval maintenance factor is now separate per ship type
- Lowered maintenance factor for galleys, and, especially, transports.
- Naval Maintenance is now scaled on tech level.
- Tweaked Horde occupation conquest rules (twice as long required, except for cores or core borders)
- Army AI: Fixed a bug preventing proper army pursuit
- Army AI: Better at rebel whacking
- provinces bordering hordes lose 10% tax instead of 2%
- American Pagans now have a cathedral icon
- Corrected icons for Eastern, Chinese, and Indian Temples + Catherdrals.
nomad_neighbour = {
local_tax_modifier = -0.02 # -2% for each province bordering a nomad province
population_growth = -0.01 # -1% for each province bordering a nomad province
}
变为——
nomad_neighbour = {
local_tax_modifier = -0.1 # -2% for each province bordering a nomad province
population_growth = -0.01 # -1% for each province bordering a nomad province
}