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_bav.1401 慕尼黑文艺复兴扩建

时间范围:1550.1.1 - 1600.1.1(每月 4% 概率)

触发条件

  • 国家标签为 BAV(巴伐利亚)。
  • 首都位于 location:munich(慕尼黑)。
  • 首都已经拥有建筑 building_type:munich_residenz_founding
  • 国家拥有君主。
  • 君主行政能力(adm)大于等于 50。
  • 国家已接纳文艺复兴制度(institution:renaissance)。

关键效果

  • 选项 A (flavor_bav.1401.a)
    • location:munich(慕尼黑)建造建筑 building_type:munich_residenz_renaissance_expansion
    • 为国家添加持续10年的修正 bav_renaissance_patronage(模式为 add_and_extend)。
  • 选项 B (flavor_bav.1401.b)
    • 获得少量金钱(效果规模为 scale = 1)。
    • 获得少量威望惩罚(prestige_weak_penalty)。

背景介绍: 16世纪中后期,巴伐利亚公国在接纳文艺复兴思潮后,国力与文化影响力逐渐提升。慕尼黑作为公国首都,其早期的宫殿(Residenz)基础已经奠定。当一位具备卓越行政能力的君主在位时,宫廷面临着是否进一步投资,将慕尼黑宫殿扩建为一座宏伟的文艺复兴式建筑群,以彰显国家实力与文化抱负的抉择。这一决定不仅关乎建筑本身,也影响着公国对艺术与学术的赞助政策。

完整事件代码

flavor_bav.1401 = {
    type = country_event
    title = flavor_bav.1401.title
    desc = flavor_bav.1401.desc

    fire_only_once = yes
    dynamic_historical_event = {
        tag = BAV
        from = 1550.1.1
        to = 1600.1.1
        monthly_chance = 4
    }

    illustration_tags = {
        10 = regular
        10 = interior
    }

    trigger = {
        capital = {
			this = location:munich
			has_building = building_type:munich_residenz_founding
		}
		has_ruler = yes
        ruler = { adm >= 50 }
		has_embraced_institution = institution:renaissance
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		save_scope_as = target_country
		capital = { save_scope_as = target_location }
		ruler ?= { save_scope_as = target_ruler }
	}

    option = {
        name = flavor_bav.1401.a
		location:munich = {
			construct_building = {
				building_type = building_type:munich_residenz_renaissance_expansion
			}
		}
		add_country_modifier = { modifier = bav_renaissance_patronage years = 10 mode = add_and_extend }
    }
    option = {
        name = flavor_bav.1401.b
		change_gold_effect = { scale = 1 }
        add_prestige = prestige_weak_penalty
    }
}