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_azt.70 特诺奇蒂特兰大神庙

时间范围:1350.1.1 - 1550.1.1 (每月 2% 概率)

触发条件

  • 拥有至少3个非农村省份。
  • 国家不是附庸国。
  • 拥有特诺奇蒂特兰(location:tenochtitlan)地区。
  • 国教为纳瓦特尔宗教(religion:nahuatl)。
  • 拥有至少1个附庸国。

关键效果

  • 选项 A (flavor_azt.70.a)

    • 立即在特诺奇蒂特兰地区建造“特诺奇蒂特兰大神庙”(building_type:great_temple_of_tenochtitlan)。
  • 选项 B (flavor_azt.70.b)

    • 触发前提:拥有超过2个附庸国。
    • 立即在特诺奇蒂特兰地区建造“特诺奇蒂特兰大神庙”,建造成本降低50%(原因:附庸贡献)。
    • 根据总人口排序,对前2个附庸国施加以下效果:
      • 增加少量自由意愿(liberty_desire_mild_plus)。
      • 对事件发起国(root)添加“被迫贡献”意见修正(opinion_forced_to_contribute_modifier)。
  • 选项 C (flavor_azt.70.c)

    • 显示自定义提示文本(we_will_be_able_to_construct_the_building_later_tt),暂不建造神庙。

背景介绍: 此事件模拟了阿兹特克帝国(或其前身)在特诺奇蒂特兰建造宏伟的中央神庙(Templo Mayor)的历史进程。作为纳瓦特尔宗教的核心圣地与帝国权威的象征,大神庙的建造往往需要动员帝国核心地区的人力与资源,有时也会从其附属城邦征调贡赋与劳力,这反映了前哥伦布时期中美洲帝国的统治与宗教动员模式。

完整事件代码

flavor_azt.70 = {
	type = country_event
	title = flavor_azt.70.title
	desc = flavor_azt.70.desc
	historical_info = flavor_azt.70.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = TNC
		from = 1350.1.1
		to = 1550.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {
		num_of_non_rural >= 3
		is_subject = no
		owns = location:tenochtitlan
		religion = religion:nahuatl
		num_subjects > 0
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		unlock_building_effect = { type = great_temple_of_tenochtitlan }
	}

	option = {
		name = flavor_azt.70.a

		location:tenochtitlan = {
			construct_building = {
				building_type = building_type:great_temple_of_tenochtitlan
				instant = yes
			}
		}
	}

	option = {
		name = flavor_azt.70.b

		trigger = {
			num_subjects > 2
		}

		location:tenochtitlan = {
			construct_building = {
				building_type = building_type:great_temple_of_tenochtitlan
				cost_multiplier = 0.5
				cost_multiplier_reason = subject_contribution_reason
				instant = yes
			}
		}

		ordered_subject = {
			order_by = total_population
			check_range_bounds = no
			max = 2
			add_liberty_desire = liberty_desire_mild_plus
			add_opinion = {
				target = root
				modifier = opinion_forced_to_contribute_modifier
			}
		}
	}

	option = {
		name = flavor_azt.70.c

		custom_tooltip = we_will_be_able_to_construct_the_building_later_tt
	}
}