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_kor.19 朝鲜棉花种植推广

时间范围:1375年4月1日 - 1410年1月1日(每月 10% 概率触发)

触发条件

  • 国家 CHI(中国)必须存在。

关键效果

  • 选项 A (flavor_kor.19.a)
    • 社会价值观 capital_economy_vs_traditional_economy 向“右”(资本经济)方向轻微移动。
    • 在朝鲜地区 (region:korea_region) 所有拥有 goods:cotton(棉花)资源的省份:
      • 增加 1 个最大原材料工人岗位。
      • 添加持续 20 年的省份修正 kor_cotton_seed
    • 将事件创建的人物(文益渐)移动至触发国(朝鲜)。
  • 选项 B (flavor_kor.19.b)
    • 对目标国家(中国)施加反向意见修正 kor_persecuted_cotton_theft
    • 将事件创建的人物(文益渐)移动至触发国(朝鲜)。

背景介绍: 此事件模拟了高丽王朝末期至朝鲜王朝初期,棉花种植技术传入朝鲜半岛的历史进程。据传,高丽使臣文益渐在出使元朝时,将棉籽藏于毛笔管中带回朝鲜,并开始推广种植。棉花的引入对朝鲜的农业、纺织业及社会经济结构产生了深远影响,逐渐取代了传统的麻布,成为重要的经济作物和民生物资。

完整事件代码

flavor_kor.19 = {
	type = country_event
	title = flavor_kor.19.title
	desc = flavor_kor.19.desc

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_cotton.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = KOR
		from = 1375.4.1
		to = 1410.1.1
		monthly_chance = 10
	}

	trigger = {
		country_exists = c:CHI
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:burghers   background = pop_type:burghers }
		c:CHI = {
			save_scope_as = target_country
		}
		create_character = {
			estate = estate_type:clergy_estate
			first_name = name_ik_jeon
			last_name = Mun
			birth_location = location:jinju
			birth_date = 1329.2.8
			adm = { 60 80 }
			dip = { 80 90 }
			mil = { 30 40 }
			save_scope_as = target_character
			create_in_limbo = yes
		}
		location:jinju = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_kor.19.a

		change_societal_value = {
			type = capital_economy_vs_traditional_economy
			value = societal_value_minor_move_to_right
		}

		every_owned_location = {
			limit = {
				raw_material = goods:cotton
				region = region:korea_region
			}
			change_max_raw_material_workers = 1
			add_location_modifier = {
				mode = add_and_extend
				modifier = kor_cotton_seed
				years = 20
			}
		}
		scope:target_character = { move_country = root }
	}

	option = {
		name = flavor_kor.19.b

		reverse_add_opinion = {
			modifier = kor_persecuted_cotton_theft
			target = scope:target_country
		}
		scope:target_character = { move_country = root }
	}
}