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_lit.1000] 汉萨同盟在考纳斯建立商站

时间范围

  • 起始日期:1400.1.1
  • 结束日期:1500.1.1
  • 触发概率:每月 3% 概率

触发条件

  • 国家 c:HSA(汉萨同盟)必须存在。
  • 国家 c:HSA 必须:
    • 不是附庸国。
    • 拥有政府改革 government_reform:hanseatic_merchant_federation(汉萨商人联盟)。
  • 省份 location:kaunas(考纳斯)必须:
    • 所有者是事件触发国(即立陶宛)。
    • 尚未拥有建筑 building_type:hanseatic_kontor(汉萨商站)。

关键效果

  • 选项 A (flavor_lit.1000.a):

    • scope:target_country2(即汉萨同盟)触发事件 flavor_lit.1001
  • 选项 B (flavor_lit.1000.b):

    • 显示自定义提示 lit_no_offer_on_hansa_tt
    • 获得 prestige_mild_bonus(少量威望加成)。
    • 获得 legitimacy_mild_bonus(少量正统性加成)。

背景介绍

在15世纪,汉萨同盟作为北欧强大的商业与政治联盟,其贸易网络不断向东欧扩张。立陶宛大公国控制下的重要城市考纳斯,位于连接波罗的海与东欧内陆的贸易路线上,是潜在的商业枢纽。此事件模拟了汉萨同盟寻求在考纳斯建立商站(Kontor),以巩固其贸易垄断并获取当地市场准入的历史进程。立陶宛统治者面临着是否允许这一外国商业势力深入其核心领土的抉择,这一决定将影响国家的经济利益与政治主权。

完整事件代码

flavor_lit.1000 = {
	hide_portraits = yes
	type = country_event
	title = flavor_lit.1000.title
	desc = flavor_lit.1000.desc

	dynamic_historical_event = {
		tag = LIT
		from = 1400.1.1
		to = 1500.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	trigger = {
		country_exists = c:HSA
		c:HSA = {
			is_subject = no
			has_reform = government_reform:hanseatic_merchant_federation
		}
		location:kaunas = {
			owner ?= root
			NOT = { has_building = building_type:hanseatic_kontor }
		}
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

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

		save_scope_as = target_country
		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		c:HSA = {
			save_scope_as = target_country2
		ruler_or_regent ?= {
			save_scope_as = target_character2
		}
		}
	}

	option = {
		name = flavor_lit.1000.a

		scope:target_country2 = {
			trigger_event_non_silently = flavor_lit.1001
		}
	}

	option = {
		name = flavor_lit.1000.b

		custom_tooltip = lit_no_offer_on_hansa_tt

		add_prestige = prestige_mild_bonus
		add_legitimacy = legitimacy_mild_bonus
	}
}