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.25 加固圣天使城堡

时间范围:1337.1.1 - 1836.1.1(每月 1% 概率)

触发条件

  • 国家拥有罗马(Rome)地区。

关键效果

  • 选项 A (flavor_pap.25.a) - 历史选项
    • 获得少量陆军传统加成。
    • 在罗马(Rome)地区建造建筑:圣天使城堡(castel_sant_angelo)。
  • 选项 B (flavor_pap.25.b)
    • 遭受少量威望惩罚。

背景介绍: 圣天使城堡(Castel Sant’Angelo)最初是罗马皇帝哈德良的陵墓,后来在历史上多次被改建和加固,成为教皇的堡垒和避难所。此事件反映了教宗国(PAP)在漫长的中世纪至近代早期,为巩固其在罗马的统治与安全,对这座标志性建筑进行军事化改造的决策。

完整事件代码

flavor_pap.25 = { #Fortifying Castel Sant'Angelo
	type = country_event
	title = flavor_pap.25.title
	desc = flavor_pap.25.desc

	fire_only_once = yes

	historical_info = flavor_pap.25.historical_info

	dynamic_historical_event = {
		tag = PAP
		from = 1337.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:rome
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		location:rome = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_pap.25.a
		historical_option = yes
		add_army_tradition = army_tradition_mild_bonus
		location:rome = {
			construct_building = {
				building_type = building_type:castel_sant_angelo
			}
		}
	}

	option = {
		name = flavor_pap.25.b
		add_prestige = prestige_mild_penalty
	}
}