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_hab.1003] 伪造事件被发现

时间范围
事件为动态历史事件,无固定 fromto 日期。触发概率由游戏引擎动态计算,代码中未指定 monthly_chance

触发条件
事件触发条件未在提供的代码片段中直接定义。通常,动态历史事件的触发依赖于游戏状态和 trigger 字段,但此代码块未包含该部分。

关键效果

  • 选项 A(对应 flavor_hab.1003.a):
    • 对事件起源国(scope:origin_country)非静默触发事件 flavor_hab.1007(标题为“Habsburg - Privilege accepted”)。
    • 此选项未标记为历史选项(无 historical_option = yes)。

背景介绍
此事件涉及哈布斯堡王朝(HAB)统治下发现的一份伪造文件。事件描述会根据人物“弗朗切斯科·彼得拉克”(pap_francesco_petrarca)是否在世而呈现不同版本,暗示该伪造事件可能与文书、特权或法律文件的真实性争议有关,反映了中世纪晚期至文艺复兴时期王权、教权与法律权威之间的复杂互动。

完整事件代码

flavor_hab.1003 = { #Forgery is discovered
	type = country_event
	title = flavor_hab.1003.title
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					character:pap_francesco_petrarca = {
						is_alive = yes
					}
				}
				desc = flavor_hab.1003.desc_petrarca
			}
			triggered_desc = {
				desc = flavor_hab.1003.desc_default
			}
		}
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}

	option = {
		name = flavor_hab.1003.a

		scope:origin_country = {
			trigger_event_non_silently = { #Habsburg - Privilege accepted
				id = flavor_hab.1007
			}
		}
	}
}