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.22 罗马的困境

时间范围:1361.1.1 - 1400.1.1(每月 10% 概率)

触发条件

  • 控制罗马地区(owns = location:rome

关键效果

  • 选项 A (flavor_pap.22.a):
    • 国库减少 8 金币。
    • 罗马地区遭受轻微的繁荣度与基础发展度惩罚。
  • 选项 B (flavor_pap.22.b):
    • 历史选项 (historical_option = yes)。
    • 罗马地区遭受严重的繁荣度惩罚与轻微的基础发展度惩罚。
    • 设置变量 pap_can_rebuild_lateran

背景介绍: 在14世纪中后期,教宗国面临着严峻的挑战。罗马作为其核心,可能因战争、经济衰退或内部动荡而陷入困境。此事件模拟了教宗国在维持罗马稳定与发展时所必须做出的艰难抉择,反映了这一时期教宗权威与世俗统治所面临的压力。

完整事件代码

flavor_pap.22 = {
	type = country_event
	fire_only_once = yes
	title = flavor_pap.22.title
	desc = flavor_pap.22.desc
	fire_only_once = yes

	historical_info = flavor_pap.22.historical_info

	dynamic_historical_event = {
		tag = PAP
		from = 1361.1.1
		to = 1400.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:rome
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		location:rome ?= {
			save_scope_as = target_province
		}
	}

	option = {
		name = flavor_pap.22.a
		change_gold_effect = { scale = -8 }
		location:rome = {
			change_prosperity = prosperity_weak_penalty
			change_development = development_weak_penalty
		}
	}

	option = {
		name = flavor_pap.22.b
		historical_option = yes
		location:rome = {
			change_prosperity = prosperity_ultimate_penalty
			change_development = development_mild_penalty
		}
		set_variable = pap_can_rebuild_lateran
	}
}