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.112 康沃尔叛乱

时间范围:1490.1.1 - 1560.1.1(每月 10% 概率)

触发条件

  • 国家拥有变量 cornish_rebellion

关键效果

  • 选项 A (历史选项)

    • 为国家添加名为 cornish_rebellion 的修正,持续5年(模式为叠加并延长)。
    • 显示自定义提示 flavor_eng.112.tt1
  • 选项 B

    • 触发前提:统治者的外交能力(dip)≥ 75。
    • 摧毁名为 cornish_rebellion 的叛军。
    • 添加极端惩罚的政府力量。
    • 减少金钱(规模为 -6)。
    • 显示自定义提示 flavor_eng.112.tt2

背景介绍: 该事件模拟了英格兰(或其后继者大不列颠)在1490年至1560年间可能爆发的康沃尔叛乱。历史上,康沃尔地区因税收、宗教政策或中央集权等问题多次爆发民众起义,尤其是农民阶层的不满。事件通过创建代表农民阶层的叛军,并影响德文郡和康沃尔郡的农民人口,来重现这一地方性动荡对国家统治的挑战。

事件代码

flavor_eng.112 = {
	hide_portraits = yes
	type = country_event

	fire_only_once = yes

	title = flavor_eng.112.title
	desc = flavor_eng.112.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1490.1.1
		to = 1560.1.1
		monthly_chance = 10
	}

	trigger = {
		has_variable = cornish_rebellion
	}
	
	illustration_tags = {
		10 = angry
		10 = exterior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		province_definition:devon_province = {
			save_scope_as = devon
		}

		province_definition:cornwall_province = {
			save_scope_as = cornwall
		}

		create_rebel = {
			name = cornish_rebellion
			category = estate
			estate = peasants_estate
			save_scope_as = cornish_rebellion
		}

		every_owned_location = {
			limit = {
				OR = {
					province_definition = province_definition:cornwall_province
					province_definition = province_definition:devon_province
				}
			}
			every_pop = {
				limit = {
					pop_type = pop_type:peasants
				}
				change_pop_allegiance = scope:cornish_rebellion
			}
		}

		ruler = { save_scope_as = target_character }

	}

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

		add_country_modifier = {
			modifier = cornish_rebellion
			years = 5
			mode = add_and_extend
		}

		custom_tooltip = flavor_eng.112.tt1

	}

	option = {
		name = flavor_eng.112.b
		trigger = { ruler = { dip >= 75 } }

		destroy_rebel = scope:cornish_rebellion

		add_government_power = government_power_extreme_penalty

		change_gold_effect = { scale = -6 }

		custom_tooltip = flavor_eng.112.tt2

	}

	historical_info = flavor_eng.112.historical_info

}