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_chi.45] 沈杨登场

时间范围

1500.1.1 - 1530.1.1,每月 10% 概率触发。

触发条件

  • 国家 拥有 新都地区 (location:xindu)。

关键效果

选项: flavor_chi.45.a

  • 将新创建的 沈杨 人物移动至本国。
  • 获得 少量威望 (prestige_mild_bonus)。

背景介绍

此事件模拟了在16世纪初,一位名为沈杨的作家或艺术家在新都地区出现,并可能被国家招揽的场景。这反映了当时明朝(或扮演中国的政权)在文化领域对人才的吸纳,以及地方精英(市民阶层)对国家文化声望的潜在贡献。

完整事件代码

flavor_chi.45 = {
	type = country_event
	title = flavor_chi.45.title
	desc = flavor_chi.45.desc

	illustration_tags = {
		10 = exterior
		10 = happy
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1500.1.1
		to = 1530.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:xindu
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			estate = estate_type:burghers_estate
			first_name = name_shen4
			last_name = name_yang
			artist = writer
			artist_skill = { 0.6 0.8 }
			birth_location = location:xindu
			create_in_limbo = yes
			save_scope_as = target_character
		}
		location:xindu.province = {
			save_scope_as = target_province
		}
	}

	option = {
		name = flavor_chi.45.a

		scope:target_character = {
			move_country = ROOT
		}

		add_prestige = prestige_mild_bonus
	}
}