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_eng.21 伦敦证券交易所的建立

时间范围

1571年1月1日 - 1700年1月1日,每月有 1% 的概率触发。

触发条件

  • 玩家控制的国家(root)必须是 英格兰(ENG)大不列颠(GBR)
  • 省份 伦敦(location:london) 必须满足:
    • 所有者为玩家控制的国家。
    • 控制者为玩家控制的国家。
    • 市场中心(is_market_center = yes)
    • 没有建造任何等级的 证券交易所(stock_exchange) 建筑。

关键效果

选项 A:flavor_eng.21.a

  • 历史选项:是
  • 伦敦 建造 1证券交易所(building_type:stock_exchange)
  • 社会价值观 资本经济 vs. 传统经济(capital_economy_vs_traditional_economy)左侧(societal_value_move_to_left) 移动。

选项 B:flavor_eng.21.b

  • 伦敦 的市场中,添加一个持续 100 个月的 临时需求(temporary_demand),类型为 粗俗贸易(demand:bawdy_trading)
  • 为玩家控制的国家中,所有位于 伦敦市民阶层(pop_type:burghers) 人口,添加 终极满意度加成(pop_satisfaction_ultimate_bonus)
  • 社会价值观 重商主义 vs. 自由贸易(mercantilism_vs_free_trade)右侧(societal_value_move_to_right) 移动。

背景介绍

该事件模拟了伦敦作为英格兰乃至大不列颠王国经济心脏的关键发展。在16世纪末至17世纪,随着海外贸易的扩张和商业活动的集中,伦敦逐渐具备了建立现代金融中心的条件。事件反映了国家在首都推动制度化金融市场(建立证券交易所)与迎合特定商业利益、满足市民阶层诉求之间的抉择。历史路径选择了前者,标志着伦敦向全球金融中心迈出了关键一步。

完整事件代码

flavor_eng.21 = {
	type = country_event
	title = flavor_eng.21.title
	desc = flavor_eng.21.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1571.1.1
		to = 1700.1.1
		monthly_chance = 1
	}

	trigger = {
		location:london = {
			owner = root
			controller = root
			NOT = { has_building_with_at_least_one_level = stock_exchange }
			is_market_center = yes
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_eng.21.a
		historical_option = yes
		location:london = {
			change_building_level_in_location = {
				 building = building_type:stock_exchange value = 1
			}
		}
		change_societal_value = {
			type = capital_economy_vs_traditional_economy
			value = societal_value_move_to_left
		}
	}

	option = {
		name = flavor_eng.21.b
		location:london = {
			market = {
				add_temporary_demand = {
					type = demand:bawdy_trading
					months = 100
				}
			}
			every_pop = {
				limit = {
					owner = root
					pop_type = pop_type:burghers
				}
				add_pop_satisfaction = pop_satisfaction_ultimate_bonus
			}
		}
		change_societal_value = {
			type = mercantilism_vs_free_trade
			value = societal_value_move_to_right
		}
	}

	historical_info = flavor_eng.21.historical_info
}