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_nap.400 那不勒斯重税

时间范围:1640.1.1 - 1650.1.1,每月 5% 概率

触发条件

  • 控制那不勒斯地区。

关键效果

  • 选项 A:征收重税 (历史选项)

    • 获得国家修正 nap_heavy_taxation,持续 25 年。
    • 所有农民阶层满意度下降。
    • 在 1 至 5 年内触发后续事件 flavor_nap.401
  • 选项 B:不予征税

    • 获得国家修正 nap_insufficient_funds,持续 30 年。
    • 国家稳定度小幅下降。
    • 贵族阶层满意度大幅下降。

背景介绍: 在17世纪中叶,那不勒斯王国面临着严峻的财政压力。为了维持宫廷开支、军事行动或偿还债务,统治者考虑对民众,特别是农民阶层,征收额外的重税。这一决策直接关系到王国的短期财政收入与长期的社会稳定,贵族阶层对此也高度关注,他们的态度将影响政策的执行与后果。

完整事件代码

flavor_nap.400 = {
	type = country_event

	title = flavor_nap.400.title
	desc = flavor_nap.400.desc
	historical_info = flavor_nap.400.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = NAP
		tag = TWS
		from = 1640.1.1
		to = 1650.1.1
		monthly_chance = 5
	}
	
	illustration_tags = {
        10 = angry
        10 = interior
    }
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	
	trigger = {
		owns = location:naples
	}

	option = {
		name = flavor_nap.400.a #Levy the Taxation

		historical_option = yes

		add_country_modifier = {
			modifier = nap_heavy_taxation
			years = 25
		}

		custom_tooltip = {
			text = nap_every_peasant_pop_loses_5_satisfaction
			every_pop = {
				limit = {
					owner = root
					pop_type = pop_type:peasants
				}
				add_pop_satisfaction = pop_satisfaction_weak_penalty #the real penalty is when you tax them
			}
		}

		trigger_event_non_silently = { id = flavor_nap.401 years = { 1 5 } }
	}
	option = {
		name = flavor_nap.400.b #Do not tax

		add_country_modifier = {
			modifier = nap_insufficient_funds
			years = 30
		}

		add_stability = stability_mild_penalty

		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_severe_penalty
		}
	}
}