[flavor_bng.8] 印度教觊觎者
时间范围:1440.1.1 - 1500.1.1(每月 2% 概率)
触发条件:
- 国家标签为
BNG。 - 国家宗教 不是 印度教 (
religion:hindu)。
关键效果:
选项 A (flavor_bng.8.a):
- 将创建的印度教人物 (
target_character) 迁入本国并设为新统治者。 - 所有非印度教贵族阶层 (
pop_type:nobles) 获得pop_satisfaction_ultimate_penalty(民众满意度终极惩罚)。
选项 B (flavor_bng.8.b):
- 将创建的印度教人物 (
target_character) 流放。 - 所有印度教阶层 (
religion:hindu) 获得pop_satisfaction_extreme_penalty(民众满意度极端惩罚)。
背景介绍: 在1440年至1500年间,孟加拉苏丹国(BNG)作为一个非印度教政权,其统治下存在着庞大的印度教人口。此事件模拟了可能出现的印度教宗教领袖或觊觎者,对统治者的合法性构成挑战。统治者面临抉择:接纳这位印度教人物以争取其信众的支持,或是将其驱逐以维护现有宗教秩序,但两种选择都会激化国内不同宗教群体间的矛盾。
完整事件代码:
flavor_bng.8 = { #Hindu pretender
type = country_event
title = flavor_bng.8.title
desc = flavor_bng.8.desc
dynamic_historical_event = {
tag = BNG
from = 1440.1.1
to = 1500.1.1
monthly_chance = 2
}
illustration_tags = {
10 = armed
10 = exterior
}
fire_only_once = yes
trigger = {
religion != religion:hindu
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
create_character = {
birth_date = 1421.6.1
artist_skill = 0.79
estate = estate_type:clergy_estate
religion = religion:hindu
save_scope_as = target_character
create_in_limbo = yes
}
ruler_or_regent ?= {
save_scope_as = target_character2
}
}
option = {
name = flavor_bng.8.a
scope:target_character = { move_country = root }
set_new_ruler = scope:target_character
custom_tooltip = {
text = bng_muslim_nobles_become_disloyal_tt
every_owned_location = {
limit = {
any_pop = {
pop_type = pop_type:nobles
religion != religion:hindu
}
}
every_pop = {
limit = {
owner = root
pop_type = pop_type:nobles
religion != religion:hindu
}
add_pop_satisfaction = pop_satisfaction_ultimate_penalty
}
}
}
}
option = {
name = flavor_bng.8.b
scope:target_character = {
banish_character = yes
}
custom_tooltip = {
text = bng_hindus_become_disloyal_tt
every_owned_location = {
limit = {
any_pop = {
religion = religion:hindu
}
}
every_pop = {
limit = {
owner = root
religion = religion:hindu
}
add_pop_satisfaction = pop_satisfaction_extreme_penalty
}
}
}
}
}