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_mlo.25 乔托的影响

时间范围:1337.1.1 - 1340.1.1(每月 3% 概率)

触发条件

  • 国家拥有米兰(Milano)地区。
  • 人物 mlo_azzone_i_visconti(阿佐内一世·维斯孔蒂)存在且属于当前国家。

关键效果

  • 选项 A (flavor_mlo.25.a)

    • 历史选项:是
    • 获得等同于当前文化 cultural_tradition(文化传统)数值的金钱。
  • 选项 B (flavor_mlo.25.b)

    • 文化获得 cultural_influence_weak_bonus(微弱的文化影响力加成)和 cultural_tradition_weak_bonus(微弱的文化传统加成)。
    • 社会价值观向“传统主义 vs 创新”的右侧(创新方向)发生 societal_value_tiny_move_to_right(极小幅移动)。
    • 在米兰地区,以 0.1 倍的成本(原因为“royal_sponsorship”,即王室赞助)立即建造一座 art_school(艺术学校)。

背景介绍: 该事件模拟了14世纪早期,佛罗伦萨画家乔托的艺术风格对米兰宫廷可能产生的影响。乔托被视为文艺复兴的先驱,其作品以更自然、更具空间感的人物描绘而闻名。事件发生时,米兰正处于维斯孔蒂家族的统治下,统治者阿佐内一世·维斯孔蒂可能面临选择:是直接获取乔托艺术带来的短期经济利益(选项A),还是投资于本土艺术教育,以促进长期的文化发展和创新(选项B)。

完整事件代码

flavor_mlo.25 = { #The Influence of Giotto
	type = country_event
	title = flavor_mlo.25.title
	desc = flavor_mlo.25.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MLO
		from = 1337.1.1
		to = 1340.1.1
		monthly_chance = 3
	}

	trigger = {
		owns = location:milano
		character:mlo_azzone_i_visconti = {
			owner = ROOT
			is_alive = yes
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:milano = {
			save_scope_as = target_location
		}
		character:mlo_azzone_i_visconti = {
			save_scope_as = target_character
		}

		culture = { save_scope_as = target_culture }
	}

	option = {
		name = flavor_mlo.25.a

		historical_option = yes

		add_gold = scope:target_culture.cultural_tradition
	}

	option = {
		name = flavor_mlo.25.b
		culture = {
			add_cultural_influence = cultural_influence_weak_bonus
			add_cultural_tradition = cultural_tradition_weak_bonus
		}
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_tiny_move_to_right }
		scope:target_location = {
			construct_building = { 
				building_type = building_type:art_school 
				cost_multiplier = 0.1
				cost_multiplier_reason = "royal_sponsorship"
				instant = yes
			}
		}
	}
}