이벤트
타밀 반란 소문

타밀 반란을 진압하기로 방침을 정한 후 우리는 대부분의 반란 세력을 진압했습니다. 이제 주민들은 다시금 우리 통치에 만족하고 있으며, 심지어 스스로 나서 반란을 주동한 반역자를 붙잡아 주기까지 했습니다. 현재 Target Character(은)는 우리 군에 인도되어 붙잡혀 있는 상태로, 조언가들은 입을 모아 어서 추방할 것을 촉구했습니다.
정의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(은)는 우리 군에 인도되어 붙잡혀 있는 상태로, 조언가들은 입을 모아 어서 추방할 것을 촉구했습니다.
}
2368triggered_desc = {
2372desc = flavor_vij.1101.desc.b 우리가 타밀 반란을 진압하는 데 실패하자, 이 역도 무리의 지도자가 마침내 모습을 드러냈습니다. Target Character(은)는 Country에 독립 국가를 세우기 위해 지지 세력을 결집하고 타밀 주민들과 협상을 벌이는 중입니다. 이제 이 반란군을 섬멸하기만 하면 됩니다.
}
}
}
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 모든 타밀 팝의 Concept가 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
}
}
}