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_ara.106 丝绸交易所

时间范围:1508.1.1 - 1558.1.1(每月 5% 概率)

触发条件

  • 拥有瓦伦西亚(Valencia)地区。

关键效果

  • 选项 A (历史选项)
    • 在瓦伦西亚地区建造建筑“丝绸交易所”(building_type:llotja_seda)。
    • 社会价值观“资本经济 vs 传统经济”向左移动(societal_value_move_to_left)。
    • 增加市民阶层(estate_type:burghers_estate)少量满意度(estate_satisfaction_weak_bonus)。
  • 选项 B
    • 社会价值观“资本经济 vs 传统经济”向右移动(societal_value_move_to_right)。
    • 减少市民阶层(estate_type:burghers_estate)少量满意度(estate_satisfaction_weak_penalty)。

背景介绍: 该事件模拟了16世纪早期在阿拉贡王国(ARA)瓦伦西亚地区建造著名的丝绸交易所(La Llotja de la Seda)的历史决策。丝绸交易所是哥特式建筑的杰作,象征着该地区丝绸贸易的繁荣和市民商业力量的崛起。选择建造它将促进资本经济的发展并巩固市民阶层的支持,而拒绝则可能意味着对传统经济模式的坚持,并引发商人的不满。

完整事件代码

flavor_ara.106 = { #La Llotja de la Seda
	type = country_event
	title = flavor_ara.106.title
	desc = flavor_ara.106.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ARA
		from = 1508.1.1
		to = 1558.1.1
		monthly_chance = 5
	}

	trigger = {
		owns = location:valencia
	}
	
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		location:valencia = {
			save_scope_as = target_location
		}
	}

	option = {
		historical_option = yes
		name = flavor_ara.106.a

		location:valencia = {
			construct_building =  {
				building_type = building_type:llotja_seda
			}
		}
		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_left }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_weak_bonus }
	}

	option = {
		name = flavor_ara.106.b

		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_right }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_weak_penalty }
	}
}