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_pap.39 科西嘉卫队事件

时间范围:1650.1.1 - 1700.1.1(每月 1% 概率)

触发条件

  • 国家拥有统治者。
  • 国家首都拥有地点修正 pap_corsican_guard

关键效果

  • 选项 A (历史选项)
    • 移除首都的地点修正 pap_corsican_guard
    • 增加 stability_mild_bonus 等级的稳定度。
    • 首都内所有属于本国的民众获得 pop_satisfaction_severe_bonus 等级的满意度加成。
  • 选项 B
    • 增加 stability_severe_penalty 等级的稳定度惩罚。
    • 首都内所有属于本国的民众获得 pop_satisfaction_severe_penalty 等级的满意度惩罚。

背景介绍: 此事件涉及教宗国(PAP)在17世纪下半叶首都的科西嘉卫队。科西嘉卫队是教宗国的一支重要军事力量,主要由来自科西嘉的雇佣兵组成,负责保卫教宗和梵蒂冈的安全。然而,这支外国卫队的存在也可能引发首都民众的不满或紧张局势。事件反映了教宗国在维持内部稳定与处理特殊军事力量之间所做的抉择。

完整事件代码

flavor_pap.39 = {
	hide_portraits = yes
	type = country_event
	fire_only_once = yes
	title = flavor_pap.39.title
	desc = flavor_pap.39.desc

	historical_info = flavor_pap.39.historical_info

	dynamic_historical_event = {
		tag = PAP
		from = 1650.1.1
		to = 1700.1.1
		monthly_chance = 1
	}

	trigger = {
		has_ruler = yes
		capital = {
			has_location_modifier = pap_corsican_guard
		}
	}

	illustration_tags = {
        10 = angry
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		ruler = {
			save_scope_as = target_ruler
		}
	}

	option = {
		name = flavor_pap.39.a
		historical_option = yes
		capital = {
			remove_location_modifier = pap_corsican_guard
		}
		add_stability = stability_mild_bonus
		custom_tooltip = {
			text = flavor_pap.39.a.tt
			capital = {
				every_pop = {
					limit = {
						owner = root
					}
					add_pop_satisfaction = pop_satisfaction_severe_bonus
				}
			}
		}
	}

	option = {
		name = flavor_pap.39.b
		add_stability = stability_severe_penalty
		custom_tooltip = {
			text = flavor_pap.39.b.tt
			capital = {
				every_pop = {
					limit = {
						owner = root
					}
					add_pop_satisfaction = pop_satisfaction_severe_penalty
				}
			}
		}
	}
}