Event
Demand for the Vassal Contract

The rule of the Ruler Title has been a simple one for centuries. The clans swear allegiance to the Flavor Rank and in return they are protected by the Country Adjective warriors.
The elite of Feudal Province are not satisfied with such a loose alliance though, as they see their privileges and property as unprotected. The Nobility wish for a binding contract that solidifies the relationship between them, Target Ruler, and the Country.
NobilityEstatetrigger
FeudalismInstitutiontriggerDefinitionin_game/events/institution_events.txt:7
8type = country_event
9title = institution_events.1.title Demand for the Vassal Contract
10desc = institution_events.1.desc The rule of the Ruler Title has been a simple one for centuries. The clans swear allegiance to the Flavor Rank and in return they are protected by the Country Adjective warriors.
The elite of Feudal Province are not satisfied with such a loose alliance though, as they see their privileges and property as unprotected. The Nobility wish for a binding contract that solidifies the relationship between them, Target Ruler, and the Country.
The elite of Feudal Province are not satisfied with such a loose alliance though, as they see their privileges and property as unprotected. The Nobility wish for a binding contract that solidifies the relationship between them, Target Ruler, and the Country.
11outcome = neutral
12trigger = {
15has_ruler = yes
16any_owned_non_rural_location = {
17institution_progress:feudalism <= 50
}
}
22image = "gfx/interface/illustrations/institutions/feudalism.dds"
24immediate = {
25random_owned_non_rural_location = {
26limit = {
27institution_progress:feudalism <= 50
}
29save_scope_as = feudal_province
}
31ruler = {
31save_scope_as = target_ruler
}
}