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_hol.33 谷物贸易发展

时间范围:1400.1.1 - 1450.1.1,每月 3% 概率

触发条件

  • 事件仅对 HOL 国家触发。
  • 不存在 NED 国家。
  • 首都市场的小麦 (goods:wheat) 贸易盈余(由本国控制的部分)低于 75。

关键效果

  • 选项 A (flavor_hol.33.a):
    • 在首都市场添加一个持续 600 个月的临时需求 ned_increased_grain_demands,规模为 1。
    • 设置变量 ned_grain_trade_start_flag,并显示自定义提示文本 NED_GAIN_GRAIN_SUPPLY_TO_DEAL_WITH_GRAIN_ISSUES

背景介绍: 在15世纪早期,低地地区面临着谷物供应的挑战。为了应对潜在的粮食短缺并稳定经济,荷兰地区开始寻求建立更稳定、更大规模的谷物贸易渠道,这为后来尼德兰的贸易网络和经济发展奠定了基础。

完整事件代码

flavor_hol.33 = {
	hide_portraits = yes
	type = country_event

	title = flavor_hol.33.title
	desc = flavor_hol.33.desc

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

	fire_only_once = yes

	trigger = {
		trigger_if = {
			limit = { this = c:HOL }
			NOT = { country_exists = c:NED }
		}
		capital.market = {
			market_possible_goods_trade_surplus = {
				goods = goods:wheat
				country = root
				value < 75
			}
		}
	}

	dynamic_historical_event = {
		tag = NED
		tag = HOL
		from = 1400.1.1
		to = 1450.1.1
		monthly_chance = 3
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		location:lubeck = {
			save_scope_as = target_location
		}

		location:riga = {
			save_scope_as = target_location2
		}
	}

	option = {
		name = flavor_hol.33.a

		capital.market = {
			add_temporary_demand = { type = demand:ned_increased_grain_demands scale = 1 months = 600 }
		}

		custom_tooltip = {
			text = NED_GAIN_GRAIN_SUPPLY_TO_DEAL_WITH_GRAIN_ISSUES
			set_variable = ned_grain_trade_start_flag
		}
	}
}