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_tur.84 意大利的艺术

时间范围:1437.1.1 - 1537.1.1,每月 5% 概率触发

触发条件

  • 国家拥有统治者。
  • 国家在 italy_region(意大利地区)没有存在度。
  • 存在一个已知国家,其文化属于 italian_group(意大利文化组),且其首都位于 italy_region(意大利地区)。

关键效果

  • 选项 A (历史选项)
    • 将创建的艺术家角色移动到本国。
    • 目标国家获得少量威望加成。
    • 目标国家的文化获得少量文化影响力加成。
  • 选项 B
    • 本国文化获得少量文化影响力加成。
    • (隐藏效果)静默杀死创建的艺术家角色。

背景介绍: 此事件模拟了奥斯曼帝国(TUR)在15至16世纪期间,与意大利城邦及文艺复兴文化圈接触的历史可能性。尽管奥斯曼帝国在意大利地区没有直接的领土存在,但其通过外交、贸易和战争,与意大利诸国(如威尼斯、热那亚、教皇国等)保持着密切的互动。这一时期,意大利文艺复兴的艺术、建筑和思想开始向外传播,奥斯曼宫廷也可能接触到来自意大利的艺术家、学者或工匠,从而在文化上受到一定影响。事件反映了奥斯曼帝国作为横跨欧亚的大国,对欧洲文化元素的吸收与互动。

完整事件代码

flavor_tur.84 = { #The Art of Italy
	hide_portraits = yes
	type = country_event
	title = flavor_tur.84.title
	desc = flavor_tur.84.desc

	historical_info = flavor_tur.84.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1437.1.1
		to = 1537.1.1
		monthly_chance = 5
	}

	trigger = {

		has_ruler = yes

		NOT = {
			has_presence_in = region:italy_region
		}

		any_known_country = {
			culture = { has_culture_group = culture_group:italian_group }
			capital = {
				region = region:italy_region
			}
		}
	}

	immediate = {

		ruler = {save_scope_as = target_character}

		ordered_known_country = {
			limit = {
				culture = { has_culture_group = culture_group:italian_group }
				capital = { region = region:italy_region }
			}
			order_by = {
  				value = expected_navy_size
  				multiply = "opinion(root)"
			}
			max = 1

			save_scope_as = target_country
		}

		create_character = {
			artist_skill = 0.8
			artist = painter
			estate = estate_type:burghers_estate
			culture = scope:target_country.culture
			religion = scope:target_country.religion
			save_scope_as = artist_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_tur.84.a
		historical_option = yes

		scope:artist_character = {
			move_country = root
		}

		scope:target_country = {
			add_prestige = prestige_mild_bonus
			culture = {
				add_cultural_influence = cultural_influence_weak_bonus
			}
		}
	}

	option = {
		name = flavor_tur.84.b

		culture = {
			add_cultural_influence = cultural_influence_weak_bonus
		}

		hidden_effect = {
   			kill_character_silently = scope:artist_character
  		}
	}
}