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.1102] 扎莫希奇学院

时间范围

1570.1.1 - 1600.1.1

  • 触发概率:每月 10% 概率

触发条件

  • 名为 pol_john_zamoyski 的人物存在。
  • 该人物存活,且其所有者是触发事件的国家(ROOT)。
  • 国家拥有 krasnystaw 地区。

关键效果

选项 A:flavor_pol.1102.a

  • 历史选项:是
  • 效果:
    • 国库减少 3 年收入。
    • krasnystaw 地区重命名为 zamosc
    • 提升该地区的等级。
    • 如果国家知晓文艺复兴制度但该地区尚未拥有,则给予该地区极大的文艺复兴制度传播进度加成。
    • 将创建的人物 pol_bernardo_morando_scope 移动到本国。

选项 B:flavor_pol.1102.b

  • 效果:
    • 国家声望受到轻微惩罚。
    • 无声地杀死创建的人物 pol_bernardo_morando_scope

背景介绍

该事件模拟了波兰立陶宛联邦时期,在权臣扬·扎莫伊斯基的推动下,于其领地内建立扎莫希奇学院(后发展为扎莫希奇大学)的历史进程。扎莫希奇是文艺复兴时期规划建造的理想城市,由意大利建筑师贝尔纳多·莫兰多设计。该学院是波兰最早的大学之一,也是东欧重要的文艺复兴文化中心,体现了当时波兰贵族对教育、文化和城市建设的重视。

完整事件代码

flavor_pol.1102 = {#https://en.wikipedia.org/wiki/Zamoyski_Academy
	type = country_event
	title = flavor_pol.1102.title
	desc = flavor_pol.1102.desc
	historical_info = flavor_pol.1102.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POL
		tag = PLC
		from = 1570.1.1
		to = 1600.1.1
		monthly_chance = 10
	}

	trigger = {
		exists = character:pol_john_zamoyski
		character:pol_john_zamoyski = {
			is_alive = yes
			owner = ROOT
		}
		owns = location:krasnystaw
	}

	image = "gfx/interface/illustrations/institutions/renaissance.dds"

	immediate = {
		character:pol_john_zamoyski = {
			save_scope_as = john_zamoyski_scope
		}
		create_character = { #https://en.wikipedia.org/wiki/Bernardo_Morando
			first_name = name_bernard
			last_name = Morando
			adm = { 40 80 }
			dip = { 10 30 }
			mil = { 0 20 }
			artist_skill = 0.7
			birth_location = location:padova
			artist = architect
			culture = culture:venetian
			birth_date = 1540.1.1 #approximate
			estate = estate_type:burghers_estate
			create_in_limbo = yes
			script = pol_bernardo_morando
			save_scope_as = pol_bernardo_morando_scope
		}
	}

	option = {
		name = flavor_pol.1102.a

		historical_option = yes

		change_gold_effect = { scale = -3 }

		location:krasnystaw = {
			rename_location = zamosc

			upgrade_location_rank = yes
			
			if = {
				limit = {
					ROOT = {
						knows_about_institution = institution:renaissance
					}
					NOT = {
						has_institution = institution:renaissance
					}
				}
				change_institution_progress = { type = institution:renaissance value = institution_progress_extreme_bonus }
			}
		}

		scope:pol_bernardo_morando_scope = {
			move_country = root
		}

	}
	option = {
		name = flavor_pol.1102.b
		add_prestige = prestige_weak_penalty
   		kill_character_silently = scope:pol_bernardo_morando_scope
	}
}