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_eng.172 吨税与磅税争议

时间范围:1625.1.1 - 1665.1.1(每月 1% 概率)

触发条件

  • 国家为 ENG(英格兰)或 GBR(大不列颠)。
  • 拥有议会制政府(has_a_parliamentary_system = yes)。
  • 议会处于活跃状态(is_active_parliament = yes)。
  • 国家未处于战争状态(at_war = no)。
  • 国家没有摄政王(has_regent = no)。

关键效果

  • 选项 A (历史选项)
    • 统治者获得持续1年的负面特质“滥用王室特权”(abusing_royal_prerogative)。
    • 社会价值观向“传统主义”方向移动(traditionalist_vs_innovative 左移)。
    • 政府力量受到轻微惩罚(government_power_weak_penalty)。
  • 选项 B
    • 触发前提:统治者外交能力(dip)≥ 50。
    • 统治者获得持续1年的特质“吨税与磅税被拒”(tonnage_and_poundage_denied)。
    • 政府力量获得小幅增益(government_power_mild_bonus)。
  • 选项 C
    • 统治者获得持续1年的特质“吨税与磅税被拒”(tonnage_and_poundage_denied)。

背景介绍: 吨税与磅税是英格兰王室传统上对进出口商品征收的关税,通常由议会授予新君主终身征收权。在17世纪,随着议会与王权矛盾的加剧,此项税收的授予成为双方斗争的焦点。查理一世在未获议会正式批准的情况下继续征收此税,引发了议会的强烈反对,被视为侵犯议会征税权、滥用王室特权的行为,加剧了宪政危机,并成为英国内战爆发的重要导火索之一。

完整事件代码

flavor_eng.172 = {
	hide_portraits = yes
	type = country_event
	title = flavor_eng.172.title
	desc = flavor_eng.172.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1625.1.1
		to = 1665.1.1
		monthly_chance = 1
	}

	trigger = {

		modifier:has_a_parliamentary_system = yes

		is_active_parliament = yes

		at_war = no

		has_regent = no

	}
	
	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:eng_edward_ii = { save_scope_as = edward_ii }

		capital = { save_scope_as = target_location }

		ruler = { save_scope_as = target_character }

		root = { save_scope_as = target_root_country }

	}

	option = {
		name = flavor_eng.172.a
		historical_option = yes

		ruler = {
			add_character_modifier = {
				modifier = abusing_royal_prerogative
				years = -1
				mode = add_and_extend
			}
		}

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}

		add_government_power = government_power_weak_penalty

		custom_tooltip = flavor_eng.172.tt1

	}

	option = {
		name = flavor_eng.172.b
		trigger = { ruler = { dip >= 50 } }

		ruler = {
			add_character_modifier = {
				modifier = tonnage_and_poundage_denied
				years = 1
				mode = add_and_extend
			}
		}

		add_government_power = government_power_mild_bonus

		custom_tooltip = flavor_eng.172.tt2

	}

	option = {
		name = flavor_eng.172.c

		ruler = {
			add_character_modifier = {
				modifier = tonnage_and_poundage_denied
				years = -1
				mode = add_and_extend
			}
		}

		custom_tooltip = flavor_eng.172.tt3

	}

	historical_info = flavor_eng.172.historical_info

}