flavor_nov.110 千夫长向伊凡百人团索取更高费用
时间范围:1350.1.1 - 1399.1.1(每月 6% 概率触发)
触发条件:
- 国家拥有统治者。
- 国家拥有特权
estate_privilege:novgorod_ivans_hundred(诺夫哥罗德伊凡百人团特权)。 - 国家拥有变量
nov_tysiatskii_influence_event_happened。 - 国家未处于战争状态。
关键效果:
- 选项 A:允许向伊凡百人团征税
- 为国家添加修正
nov_increased_fees_on_ivans_hundred,持续 20 年。 - 市民阶层满意度小幅下降。
- 为国家添加修正
- 选项 B:拒绝千夫长的要求
- 贵族阶层满意度小幅下降。
- 市民阶层满意度小幅上升。
背景介绍: 在诺夫哥罗德共和国,千夫长(Tysiatskii)作为军事和司法官员,与代表商人利益的伊凡百人团(Ivan’s Hundred)之间存在持续的博弈。本事件反映了千夫长试图对伊凡百人团施加更高税费以增强自身影响力或充实国库的要求,而统治者则需要在支持传统贵族(千夫长通常出自其中)与维护商人团体利益之间做出抉择。
完整事件代码:
flavor_nov.110 = { # Tysiatskii Demands Higher Fees on Ivan Hundred's Association
type = country_event
title = flavor_nov.110.title
desc = flavor_nov.110.desc
fire_only_once = yes
dynamic_historical_event = {
tag = NOV
from = 1350.1.1
to = 1399.1.1
monthly_chance = 6
}
trigger = {
has_ruler = yes
has_estate_privilege = estate_privilege:novgorod_ivans_hundred
has_variable = nov_tysiatskii_influence_event_happened
at_war = no
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
ruler ?= {
save_scope_as = our_ruler
}
}
option = { # Allow the tax on the Ivan's Hundred
name = flavor_nov.110.a
add_country_modifier = { modifier = nov_increased_fees_on_ivans_hundred years = 20 mode = add }
add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_penalty }
}
option = { # Refuses the wishes of the Tysiatskii
name = flavor_nov.110.b
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_penalty }
add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }
}
after = {
remove_variable = nov_tysiatskii_influence_event_happened
}
}