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_swe.55] 瑞典与汉萨同盟的贸易关系

时间范围:1396.1.1 - 1420.1.1 (每月 2% 概率触发)

触发条件

  • 汉萨同盟(c:HSA)必须存在。
  • 汉萨同盟(c:HSA)不是瑞典(ROOT)的盟友。
  • 在瑞典首都所在的市场中,汉萨同盟(c:HSA)是最强大的商人势力。

关键效果

  • 选项 A (flavor_swe.55.a) - 历史选项

    • 汉萨同盟(c:HSA)对瑞典(ROOT)获得负面外交观点修正 swe_denies_hsa
    • 在瑞典首都市场,汉萨同盟(c:HSA)获得一个持续240个月的商人力量惩罚(merchant_power_weak_penalty),标识为 swe_denies_hsa
  • 选项 B (flavor_swe.55.b)

    • 汉萨同盟(c:HSA)对瑞典(ROOT)获得正面外交观点修正 swe_allows_hsa
    • 在瑞典首都市场,汉萨同盟(c:HSA)获得一个持续240个月的商人力量巨大增益(merchant_power_ultimate_bonus),标识为 swe_allows_hsa

背景介绍: 在14世纪末至15世纪初,汉萨同盟作为北欧和波罗的海地区强大的商业和政治联盟,其商人在瑞典的经济生活中扮演着重要角色。瑞典国王面临着如何处理与这个强大商业集团关系的抉择:是限制其影响力以保护本国商业利益,还是给予其特权以促进贸易和获取支持。这一事件反映了瑞典在争取独立和巩固王权过程中,与外部经济势力之间复杂的互动关系。

完整事件代码

flavor_swe.55 = {
	type = country_event
	title = flavor_swe.55.title
	desc = flavor_swe.55.desc

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

	historical_info = flavor_swe.55.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SWE
		from = 1396.1.1
		to = 1420.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}

	trigger = {
		country_exists = c:HSA

		c:HSA ?= {
			NOT = { is_allied_with = { target = ROOT } }
		}

		capital.market ?= {
			most_powerful_merchant = c:HSA
		}
	}
	option = {
		name = flavor_swe.55.a
		historical_option = yes
		c:HSA = { add_opinion = { target = root modifier = swe_denies_hsa } }
		capital.market = {
			add_merchant_power = {
				country = c:HSA
				power = merchant_power_weak_penalty
				months = 240
				key = swe_denies_hsa
			}
		}
	}

	option = {
		name = flavor_swe.55.b

		c:HSA = { add_opinion = { target = root modifier = swe_allows_hsa } }

		capital.market = {
			add_merchant_power = {
				country = c:HSA
				power = merchant_power_ultimate_bonus
				months = 240
				key = swe_allows_hsa
			}
		}
	}
}