Event
Report from a Slave

Effective espionage and intelligence connection is essential to maintaining the authority of the Ruler Title. Various mamluks are placed in service of our ministers and Iqṭā' tax farmers who are then expected to report of any disloyalty and treason to the government. The system is working as intended, for one of the slaves in servitude of Target Character has exposed him/her as a traitor who is soon to rebel in Target Province, unless something is done about it promptly.
NobilityEstateimmediate, triggerImprisonedStatic Modifierimmediate, triggerDefinitionin_game/events/DHE/flavor_DLH.txt:4330
4331type = country_event
4332title = flavor_dlh.54.title Report from a Slave
4333desc = flavor_dlh.54.desc Effective espionage and intelligence connection is essential to maintaining the authority of the Ruler Title. Various mamluks are placed in service of our ministers and Iqṭā' tax farmers who are then expected to report of any disloyalty and treason to the government. The system is working as intended, for one of the slaves in servitude of Target Character has exposed him/her as a traitor who is soon to rebel in Target Province, unless something is done about it promptly.
4334outcome = neutral
4336trigger = {
4337any_character = {
4339is_ruler = no
4340is_regent = no
4341is_heir = no
4342is_adolescent = no
4343is_infant = no
4344is_female = no
}
4347any_province = {
4348NOT = {
4349any_location_in_province = {
4350controller != owner
}
}
}
}
4356illustration_tags = {
435710 = armed
435810 = exterior
}
4361immediate = {
}
4364random_character = {
4365limit = {
4367is_ruler = no
4368is_regent = no
4369is_heir = no
4370is_adolescent = no
4371is_infant = no
4372is_female = no
}
4375save_scope_as = target_character
}
4378random_province = {
4379limit = {
4380NOT = {
4381any_location_in_province = {
4382controller != owner
}
}
}
4386save_scope_as = target_province
}
4389scope:target_province = {
4390every_location_in_province = {
4391add_to_list = rebel_locations
}
}
4395create_rebel = {
4396category = pretender
4397save_scope_as = target_rebels
}
4400scope:target_character = {
4401change_character_allegiance = scope:target_rebels
}
}