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.121] 薄伽丘家族的债务

时间范围:1339.1.1 - 1341.1.1(每月 20% 概率)

触发条件

  • 人物 nap_giovanni_boccaccio(薄伽丘)必须存活,且其所有者是触发国。
  • 国家 c:FLO(佛罗伦萨)必须存在。

关键效果

  • 选项 A (历史选项)
    • 将人物 nap_giovanni_boccaccio(薄伽丘)移动至国家 c:FLO(佛罗伦萨)。
  • 选项 B
    • 减少相当于3倍规模的金币。

背景介绍: 此事件模拟了文艺复兴早期重要作家乔万尼·薄伽丘(Giovanni Boccaccio)家族面临的财务困境。薄伽丘的父亲是佛罗伦萨的商人,可能因商业失败或债务问题,导致家庭经济状况恶化。这一事件促使年轻的薄伽丘离开那不勒斯,前往佛罗伦萨,这一转折对他后来的文学创作和人文主义思想发展产生了深远影响。

完整事件代码

flavor_nap.121 = { #Boccaccio's family's debt
	type = country_event

	title = flavor_nap.121.title
	desc = flavor_nap.121.desc

	image = "gfx/interface/illustrations/institutions/renaissance.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = NAP
		tag = TWS
		from = 1339.1.1
		to = 1341.1.1
		monthly_chance = 20
	}

	trigger = {
		character:nap_giovanni_boccaccio = {
			is_alive = yes
			owner = ROOT
		}
		country_exists = c:FLO
	}

	immediate = {
		character:nap_giovanni_boccaccio = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_nap.121.a

		historical_option = yes
		character:nap_giovanni_boccaccio = {
			move_country = c:FLO
		}
	}

	option = {
		name = flavor_nap.121.b

		change_gold_effect = { scale = -3 }
	}
}