[flavor_vij.26] 维查耶纳加尔与泰米尔人口
时间范围:1337.1.1 - 1500.1.1 (每月 25% 概率) 触发条件:
- 国家文化构成中,泰米尔文化占比不低于 5%。
- 在
tamil_land_area地区内,至少 50% 的省份由本国控制。
关键效果:
- 选项 A (flavor_vij.26.a):
- 效果:所有由本国控制的泰米尔文化人口获得极高的满意度加成,但同时,所有拥有至少 5% 泰米尔文化人口的省份会遭受轻微的控制度惩罚。
- 选项 B (flavor_vij.26.b):
- 效果:所有由本国控制的泰米尔文化人口遭受极高的满意度惩罚。同时,国家获得相当于一个月贸易与税收总收入的金币。
背景介绍: 该事件模拟了14至15世纪南印度维查耶纳加尔帝国在其扩张过程中,如何对待其治下庞大的泰米尔人口。泰米尔地区拥有悠久的历史和独特的文化,如何整合这片土地及其人民,是帝国统治者面临的重要抉择。事件提供了两种截然不同的策略:一是通过怀柔政策争取泰米尔人的支持,但可能削弱中央对地方的控制;二是进行掠夺以充实国库,但这会激化民族矛盾。
完整事件代码:
flavor_vij.26 = {
hide_portraits = yes
type = country_event
title = flavor_vij.26.title
desc = flavor_vij.26.desc
fire_only_once = yes
dynamic_historical_event = {
tag = VIJ
from = 1337.1.1
to = 1500.1.1
monthly_chance = 25
}
illustration_tags = {
10 = angry
10 = interior
}
trigger = {
"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
owner = root
}
}
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
ruler_or_regent ?= {
save_scope_as = target_character
}
}
option = { #Good relations with them
name = flavor_vij.26.a
custom_tooltip = {
text = VIJ_EVERY_TAMIL_POP_GAINS_SATISFACTION_BUT_LOSES_CONTROL
every_owned_location = {
limit = {
any_pop = {
owner = root
culture = culture:tamil
}
}
every_pop = {
limit = {
owner = root
culture = culture:tamil
}
add_pop_satisfaction = pop_satisfaction_extreme_bonus
}
}
every_owned_location = {
limit = {
any_pop = {
percent >= 0.05
culture = culture:tamil
}
}
change_control = control_mild_penalty
}
}
}
option = { #Loot them
name = flavor_vij.26.b
custom_tooltip = {
text = VIJ_EVERY_TAMIL_POP_LOSES_SATISFACTION
every_owned_location = {
limit = {
any_pop = {
owner = root
culture = culture:tamil
}
}
every_pop = {
limit = {
owner = root
culture = culture:tamil
}
add_pop_satisfaction = pop_satisfaction_extreme_penalty
}
}
}
add_gold = {
value = root.monthly_income_trade_and_tax
}
}
}