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_nap.120] 罗伯特与彼特拉克(回应)

时间范围
该事件为一次性事件,无固定时间范围,但需在满足触发条件时发生。

触发条件

  • 事件为一次性事件(fire_only_once = yes)。
  • 事件通过其他事件(如 flavor_nap.1201flavor_nap.1202)的隐藏效果触发,或由游戏引擎在满足特定条件时自动触发。

关键效果

  • 选项 A(历史选项)

    • 将人物 pap_francesco_petrarca(弗朗切斯科·彼特拉克)迁移至国家 c:NAP(那不勒斯王国)。
    • 隐藏效果:20天后,触发事件 flavor_nap.1201
  • 选项 B

    • 对国家 c:NAP(那不勒斯王国)添加 opinion_mildly_displeased(轻微不满)观点修正。
    • 隐藏效果:20天后,触发事件 flavor_nap.1202

背景介绍
该事件涉及14世纪意大利著名学者弗朗切斯科·彼特拉克与那不勒斯王国统治者罗伯特一世之间的互动。彼特拉克作为人文主义先驱,曾游历意大利各城邦,其与罗伯特一世的交往反映了文艺复兴早期学者与君主之间的文化赞助关系。事件中的选择可能影响彼特拉克的归属及那不勒斯王国对其的态度。

完整事件代码

flavor_nap.120 = { #Robert and Petrarca (Answer)
	type = country_event

	title = flavor_nap.120.title
	desc = flavor_nap.120.desc

	illustration_tags = {
        10 = regular
        10 = interior
    }

	fire_only_once = yes

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:pap_francesco_petrarca = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_nap.120.a

		historical_option = yes
		character:pap_francesco_petrarca = {
			move_country = c:NAP
		}
		hidden_effect = {
			c:NAP = {
				trigger_event_silently = { id = flavor_nap.1201 days = 20 }
			}
		}
	}

	option = {
		name = flavor_nap.120.b

		add_opinion = { target = c:NAP modifier = opinion_mildly_displeased }

		hidden_effect = {
			c:NAP = {
				trigger_event_silently = { id = flavor_nap.1202 days = 20 }
			}
		}
	}
}