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.67 锡矿法庭的废除

时间范围:1601.1.1 - 1850.1.1(每月 1% 概率)

触发条件

  • 国家必须完全控制德文郡(devon_province)和康沃尔郡(cornwall_province)。
  • 国家拥有的锡矿法庭(stannary_court)建筑总有效等级大于0。
  • 国家拥有变量 stannary_law

关键效果

  • 历史选项flavor_eng.67.a):
    • 移除国家变量 stannary_law
    • 在康沃尔郡和德文郡的所有地点,摧毁属于玩家的锡矿法庭(stannary_court)建筑。

背景介绍: 该事件模拟了英格兰(及后来的大不列颠)在近代早期废除其西南部德文郡和康沃尔郡传统锡矿法庭(Stannary Courts)的历史进程。锡矿法庭是中世纪以来管理当地锡矿开采和贸易的特许法律体系。随着国家中央集权的加强和现代法律体系的建立,这些具有自治色彩的特权机构逐渐被废止,其职能被纳入国家统一管理。

完整事件代码

flavor_eng.67 = {
	hide_portraits = yes
	type = country_event

	fire_only_once = yes

	title = flavor_eng.67.title
	desc = flavor_eng.67.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1601.1.1
		to = 1850.1.1
		monthly_chance = 1
	}

	trigger = {
		own_entire_province = province_definition:devon_province
		own_entire_province = province_definition:cornwall_province
		total_effective_building_levels:stannary_court > 0

		has_variable = stannary_law
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		province_definition:devon_province = {
			save_scope_as = devon
		}

		province_definition:cornwall_province = {
			save_scope_as = cornwall
		}

	}

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

		remove_variable = stannary_law

		province_definition:cornwall_province = {
			every_location_in_province_definition = {
				destroy_building = "building(building_type:stannary_court|owner)"
			}
		}

		province_definition:devon_province = {
			every_location_in_province_definition = {
				destroy_building = "building(building_type:stannary_court|owner)"
			}
		}

	}

	historical_info = flavor_eng.67.historical_info

}