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_tur.190 禁止农民持有武器

时间范围

1550.1.1 - 1821.1.1,每月有 1% 的概率触发。

触发条件

  • 国家条件
    • 国家为 TUR(奥斯曼帝国)
    • 国家宗教属于 穆斯林宗教组
    • 国家 未拥有 名为 estate_privilege:peasants_allowed_weapons_privilege 的阶层特权。
  • 领土条件
    • balkan_region(巴尔干地区),至少有 50% 的可拥有省份的所有者为 本国

关键效果

选项 A:flavor_tur.190.a

  • 历史选项:否
  • 解锁一个名为 tur_banned_weaponry_for_peasants 的阶层特权效果。
  • 所有与本国主流宗教组不同的异教徒人口,其满意度将受到 轻微惩罚

选项 B:flavor_tur.190.b

  • 历史选项:否
  • 授予名为 estate_privilege:peasants_allowed_weapons_privilege 的阶层特权。
  • 农民阶层 的满意度带来 极大的增益

背景介绍

在奥斯曼帝国统治时期,尤其是在巴尔干地区,帝国政府时常面临如何管理境内大量非穆斯林人口(主要是基督徒)的问题。武器管制是维持社会秩序和帝国权威的重要手段之一。此事件反映了帝国中央政府在特定时期(1550-1821年)可能面临的政策抉择:是进一步收紧对农民(尤其是异教徒)的武器管制以防范叛乱,还是放宽限制以安抚农民阶层、换取其支持。这一决策直接关系到地方稳定与阶层关系。

完整事件代码

flavor_tur.190 = {
	type = country_event
	title = flavor_tur.190.title
	desc = flavor_tur.190.desc

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_weaponry.dds"

	dynamic_historical_event = {
		tag = TUR
		from = 1550.1.1
		to = 1821.1.1
		monthly_chance = 1
	}

	fire_only_once = yes

	trigger = {
		NOT = {
			has_estate_privilege = estate_privilege:peasants_allowed_weapons_privilege
		}

		region:balkan_region = {
			any_ownable_location_in_region = {
				percent >= 0.5
				owner ?= root
			}
		}

		religion.group = religion_group:muslim
	}

	immediate = {
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_tur.190.a

		unlock_estate_privilege_effect = {
			type = tur_banned_weaponry_for_peasants
		}

		custom_tooltip = {
			text = tur_all_heathen_peasants_lose_satisfaction_tt
			every_pop = {
				limit = {
					religion.group != root.religion.group
				}
				add_pop_satisfaction = pop_satisfaction_mild_penalty
			}
		}
	}

	option = {
		name = flavor_tur.190.b

		grant_estate_privilege = estate_privilege:peasants_allowed_weapons_privilege
		add_estate_satisfaction = {
			type = estate_type:peasants_estate
			value = estate_satisfaction_extreme_bonus
		}
	}
}