EventNew this version
Proposal from Target Country
The cowardly Target Country has seen reason at last, and offered us territories in the Kingdom of Thessalonica. We should consider this offer carefully, for the entire expedition is in itself a risk.
Event chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
Our Claim to Kingdom of Thessalonica- Appeasing the From Country Adjective Pretenders↳ Option A “Let us organize a campaign.” · right away
- Proposal from Target Country↳ Option B “Offer them a token grant.” · right away
- Response From the From Country↳ Option A “We will take what we can get.” · right away
An Opportune Moment↳ Option A “Let us organize a campaign.” · 3 years later- Honoring our Agreement↳ Option A “Unleash the dogs of war!” · right away
Definitionin_game/events/DHE/flavor_mfa.txt:964
965type = country_event
966title = flavor_mfa.1005.title Proposal from Target Country
967desc = flavor_mfa.1005.desc The cowardly Target Country has seen reason at last, and offered us territories in the Kingdom of Thessalonica. We should consider this offer carefully, for the entire expedition is in itself a risk.
968outcome = neutral
970immediate = {
971if = {
975scripted_geography:claims_of_thessalonica_geography = {
976ordered_location_in_scripted_geography = {
977limit = {
978owner ?= scope:target_country
}
980order_by = population
981max = 1
982check_range_bounds = no
983save_scope_as = location_for_release
}
}
}
987else_if = {
991scope:target_country = {
992ordered_owned_location = {
993order_by = population
994limit = {
995OR = {
996province_definition = province_definition:chalkidiki_province
997province_definition = province_definition:lower_macedonia_province
998province_definition = province_definition:central_macedonia_province
}
}
1001max = 1
1002check_range_bounds = no
1003save_scope_as = location_for_release
}
}
}
1007else = {
1008error_log = "Reached unreachable script in flavor_mfa.1005"
}
}
1012illustration_tags = {
101310 = regular
101410 = interior
}