Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flavor_vij.3 关键人物登场:肯佩·高达

时间范围:1530.1.1 - 1580.1.1 (每月 2% 概率) 触发条件

  • 国家没有摄政王 (has_regent = no)
  • 国家拥有班加罗尔地区 (owns = location:bangalore)

关键效果

  • 选项 A (历史选项)
    • 将人物 Kempe Gowda 移入本国。
    • 减少 2 点黄金 (change_gold_effect = { scale = -2 })。
    • 如果国家是湿婆教派 (policy:shaivism) 印度教国际组织的成员,则获得 self_control_mild_bonus 修正。
    • 获得 prestige_severe_bonus 声望。
  • 选项 B
    • 获得 prestige_mild_penalty 声望惩罚。
    • 隐藏效果:无声地杀死人物 Kempe Gowda

背景介绍: 此事件模拟了16世纪维贾亚纳加尔帝国(Vijayanagara)统治下的关键人物肯佩·高达一世(Kempe Gowda I)的登场。他是一位来自贵族阶层的卡纳达族军事指挥官和行政官,被认为是现代印度班加罗尔城的奠基者。事件设定在1530年至1580年间,反映了他在帝国政治中崭露头角的历史时期。玩家可以选择接纳并资助这位有影响力的人物,以换取声望和潜在的内部稳定,或者拒绝他,承担声望损失。

完整事件代码

flavor_vij.3 = {
	type = country_event
	title = flavor_vij.3.title
	desc = flavor_vij.3.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VIJ
		from = 1530.1.1
		to = 1580.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:nobles background = pop_type:nobles }
		create_character = {
			first_name = Kempe
			last_name = Gowda
			adm = 64
			dip = 56
			mil = 47
			birth_date = 1510.6.27
			female = no
			estate = estate_type:nobles_estate
			culture = culture:kannadiga
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	trigger = {
		has_regent = no
		owns = location:bangalore
	}

	option = {
		name = flavor_vij.3.a
		historical_option = yes
		scope:target_character = { move_country = root }
		change_gold_effect = { scale = -2 }
		if = {
			limit = {
				any_international_organizations_member_of = {
					international_organization_type = international_organization_type:hindu_branch
					international_organization_has_policy = policy:shaivism
				}
			}
			add_self_control = self_control_mild_bonus
		}
		add_prestige = prestige_severe_bonus
	}
	option = {
		name = flavor_vij.3.b
		add_prestige = prestige_mild_penalty
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}