
Hegemony
Economic Hegemon
The Economic Hegemon is the Great Power with the highest monthly Income.
Modifiers
Definitionin_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 = {
}


