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_nav.20 圣弗朗西斯科德奥利特宫

时间范围:1328.4.1 - 1375.1.1(每月 10% 概率) 触发条件

  • 人物 nav_jeanne_ii_capet 存活。
  • 拥有 olite 地区。

关键效果

  • 选项 A (历史选项)
    • 花费金钱(scale = -1.00)。
    • 获得少量威望(prestige_weak_bonus)。
    • 增加教士阶层少量满意度(estate_satisfaction_weak_bonus)。
    • 提升 olite 地区少量发展度(development_weak_bonus)。
  • 选项 B
    • 损失少量威望(prestige_weak_penalty)。

背景介绍: 该事件涉及纳瓦拉王国在奥利特地区建造圣弗朗西斯科德奥利特宫。历史上,纳瓦拉女王胡安娜二世于1345年在奥利特完成了该宫殿的建造,这反映了中世纪君主通过建筑项目彰显权威、巩固统治并与教会保持良好关系的常见做法。

完整事件代码

flavor_nav.20 = { #San Francisco de Olite
	hide_portraits = yes
	type = country_event
	title = flavor_nav.20.title
	desc = flavor_nav.20.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = NAV
		from = 1328.4.1
		to = 1375.1.1
		monthly_chance = 10
	}

	trigger = {
		character:nav_jeanne_ii_capet = {
			is_alive = yes
		}
		owns = location:olite
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		character:nav_jeanne_ii_capet = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_nav.20.a
		historical_option = yes #She finished it in Olite in 1345
		change_gold_effect = { scale = -1.00  }
		add_prestige = prestige_weak_bonus
		add_estate_satisfaction = { type = estate_type:clergy_estate	value = estate_satisfaction_weak_bonus }
		location:olite = {
			change_development = development_weak_bonus
		}
	}
	option = {
		name = flavor_nav.20.b
		add_prestige = prestige_weak_penalty
	}

	historical_info = flavor_nav.20.historical_info
}