Event
Island of Contention
Situated in the Heart of the Baltic Sea, the island of Gotland is a necessary asset for any power that wishes to achieve the goal of Dominium Maris Baltici. As such, we have other local powers surely scheming to seize this valuable possession from our hands. With our waning naval capability, we might want to pawn the island off to one of those powers.
DenmarkCountryimmediate, trigger
SwedenCountryimmediate, trigger
TeutonsCountrydynamic historical event.tagEvent chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
- Island of Contention
- Eyes on Gutnish Province↳ Option C “We will not give up our land.” · right away
- Offer for Gutnish Province↳ Option A “Offer the island to [First Offer].” · right away
- Offer for Gutnish Province↳ After any choice · right away
Definitionin_game/events/DHE/flavor_swe_teu.txt:397
398type = country_event
399title = flavor_swe_teu.5.title Island of Contention
400desc = flavor_swe_teu.5.desc Situated in the Heart of the Baltic Sea, the island of Gotland is a necessary asset for any power that wishes to achieve the goal of Dominium Maris Baltici. As such, we have other local powers surely scheming to seize this valuable possession from our hands. With our waning naval capability, we might want to pawn the island off to one of those powers.
401outcome = neutral
409fire_only_once = yes
411trigger = {
412own_entire_province = province_definition:gotland_province
}
425immediate = {
426save_scope_as = gotland_province_owner
427if = {
435set_local_variable = first_offer_found
}
437if = {
445set_local_variable = second_offer_found
}
447set_local_variable = {
448name = price_for_gotland
449value = 0
}
451province:gotland_province = {
452every_location_in_province = {
453change_local_variable = {
454name = price_for_gotland
455add = this.location_tax_base
}
}
458save_scope_as = gutnish_province
}
460change_local_variable = {
461name = price_for_gotland
462multiply = 120
}
}