level 11
海墘刮风台
楼主
mr_ai = {
limit = { medicine = 1 }
chance = {
base = 0
modifier = {
factor = 99
AI = yes
}
modifier = {
factor = -99
这里表示当国家是瑞典时,几率减99,应该怎么写
}
}
effect = {
pop_growth = -0.01
factory_input = 0.3
factory_output = -0.3
land_attrition = 0.15
soldier_to_pop_loss = -0.03
influence = -0.5
colonial_migration = -0.05
education_efficiency = -0.3
}
}
2011年11月08日 10点11分
1
limit = { medicine = 1 }
chance = {
base = 0
modifier = {
factor = 99
AI = yes
}
modifier = {
factor = -99
这里表示当国家是瑞典时,几率减99,应该怎么写
}
}
effect = {
pop_growth = -0.01
factory_input = 0.3
factory_output = -0.3
land_attrition = 0.15
soldier_to_pop_loss = -0.03
influence = -0.5
colonial_migration = -0.05
education_efficiency = -0.3
}
}