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.28] 斯里兰加姆神庙建设

时间范围

1400.1.1 - 1700.1.1

  • 每月触发概率:1%

触发条件

  • 国家标签为 VIJ(维贾亚纳加尔帝国)。
  • 拥有 斯里兰加姆(srirangam) 地区。
  • 国教为 印度教(religion:hindu)
  • 斯里兰加姆 地区 不是 农村定居点(location_rank:rural_settlement)。

关键效果

选项 A:flavor_vij.28.a

  • 历史选项historical_option = yes
  • 斯里兰加姆 地区建造 兰加纳塔斯瓦米神庙(building_type:ranganathaswamy_temple_building),建造成本倍率为 1(cost_multiplier = 1)。

选项 B:flavor_vij.28.b

  • 获得 轻微威望惩罚(prestige_mild_penalty)

背景介绍

该事件反映了维贾亚纳加尔帝国在14至17世纪期间,于其统治下的重要宗教中心斯里兰加姆修建兰加纳塔斯瓦米神庙的历史进程。作为印度教的重要圣地,斯里兰加姆神庙的扩建与维护不仅是宗教虔诚的体现,也是帝国彰显国力、巩固统治的文化象征。选择修建神庙符合历史轨迹,而拒绝或忽视此事则可能导致统治者威望受损。

完整事件代码

flavor_vij.28 = {
	hide_portraits = yes
	type = country_event
	title = flavor_vij.28.title
	desc = flavor_vij.28.desc
	historical_info = flavor_vij.28.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VIJ
		from = 1400.1.1
		to = 1700.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	trigger = {
		owns = location:srirangam
		religion = religion:hindu
		location:srirangam = {
			NOT = { location_rank = location_rank:rural_settlement }
		}
	}

	immediate = {
		location:srirangam  = {
			save_scope_as = target_location
		}
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_vij.28.a

		historical_option = yes

		location:srirangam = {
			construct_building = {
				building_type = building_type:ranganathaswamy_temple_building
				cost_multiplier = 1
			}
		}
	}

	option = {
		name = flavor_vij.28.b

		add_prestige = prestige_mild_penalty
	}
}