flavor_vij.6 维查耶纳加尔帝国崛起
时间范围
1337.1.1 - 1837.1.1,每月有 10% 的概率触发。
触发条件
- 国家主流文化为 坎纳达文化 (
culture:kannadiga)。 - 当前统治者总能力值 大于 150 (
total_abilities > 150)。 - 拥有以下三个地区:
- 甘吉布勒姆 (
location:kanchipuram) - 迈索尔 (
location:mysore) - 马杜赖 (
location:madurai)
- 甘吉布勒姆 (
- 国家税收基础 大于 500 (
country_tax_base > 500)。
关键效果
选项: flavor_vij.6.a
- 历史选项: 是 (
historical_option = yes) - 效果:
- 如果国家已经是 帝国 等级 (
country_rank = country_rank:rank_empire):- 获得大量政府点数 (
add_government_power = government_power_severe_bonus)。 - 获得大量威望 (
add_prestige = prestige_severe_bonus)。
- 获得大量政府点数 (
- 如果国家尚未达到帝国等级:
- 获得少量政府点数 (
add_government_power = government_power_mild_bonus)。 - 获得少量威望 (
add_prestige = prestige_mild_bonus)。 - 将国家等级提升为 帝国 (
set_country_rank = country_rank:rank_empire)。
- 获得少量政府点数 (
- 如果国家已经是 帝国 等级 (
背景介绍
该事件模拟了南印度维查耶纳加尔帝国在14世纪至19世纪间,在一位杰出统治者的领导下,通过整合核心地区(甘吉布勒姆、迈索尔、马杜赖)并建立稳固的财政基础,最终确立其帝国地位的历史进程。它标志着坎纳达文化政体在达到特定政治、军事和经济实力门槛后,正式晋升为区域霸权的关键转折点。
完整事件代码
flavor_vij.6 = {
type = country_event
title = flavor_vij.6.title
desc = flavor_vij.6.desc
historical_info = flavor_vij.6.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = VIJ
from = 1337.1.1
to = 1837.1.1
monthly_chance = 10
}
illustration_tags = {
10 = happy
10 = interior
}
immediate = {
event_illustration_poptype_effect = { foreground = pop_type:nobles background = pop_type:nobles }
}
trigger = {
culture = culture:kannadiga
ruler ?= {
total_abilities > 150
}
owns = location:kanchipuram
owns = location:mysore
owns = location:madurai
country_tax_base > 500
}
option = {
name = flavor_vij.6.a
if = {
limit = {
country_rank = country_rank:rank_empire
}
add_government_power = government_power_severe_bonus
add_prestige = prestige_severe_bonus
}
else = {
add_government_power = government_power_mild_bonus
add_prestige = prestige_mild_bonus
set_country_rank = country_rank:rank_empire
}
}
}