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.6 圈地运动

时间范围:1509.1.1 - 1599.1.1(每月 1% 概率)

触发条件

  • 国家为 ENG(英格兰)或 GBR(大不列颠)。
  • 满足以下任一条件:
    • 社会价值观 capital_economy_vs_traditional_economy(资本经济 vs 传统经济)小于 0。
    • 社会价值观 traditionalist_vs_innovative(传统主义 vs 创新)大于 0。

关键效果

  • 选项 A (历史选项)
    • 添加政策 policy:enclosure_allowed(允许圈地)。
  • 选项 B
    • 添加政策 policy:enclosure_disallowed(禁止圈地)。

背景介绍: 该事件模拟了16世纪英格兰历史上的“圈地运动”。在这一时期,随着羊毛贸易利润的增长,许多地主开始将公共土地和耕地圈占起来,改为利润更高的牧场,导致大量农民失去土地,被迫流入城市或成为雇佣劳动力。这一过程深刻改变了英格兰的农业结构、社会关系和经济发展模式,是英国从封建农业社会向资本主义工业社会过渡的关键环节之一。事件中的两个选项代表了当时社会对于是否允许圈地所面临的两种政策选择。

完整事件代码

flavor_eng.6 = {
	type = country_event
	fire_only_once = yes
	title = flavor_eng.6.title
	desc = flavor_eng.6.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1509.1.1
		to = 1599.1.1
		monthly_chance = 1
	}

	trigger = {
		OR = {
			societal_value:capital_economy_vs_traditional_economy < 0
			societal_value:traditionalist_vs_innovative > 0
		}
	}

	illustration_tags = {
        10 = angry
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		capital = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_eng.6.a
		historical_option = yes
		add_policy = policy:enclosure_allowed
	}
	option = {
		name = flavor_eng.6.b
		add_policy = policy:enclosure_disallowed
	}

	historical_info = flavor_eng.6.historical_info
}