Scripted Effect
enable_treasure_voyages
Definitionin_game/common/scripted_effects/country_effects.txt:1727
1728custom_tooltip = {
1729text = chi_able_to_send_treasure_voyages Country will be able to use the Prepare a Treasure Voyage Action to expend their Ducats in order to get more nations to join their Tributary network. This will only be possible as long as they are the Leader of the Middle Kingdom.
1733if = {
1734limit = {
1735not = {
1735has_global_variable_list = treasure_voyage_areas
}
}
1737every_area = {
1738limit = {
1739is_area_coastal_sea = yes
1740OR = {
1741sub_continent = sub_continent:south_east_asia
1742sub_continent = sub_continent:east_africa
1743sub_continent = sub_continent:south_asia
1744sub_continent = sub_continent:middle_east
}
1746NOR = {
1747region = region:anatolia_region
1748region = region:crescent_region
}
}
1751add_to_global_variable_list = {
1752name = treasure_voyage_areas
1753target = this
}
}
}
}