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_nov.20] 诺夫哥罗德圣像画师

时间范围:1337.1.1 - 1500.1.1(每月 100% 概率)

触发条件

  • 国家已接纳 institution:renaissance(文艺复兴思潮)
  • 国家已获得 northern_center_of_arts(北方艺术中心)发展
  • 国家宗教为 religion:orthodox(东正教)
  • 国家拥有的艺术家数量少于 5 人

关键效果

  • 历史选项(选项 flavor_nov.20.a):
    • 获得 prestige_weak_bonus(少量威望加成)
    • AI 选择权重因子为 1
  • 事件即时效果
    • 创建一个新角色:
      • 年龄:25 岁
      • 出生地:location:novgorod(诺夫哥罗德)
      • 艺术家技能:0.9
      • 艺术家类型:iconographer(圣像画师)
      • 阶层归属:estate_type:burghers_estate(市民阶层)
      • 保存为作用域:novgorodian_iconographer
    • 触发事件插图阶层效果:前景为 estate_type:burghers_estate(市民阶层),背景为 estate_type:clergy_estate(神职人员阶层)

背景介绍: 在文艺复兴思潮传播至北方,诺夫哥罗德确立其作为北方艺术中心的地位后,这座东正教城市迎来了艺术发展的新阶段。为满足日益增长的宗教艺术需求,特别是圣像画的创作,一位才华横溢的年轻圣像画师在诺夫哥罗德崭露头角。他的出现不仅提升了城市的艺术声望,也加强了市民阶层与教会之间的联系,反映了该时期诺夫哥罗德在文化融合与宗教艺术传承方面的独特角色。

完整事件代码

flavor_nov.20 = {
	type = country_event
	fire_only_once = yes
	title = flavor_nov.20.title
	desc = flavor_nov.20.desc
	dynamic_historical_event = {
		tag = NOV
		from = 1337.1.1
		to = 1500.1.1
		monthly_chance = 100
	}

	trigger = {
		has_embraced_institution = institution:renaissance
		has_advance = northern_center_of_arts
		religion = religion:orthodox
		num_artists < 5
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		create_character = {
			age = 25
			birth_location = location:novgorod
			artist_skill = 0.9
			artist = iconographer
			estate = estate_type:burghers_estate
			save_scope_as = novgorodian_iconographer
		}
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:clergy_estate }
	}

	#Our Lord, Our Lady and All Saints will be pleased!
	option = {
		name = flavor_nov.20.a
		historical_option = yes
		add_prestige = prestige_weak_bonus
		ai_chance = {
			factor = 1
		}
	}
}