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_nov.101 伊凡百人团请求蜂蜡垄断权

时间范围:1370.1.1 - 1485.1.1,每月 6% 概率触发

触发条件

  • 国家拥有统治者。
  • 国家拥有阶层特权 novgorod_ivans_hundred
  • 国家拥有变量 ivan_hundred_strengthened

关键效果

  • 选项 A:授予该协会更大的贸易影响力
    • 历史选项:是
    • 效果:
      • 设置变量 ivan_hundred_beeswax,持续 25 年。
      • 增加少量稳定度惩罚。
  • 选项 B:阻止该协会变得更强大
    • 效果:
      • 增加少量稳定度奖励。
      • 增加市民阶层少量满意度惩罚。
      • 增加贵族阶层少量满意度奖励。

背景介绍: 在诺夫哥罗德共和国,伊凡百人团是一个由富商组成的强大行会,对城市的贸易和财富拥有巨大影响力。随着其势力的增长,该行会寻求获得对蜂蜡贸易的垄断权,这是一种在当时极具价值的商品。这一请求将考验统治者如何平衡商业阶层的利益与国内其他政治力量(如贵族)的关系,以及国家经济的整体稳定。

完整事件代码

flavor_nov.101 = { # Ivan's Hundred Request Beeswax Monopoly
	hide_portraits = yes
	type = country_event
	title = flavor_nov.101.title
	desc = flavor_nov.101.desc
	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_beeswax.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = NOV
		from = 1370.1.1
		to = 1485.1.1
		monthly_chance = 6
	}

	trigger = {
		has_ruler = yes
		has_estate_privilege = estate_privilege:novgorod_ivans_hundred
		has_variable = ivan_hundred_strengthened
	}

	immediate = {
		ruler ?= {
			save_scope_as = our_ruler
		}
	}

	option = { # Grant the association greater influence over the trade
		name = flavor_nov.101.a
		historical_option = yes
		custom_tooltip = {
			text = ivan_hundred_beeswax_increase
			set_variable = {
				name = ivan_hundred_beeswax
				years = 25
			}
		}
		add_stability = stability_mild_penalty
	}
	option = { # Prevent the association from growing stronger
		name = flavor_nov.101.b
		add_stability = stability_mild_bonus
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_penalty }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
	}
}