
Hegemony
Naval Hegemon
The Naval Hegemon is the Great Power with the highest number of Heavy Ship.
Modifiers
Definitionin_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 = {
}


