
Hegemonia
Hegemônico Naval
A Hegemonia Naval é a Grande Potência com maior número de Navio Pesado.
Modificadores
Definiçãoin_game/common/hegemons/1_naval_hegemon.txt:1
2gain = {
3is_great_power = yes
4is_subject = no
5NOT = {
5any_other_great_power = {
5total_sub_unit_count:navy_heavy_ship > root.total_sub_unit_count:navy_heavy_ship
}
}
6total_sub_unit_count:navy_heavy_ship > 0
}
8lose = {
9OR = {
10any_other_great_power = {
11total_sub_unit_count:navy_heavy_ship > {
12value = root.total_sub_unit_count:navy_heavy_ship
13multiply = 1.1
}
15is_subject = no
}
17is_subject = yes
}
}
20modifier = {
}


