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_ven.50 卡莱尔吉斯叛乱

时间范围:1360.1.1 - 1400.1.1(每月 1% 概率)

触发条件

  • 国家拥有变量 ven_enable_callgeri_revolt
  • 国家 CRT(克里特)存在。
  • 国家 CRT 是事件触发国(ROOT,即威尼斯)的附庸。
  • 国家 CRT 完全拥有省份 crete_province(克里特省)。

关键效果

  • 选项 A (flavor_ven.50.a) - 历史选项

    • CRT 国家内,属于 aegean_archipelago_area(爱琴海群岛地区)的所有地点中,所有文化为 greek_culture(希腊文化)且所有者为事件触发国(威尼斯)的人口:
      • 添加 pop_satisfaction_ultimate_penalty(人口满意度终极惩罚)。
      • 改变人口效忠对象为 callergis_rebellion(卡莱尔吉斯叛乱)叛军。
    • 事件触发国(威尼斯)稳定性受到 stability_extreme_penalty(稳定性终极惩罚)。
  • 选项 B (flavor_ven.50.b)

    • CRT 国家内,摧毁名为 callergis_rebellion 的叛军。
    • 事件触发国(威尼斯)正统性受到 legitimacy_extreme_penalty(正统性终极惩罚)。
    • 事件触发国(威尼斯)的社会价值观 centralization_vs_decentralization(集权 vs 分权)向“右”(即分权方向)移动一个等级。

背景介绍: 该事件模拟了14世纪后期威尼斯共和国在其附庸克里特岛上所面临的一场由当地希腊贵族(卡莱尔吉斯家族)领导的叛乱。威尼斯对克里特的统治引发了当地希腊裔人口的不满,尤其是贵族阶层,最终演变为公开的反抗。事件反映了威尼斯帝国在爱琴海地区维持统治时所面临的地方分离主义挑战。

完整事件代码

flavor_ven.50 = { #Rebellion of the Callergis
	hide_portraits = yes
	type = country_event
	title = flavor_ven.50.title
	desc = flavor_ven.50.desc

	fire_only_once = yes

	historical_info = flavor_ven.50.historical_info

	dynamic_historical_event = {
		tag = VEN
		from = 1360.1.1
		to = 1400.1.1
		monthly_chance = 1
	}

	trigger = {
		has_variable = ven_enable_callgeri_revolt
		country_exists = c:CRT
		c:CRT = {
			is_subject_of = ROOT
			own_entire_province = province_definition:crete_province
		}
	}

	illustration_tags = {
        10 = angry
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		c:CRT = {
			create_rebel = {
				category = estate
				estate = nobles_estate
				name = callergis_rebellion
				save_scope_as = callergis_rebellion
			}
		}
	}

	option = {
		name = flavor_ven.50.a
		historical_option = yes
		custom_tooltip = {
			text = callergis_rebellion_joining
			c:CRT = {
				every_owned_location = {
					limit = {
						area = area:aegean_archipelago_area
					}
					every_pop = {
						limit = {
							owner = root
							culture = culture:greek_culture
						}
						add_pop_satisfaction = pop_satisfaction_ultimate_penalty
						change_pop_allegiance = scope:callergis_rebellion
					}
				}
			}
		}
		add_stability = stability_extreme_penalty
	}

	option = {
		name = flavor_ven.50.b
		c:CRT = {
			destroy_rebel = scope:callergis_rebellion
		}
  		add_legitimacy = legitimacy_extreme_penalty
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_right }
	}

	after = {
		remove_variable = ven_enable_callgeri_revolt
	}
}