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_pol.2] 西吉斯蒙德纪念柱

时间范围:1640.1.1 - 1655.1.1(每月 10% 概率)

触发条件

  • 事件仅能触发一次。
  • 动态历史事件限定国家:POL(波兰)或 PLC(波兰立陶宛联邦)。

关键效果

  • 选项 A (历史选项)
    • 花费 6 个月收入的金币。
    • 获得少量威望加成。
    • 将建筑师康斯坦特·坦卡拉和雕塑家克莱门特·莫利两位人物移至本国。
    • 在首都创建一件艺术作品:
      • 类型:纪念碑
      • 名称:pol_royal_column
      • 艺术家:克莱门特·莫利
      • 质量:80
  • 选项 B
    • 承受轻微的威望惩罚。
    • 将建筑师康斯坦特·坦卡拉移至卢加诺地区的所有者国家。
    • 将雕塑家克莱门特·莫利移至威尼斯地区的所有者国家。

背景介绍: 该事件模拟了波兰国王瓦迪斯瓦夫四世为纪念其父西吉斯蒙德三世·瓦萨而建造西吉斯蒙德纪念柱的历史项目。纪念柱位于华沙城堡广场,由意大利建筑师康斯坦特·坦卡拉设计,雕塑家克莱门特·莫利铸造了顶部的国王青铜雕像。该柱是华沙最早的世俗纪念碑之一,象征着瓦萨王朝的权威与荣耀。

完整事件代码

flavor_pol.2 = {#https://en.wikipedia.org/wiki/Sigismund%27s_Column
	type = country_event

	title = flavor_pol.2.title
	desc = flavor_pol.2.desc
	historical_info = flavor_pol.2.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POL
		tag = PLC
		from = 1640.1.1
		to = 1655.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = { #https://en.wikipedia.org/wiki/Costante_Tencalla
			first_name = name_constant
			last_name = Tencalla
			artist_skill = 0.80
			birth_date = 1593
			adm = { 20 60 }
			dip = { 20 60 }
			mil = { 20 60 }
			birth_location = location:lugano
			artist = architect
			culture = culture:lombard
			estate = estate_type:burghers_estate
			create_in_limbo = yes
			script = pol_constant_tencalla
			save_scope_as = constant_tencalla_scope
		}
		create_character = { #https://it.wikipedia.org/wiki/Clemente_Molli
			first_name = name_clement
			last_name = Molli
			artist_skill = 0.86
			adm = { 20 60 }
			dip = { 20 60 }
			mil = { 20 60 }
			birth_date = 1599
			birth_location = location:bologna
			artist = sculptor
			create_in_limbo = yes
			culture = culture:emilian
			estate = estate_type:burghers_estate
			script = pol_clement_molli
			save_scope_as = clement_molli_scope
		}
	}

	option = {
		name = flavor_pol.2.a
		historical_option = yes
		change_gold_effect = { scale = -6 }
		add_prestige = prestige_weak_bonus

		scope:constant_tencalla_scope = {
			move_country = root
		}
		scope:clement_molli_scope = {
			move_country = root
		}
		capital = {
			create_art = {
				artist = scope:clement_molli_scope
				quality = 80
				type = work_of_art_type:monument
				key = pol_royal_column
			}
		}
	}
	option = {
		name = flavor_pol.2.b
		add_prestige = prestige_mild_penalty
		scope:constant_tencalla_scope = {
			move_country = location:lugano.owner
		}
		scope:clement_molli_scope = {
			move_country = location:venice.owner
		}
	}
}