Event
Threats to the Crown

As with most dynasties, our nation is under constant attack by foreign rivals claiming their rights to our Crown. Blighted by the lack of financial resources, Target Ruler has been advised to seek diplomatic negotiations or otherwise face the possible end of our Flavor Rank.
MonarchyGovernment TypetriggerMilitary FundingStatic ModifiertriggerDefinitionin_game/events/government/empires.txt:3
4type = country_event
5title = empires.1.title Threats to the Crown
6desc = empires.1.desc As with most dynasties, our nation is under constant attack by foreign rivals claiming their rights to our Crown. Blighted by the lack of financial resources, Target Ruler has been advised to seek diplomatic negotiations or otherwise face the possible end of our Flavor Rank.
7outcome = neutral
9trigger = {
11num_of_non_rural >= 10
12at_war = yes
13num_loans > 10
14has_ruler = yes
15ruler = {
15mil < 50
}
16gold < 200
17prestige > 10
19NOT = {
20any_current_war = {
21any_war_participant = {
22NOT = {
22this = root
}
23war_score_versus = {
24target = root
25value >= 0.2
}
}
}
}
}
32illustration_tags = {
3310 = angry
3410 = interior
}
37immediate = {
}
39ruler ?= {
39save_scope_as = target_ruler
}
}