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_ayu.6 瓦猜瓦塔那兰寺

时间范围:1600.1.1 - 1700.1.1,每月 5% 概率触发

触发条件

  • 国家必须拥有君主。
  • 君主的总能力值(total_abilities)不低于 200。
  • 国家宗教为以下之一:上座部佛教、大乘佛教或藏传佛教。
  • 首都位于阿瑜陀耶地区(location:ayodhya)。

关键效果

  • 选项 A (历史选项)
    • 在阿瑜陀耶地区建造特殊建筑“瓦猜瓦塔那兰寺”(building_type:wat_chaiwatthanaram_temple_building)。
    • 建筑成本降低 10%(cost_multiplier = 0.9),原因为“王室赞助”(royal_sponsorship)。
  • 选项 B
    • 获得少量威望加成(prestige_mild_bonus)。
    • 获得少量政府点数惩罚(government_power_weak_penalty)。
    • 教士阶层满意度小幅下降(estate_satisfaction_weak_penalty)。

背景介绍: 瓦猜瓦塔那兰寺是阿瑜陀耶王国(大城府)时期一座重要的皇家佛寺,由国王巴萨通(Prasat Thong)于17世纪下令建造,以纪念其母亲。该寺位于昭披耶河畔,建筑风格融合了高棉与早期大城府艺术特色,是阿瑜陀耶王朝鼎盛时期佛教艺术与王室权威的象征。此事件反映了在一位强有力的君主统治下,国家资源被用于支持宗教建筑,以巩固王权与佛教信仰。

完整事件代码

flavor_ayu.6 = { #Wat Chaiwatthanaram
	type = country_event
	title = flavor_ayu.6.title
	desc = flavor_ayu.6.desc

	historical_info = flavor_ayu.6.historical_info

	dynamic_historical_event = {
		tag = AYU
		from = 1600.1.1
		to = 1700.1.1
		monthly_chance = 5
	}

	fire_only_once = yes

	trigger = {
		has_ruler = yes
		ruler.total_abilities >= 200
		OR = {
			religion = religion:theravada
			religion = religion:mahayana
			religion = religion:tibetan_buddhism
		}
		capital = location:ayodhya
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ruler = { save_scope_as = target_ruler }
		location:ayodhya = { save_scope_as = target_location }
	}

	option = {
		name = flavor_ayu.6.a
		historical_option = yes
		location:ayodhya = {
			construct_building = {
				building_type = building_type:wat_chaiwatthanaram_temple_building
				cost_multiplier = 0.9
				cost_multiplier_reason = "royal_sponsorship"
			}
		}
	}
	option = {
		name = flavor_ayu.6.b
		add_government_power = government_power_weak_penalty
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_weak_penalty }
		add_prestige = prestige_mild_bonus
	}
}