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_ori.10] 卡皮伦德拉的雄心

时间范围:1430.1.1 - 1470.1.1(每月 3% 概率)

触发条件

  • 国家为奥里萨(ORI)。
  • 当前统治者拥有变量 kapilendra_ambitions_var

关键效果

  • 选项 A (flavor_ori.10.a)
    • 获得少量陆军传统加成。
    • 奥里萨地区(area:orissa_area)内所有拥有军械库(armory)的省份获得少量发展度提升。
    • 损失3倍规模的金币。
  • 选项 B (flavor_ori.10.b)
    • 获得少量陆军传统惩罚。
    • 社会价值观“好战 vs 和解”向左(和解方向)发生小幅移动。

背景介绍: 此事件聚焦于15世纪中叶奥里萨(ORI)的统治者卡皮伦德拉·德瓦。作为加贾帕蒂王朝的建立者,他以其扩张主义野心而闻名,致力于将奥里萨从一个地区性强国转变为一个庞大的帝国。该事件模拟了他在位期间(约1435-1467年)为强化国家军事与经济基础所做的努力,特别是通过加强核心地区奥里萨的军备生产与基础设施,以支持其对外征服的宏大计划。

完整事件代码

flavor_ori.10 = {
	type = country_event
	title = flavor_ori.10.title
	desc = flavor_ori.10.desc

	dynamic_historical_event = {
		tag = ORI
		from = 1430.1.1
		to = 1470.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	trigger = {
		ruler ?= {
			has_variable = kapilendra_ambitions_var
		}
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		ruler ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_ori.10.a

		add_army_tradition = army_tradition_mild_bonus

		custom_tooltip = {
			text = ori_every_location_in_orissa_with_armory_gains_2_dev
			every_owned_location = {
				limit = {
					area = area:orissa_area
					has_building = building_type:armory
				}
				change_development = development_weak_bonus
			}
		}

		change_gold_effect = { scale = -3 }
	}

	option = {
		name = flavor_ori.10.b

		add_army_tradition = army_tradition_mild_penalty

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_minor_move_to_left
		}
	}
}