Event
Rumors of a Tamil Rebellion

With our policies to try and contain the Tamil rebellion, we have pacified the majority of these rebels. They are yet again content with our rule, and what is even better, they have captured the traitor who organized this rebellion in the first place. Target Character has now been caught by our forces, and everyone is eager to banish him/her.
Definitionin_game/events/DHE/flavor_vij.txt:2356
2357hide_portraits = yes
2358type = country_event
2359title = flavor_vij.1101.title Rumors of a Tamil Rebellion
2360desc = {
2361first_valid = {
2362triggered_desc = {
2366desc = flavor_vij.1101.desc.a With our policies to try and contain the Tamil rebellion, we have pacified the majority of these rebels. They are yet again content with our rule, and what is even better, they have captured the traitor who organized this rebellion in the first place. Target Character has now been caught by our forces, and everyone is eager to banish him/her.
}
2368triggered_desc = {
2372desc = flavor_vij.1101.desc.b Having failed to contain the Tamil rebellion, the leader of this traitorous host shows his/her face. Target Character had schemed to gain support and carve his/her realm, one independent from Country, he/she negotiated with the Tamil people. What remains now is to crush these rebels.
}
}
}
2376outcome = neutral
2378illustration_tags = {
237910 = armed
238010 = exterior
}
2383trigger = {
2385culture_percentage_in_country(culture:tamil) >= 0.05
2386area:tamil_land_area = {
2387any_location_in_area = {
2388percent >= 0.5
2389local_control <= 0.4
}
}
}
2399immediate = {
}
2401random_character = {
2405save_scope_as = target_character
}
2408if = {
2409limit = {
2410area:tamil_land_area = {
2411any_location_in_area = {
2412owner = root
2413percent >= 1
2414OR = {
2415local_control >= 0.8
}
}
}
}
}
2427else = {
2429create_rebel = {
2430category = nationalist
2431name = tamil_uprising Tamil Uprising
2432save_scope_as = tamil_uprising_scope
2434religion = root.religion
}
2436custom_tooltip = {
2437text = VIJ_ALL_TAMILS_LOSE_90_SATISFACTION All Tamil Pops will lose pop satisfaction ultimate penalty Pop Satisfaction.
2438area:tamil_land_area = {
2439every_location_in_area = {
2440limit = {
2440owner = ROOT
}
2441every_pop = {
2447change_pop_allegiance = scope:tamil_uprising_scope
}
}
}
}
2452scope:target_character = {
2453change_character_allegiance = scope:tamil_uprising_scope
}
2455scope:tamil_uprising_scope = {
2456add_rebel_progress = 1
}
}
}