
패권
경제적 패권 국가
경제적 패권 국가는 월간 수입이 가장 높은 열강을 뜻합니다.
보정치
정의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 = {
}


