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_nor.24 卑尔根与汉萨同盟的贸易繁荣

时间范围

1520.1.1 - 1600.1.1,每月有 5% 的概率触发。

触发条件

  • 国家拥有 bergen 地区。
  • 国家拥有 nor_hollendertiden 国家修正。

关键效果

选项: flavor_nor.24.a

  • 历史选项:
  • 效果:
    1. bergen 地区,执行 change_development = development_severe_bonus
    2. 在首都所在区域随机选择一个本国拥有的港口地区,执行 change_development = development_severe_bonus
    3. 改变社会价值观:land_vs_naval 类型向 societal_value_move_to_right 方向移动。

背景介绍

该事件反映了16世纪挪威卑尔根地区在“汉萨同盟时期”(Hollendertiden)的贸易繁荣。卑尔根是当时北欧重要的贸易中心,尤其在鳕鱼干贸易中占据主导地位。汉萨同盟商人在此建立了强大的商业网络,促进了当地经济发展和城市建设。此事件模拟了这一时期贸易活动对卑尔根及周边港口地区发展的积极影响。

完整事件代码

flavor_nor.24 = {
	type = country_event
	title = flavor_nor.24.title
	desc = flavor_nor.24.desc

	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = NOR
		from = 1520.1.1
		to = 1600.1.1
		monthly_chance = 5
	}

	trigger = {
		owns = location:bergen
		has_country_modifier = nor_hollendertiden
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}
	
	option = {
		name = flavor_nor.24.a
		location:bergen = {
			change_development  = development_severe_bonus
		}
		random_owned_location = {
			limit = {
				is_port = yes
				area = owner.capital.area
			}
			change_development  = development_severe_bonus
		}

		change_societal_value = { type = land_vs_naval value = societal_value_move_to_right }
	}
}