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.49 圣提多起义

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

触发条件

  • 国家 CRT 存在。
  • 国家 CRT 是事件触发国(威尼斯)的附庸。
  • 国家 CRT 的稳定度低于 10。
  • 国家 CRT 完全拥有省份 crete_province(克里特岛)。

关键效果

  • 选项 A (历史选项)
    • 国家 CRTliberty_desire(独立倾向)增加 liberty_desire_extreme_plus
    • 国家 CRT 对其宗主国的看法增加 opinion_refused_demands 修正。
    • 有 70% 概率静默触发事件 flavor_ven.50
  • 选项 B
    • 事件触发国(威尼斯)损失相当于其 6 个月贸易与税收收入的黄金。
    • 国家 CRT 获得相当于其宗主国 6 个月贸易与税收收入的黄金。

背景介绍: 该事件模拟了14世纪后期,威尼斯共和国在其海外领地克里特岛(由附庸国CRT代表)所面临的动荡。由于威尼斯对克里特岛的高压统治和经济剥削,当地希腊东正教居民(以圣提多为象征)与威尼斯天主教统治者之间的矛盾日益激化,最终引发了多次大规模起义。事件反映了威尼斯殖民帝国在维持其遥远领地控制时所面临的治理挑战和财政负担。

完整事件代码

flavor_ven.49 = { #Revolt of Saint Titus
	type = country_event
	title = flavor_ven.49.title
	desc = flavor_ven.49.desc

	fire_only_once = yes

	historical_info = flavor_ven.49.historical_info

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

	trigger = {
		country_exists = c:CRT
		c:CRT = {
			is_subject_of = ROOT
			stability < 10
			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 }
		set_variable = ven_enable_callgeri_revolt
	}

	option = {
		name = flavor_ven.49.a
		historical_option = yes
		c:CRT = {
			add_liberty_desire = liberty_desire_extreme_plus
			add_opinion = {
				target = overlord
				modifier = opinion_refused_demands
			}
		}
		hidden_effect = {
			random_list = {
				70 = { trigger_event_silently = { id = flavor_ven.50 } }
				30 = { }
			}
		}
	}

	option = {
		name = flavor_ven.49.b
		change_gold_effect = { scale = -6 }
		c:CRT = {
			add_gold = {
				value = overlord.monthly_income_trade_and_tax
				multiply = 6
			}
		}
	}
}