[flavor_vij.1100] 泰米尔人叛乱传闻
时间范围:1337.1.1 - 1800.1.1(每月 2% 概率)
触发条件:
- 国家拥有统治者。
- 统治者文化 不是 泰米尔文化,且拥有王朝。
- 国内存在至少一位成年、拥有王朝、且既非统治者同王朝也非统治者配偶的人物。
- 国家内泰米尔文化人口比例不低于 5%。
- 在
tamil_land_area地区内,存在至少一个地点满足以下所有条件:- 该地点控制度 ≤ 40%。
- 该地点泰米尔文化人口比例 ≥ 50%。
- 该地点泰米尔文化人口的满意度 ≤ 40%。
关键效果:
- 选项 A (
flavor_vij.1100.a):- 触发一个自定义提示文本 (
VIJ_REVOLT_IN_15_YEARS_UNLESS_IF_WE_MANAGE_TO_KEEP_TAMILS_SATISFIED)。 - 在 15 年后,静默触发事件
flavor_vij.1101。
- 触发一个自定义提示文本 (
背景介绍: 作为南印度的重要政权,维贾亚纳加尔帝国统治着包含大量泰米尔人口的地区。当中央政府的统治者为非泰米尔文化,且对泰米尔核心地区的控制薄弱、当地泰米尔民众普遍不满时,关于叛乱和分离主义的传闻便开始滋生。此事件模拟了帝国境内因文化差异和治理不善而潜藏的民族矛盾与政治危机。
完整事件代码:
flavor_vij.1100 = { #Rumors of a Tamil Rebellion
hide_portraits = yes
type = country_event
title = flavor_vij.1100.title
desc = flavor_vij.1100.desc
fire_only_once = yes
dynamic_historical_event = {
tag = VIJ
from = 1337.1.1
to = 1800.1.1
monthly_chance = 2
}
illustration_tags = {
10 = angry
10 = interior
}
trigger = {
has_ruler = yes
ruler ?= {
NOT = { culture = culture:tamil }
has_dynasty = yes
}
any_character = {
has_dynasty = yes
NOT = {
dynasty = root.ruler.dynasty
is_spouse_of = root.ruler
}
is_adult = yes
}
"culture_percentage_in_country(culture:tamil)" >= 0.05 #Just to make sure they're not insiglificant
area:tamil_land_area = {
any_location_in_area = {
percent >= 0.5
local_control <= 0.4
any_pop = {
percent >= 0.5
culture = culture:tamil
pop_satisfaction <= 0.4
}
}
}
}
immediate = {
event_illustration_government_estate_effect = yes
ordered_character = {
limit = {
has_dynasty = yes
NOT = {
dynasty = root.ruler.dynasty
is_spouse_of = root.ruler
}
is_adult = yes
}
max = 1
check_range_bounds = no
set_variable = tamil_rebel_leader
save_scope_as = target_character2
}
ruler_or_regent ?= {
save_scope_as = target_character
}
set_variable = vij_tamil_rebellion
}
option = {
name = flavor_vij.1100.a
custom_tooltip = {
text = VIJ_REVOLT_IN_15_YEARS_UNLESS_IF_WE_MANAGE_TO_KEEP_TAMILS_SATISFIED
trigger_event_silently = { id = flavor_vij.1101 years = 15 }
}
}
}