
覇権
経済覇権国
経済覇権国とは、毎月の収入が最も高い列強を指す。
補正
ユニットの食糧消費量−10%
交易の転換の強制はい
事務処理の簡素化はい
定義in_game/common/hegemons/0_economic_hegemon.txt:1
2gain = {
3is_great_power = yes
4is_subject = no
5NOT = {
6any_other_great_power = {
7monthly_income_trade_and_tax > root.monthly_income_trade_and_tax
}
}
}
12lose = {
13OR = {
14any_other_great_power = {
15monthly_income_trade_and_tax > {
16value = root.monthly_income_trade_and_tax
17multiply = 1.1
}
19is_subject = no
}
21is_subject = yes
}
}
26modifier = {
}