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_nap.230 那不勒斯亲王配偶

时间范围:1343年6月1日 - 1360年1月1日(每月 20% 概率触发)

触发条件

  • 教皇国(PAP)存在。
  • 那不勒斯王国(NAP)存在。
  • 当前统治者是匈牙利安德拉斯(hun_andras)的近亲。
  • 那不勒斯(NAP)拥有统治者,且满足以下任一情况:
    • 统治者是那不勒斯的乔瓦娜一世(nap_giovanna_i_anjou),且她活着,同时匈牙利安德拉斯活着且其第一配偶是乔瓦娜一世。
    • 统治者是那不勒斯的玛丽亚二世(nap_maria_anjou_ii),且她活着,同时匈牙利安德拉斯活着且其第一配偶是玛丽亚二世。
  • 教皇国(PAP)拥有统治者。

关键效果

  • 选项 A(历史选项)
    • 支付相当于匈牙利(HUN)两倍月贸易与税收收入的黄金。
    • 如果当前时代不是“传统时代”或“文艺复兴时代”,则社会价值观“外向 vs 内向”向左移动(更偏向内向)。
    • 贵族阶层满意度获得“严重增益”。
    • 教皇国(PAP)在20天后静默触发事件 flavor_nap.231
  • 选项 B
    • 贵族阶层满意度获得“严重惩罚”。
    • 如果当前时代不是“传统时代”或“文艺复兴时代”,则社会价值观“外向 vs 内向”向右移动(更偏向外向)。

背景介绍: 该事件模拟了14世纪中叶匈牙利王子安德拉斯与那不勒斯安茹王朝公主(乔瓦娜一世或玛丽亚二世)联姻后的政治局面。作为那不勒斯女王的配偶(亲王),安德拉斯的地位和行动对当地贵族(尤其是那不勒斯贵族阶层)的忠诚度产生了直接影响,同时也牵涉到与教廷的关系。事件反映了中世纪欧洲王室联姻中,外国亲王在本国宫廷中平衡权力、争取支持以及处理财务与外交事务的典型挑战。

完整事件代码

flavor_nap.230 = { #The Neapolitan Prince Consort
	type = country_event

	title = flavor_nap.230.title
	desc = flavor_nap.230.desc


	fire_only_once = yes
	
	
	dynamic_historical_event = {
		tag = HUN
		from = 1343.6.1
		to = 1360.1.1
		monthly_chance = 20
	}

	trigger = {
		country_exists = c:PAP
		country_exists = c:NAP

		ruler ?= {
			is_close_relative = character:hun_andras
		}

		c:NAP = {
			has_ruler = yes
			OR = {
				and = {
					ruler = character:nap_giovanna_i_anjou
					character:nap_giovanna_i_anjou ?= {
						is_alive = yes
					}
					character:hun_andras ?= {
						is_alive = yes
						first_spouse = character:nap_giovanna_i_anjou
					}
				}
				and = {
					ruler = character:nap_maria_anjou_ii
					character:nap_maria_anjou_ii ?= {
						is_alive = yes
					}
					character:hun_andras ?= {
						is_alive = yes
						OR = {
							first_spouse = character:nap_maria_anjou_ii
						}
					}
				}
			}
		}
		c:PAP = { has_ruler = yes }
	}
	
	illustration_tags = {
        10 = regular
        10 = interior
    }
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:hun_andras = {
			save_scope_as = target_character
		}
		location:naples = {
			save_scope_as = target_location
		}
		c:PAP = {
			ruler = { save_scope_as = target_pope }
		}
	}

	option = {
		name = flavor_nap.230.a
		historical_option = yes
		custom_tooltip = flavor_nap.230.a.tt

		add_gold = {
			value = c:HUN.monthly_income_trade_and_tax
			multiply = -2
		}
		if = {
			limit = {
				NOR = {
					current_age = age_1_traditions
					current_age = age_2_renaissance
				}
			}
			change_societal_value = { type = outward_vs_inward value = societal_value_move_to_left }
		}
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_bonus }
		c:PAP = {
			trigger_event_silently = { id = flavor_nap.231  days = 20 }
		}
	}	
	option = {
		name = flavor_nap.230.b
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_penalty }
		if = {
			limit = {
				NOR = {
					current_age = age_1_traditions
					current_age = age_2_renaissance
				}
			}
			change_societal_value = { type = outward_vs_inward value = societal_value_move_to_right }
		}
	}
}