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_maj.28] 满者伯夷的文化繁荣

时间范围

1400.1.1 - 1821.1.1,每月 10% 概率触发。

触发条件

  • 国家拥有 特罗乌兰 (trowulan) 地区。
  • 该地区需满足:
    • 人口 ≥ 200
    • 发展度 ≥ 50
    • 地区等级为 城市 (city)

关键效果

选项: flavor_maj.28.a

  • 为当前主流文化添加 极端增益 (cultural_tradition_extreme_bonus) 的文化传统。
  • 为国家增加 严重增益 (prestige_severe_bonus) 的威望。

背景介绍

此事件模拟了满者伯夷帝国在其首都特罗乌兰达到一定规模与繁荣后,可能迎来的文化鼎盛时期。作为东南亚历史上重要的帝国,其首都的发展不仅是政治与经济的中心,也成为了艺术、建筑与文化创新的摇篮。事件反映了当首都积累足够的人口与发展度后,国家威望提升与文化传统得以强化的历史进程。

完整事件代码

flavor_maj.28 = {
	type = country_event
	title = flavor_maj.28.title
	desc = flavor_maj.28.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MAJ
		from = 1400.1.1
		to = 1821.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:trowulan
		location:trowulan = {
			population >= 200
			development >= 50
			location_rank = location_rank:city
		}
	}

	illustration_tags = {
		10 = exterior
		10 = happy
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		location:trowulan = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_maj.28.a

		culture = {
			add_cultural_tradition = cultural_tradition_extreme_bonus
		}

		add_prestige = prestige_severe_bonus
	}
}