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_sco.19 约翰·福登 - 《苏格兰民族编年史》

时间范围:1360.1.1 - 1386.1.1(每月 5% 概率)

触发条件

  • 国家 SCO(苏格兰)必须存在。
  • 国家 SCO 未处于内战状态。

关键效果

  • 历史选项:选择此选项将:
    • 在首都创建一个艺术作品:
      • 艺术家:约翰·福登
      • 品质:62
      • 类型:编年史
      • 标识符:chronica_gentis_scotorum
    • 增加少量正统性。
    • 增加少量威望。

背景介绍: 该事件模拟了苏格兰编年史学家约翰·福登(John Fordun)创作其重要著作《苏格兰民族编年史》(Chronica Gentis Scotorum)的历史时刻。福登的这部作品是早期苏格兰历史的重要文献,旨在记录和捍卫苏格兰王国的独立性与古老渊源。事件发生在14世纪中后期,正值苏格兰巩固其民族身份的关键时期。

完整事件代码

flavor_sco.19 = { # John Fordun - Chronica Gentis Scotorum
	type = country_event
	title = flavor_sco.19.title
	desc = flavor_sco.19.desc

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_paper.dds"

	dynamic_historical_event = {
		tag = SCO
		from = 1360.1.1
		to = 1386.1.1
		monthly_chance = 5
	}

	fire_only_once = yes

	trigger = {
		country_exists = c:SCO
		c:SCO = {
			in_civil_war = no
		}
	}

	immediate = {
		create_character = {
			first_name = name_john
			last_name = fordun
			adm = 70
			dip = 60
			mil = 20
			artist = writer
			birth_date = 1325.1.1
			artist_skill = 0.75
			culture = culture:scottish
			birth_location = location:aberdeen
			script = john_fordun
			save_scope_as = target_artist
			estate = estate_type:clergy_estate
		}
		capital = { save_scope_as = target_capital_location }
	}

	option = {
		name = flavor_sco.19.a
		scope:target_capital_location = {
			create_art = {
				artist = scope:target_artist
				quality = 62
				type = work_of_art_type:chronicle
				key = chronica_gentis_scotorum
			}
		}
		add_legitimacy = legitimacy_mild_bonus
		add_prestige = prestige_mild_bonus
	}

	historical_info = flavor_sco.19.historical_info

}