事件
有关泰米尔叛乱的传言

随着我们遏制泰米尔叛乱的政策奏效,大多数叛军已被平息,更重要的是,煽动此次叛乱的首领也被捕了。我军成功逮捕了Target Character,举国上下都在呼吁将him/her放逐。
定义in_game/events/DHE/flavor_vij.txt:2356
2357hide_portraits = yes
2358type = country_event
2359title = flavor_vij.1101.title 有关泰米尔叛乱的传言
2360desc = {
2361first_valid = {
2362triggered_desc = {
2366desc = flavor_vij.1101.desc.a 随着我们遏制泰米尔叛乱的政策奏效,大多数叛军已被平息,更重要的是,煽动此次叛乱的首领也被捕了。我军成功逮捕了Target Character,举国上下都在呼吁将him/her放逐。
}
2368triggered_desc = {
2372desc = flavor_vij.1101.desc.b 我们未能遏制泰米尔叛乱,叛军首领终于露面。Target Character暗中筹谋,试图赢得支持,意图将his/her的领地从Country中独立出去,he/she甚至与泰米尔人展开谈判。如今,唯有彻底粉碎叛军,方可挽回局势。
}
}
}
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 泰米尔人起义
2432save_scope_as = tamil_uprising_scope
2434religion = root.religion
}
2436custom_tooltip = {
2437text = VIJ_ALL_TAMILS_LOSE_90_SATISFACTION 所有泰米尔人群会失去pop satisfaction ultimate penalty人群满意度。
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
}
}
}