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_mam.51 葡萄牙的衰落

时间范围:1300.1.1 - 1800.1.1,每月 1% 概率触发

触发条件

  • 事件所属国家必须拥有统治者。
  • 事件所属国家必须拥有变量 mam_enable_exploration_events
  • 国家 POR(葡萄牙)必须存在。
  • 国家 POR(葡萄牙)必须是事件所属国家的宿敌。
  • 国家 POR(葡萄牙)的海军规模必须小于事件所属国家的海军规模。

关键效果

  • 选项 A(历史选项)flavor_mam.51.a
    • 获得海军传统修正 navy_tradition_severe_bonus

背景介绍: 此事件模拟了马穆鲁克苏丹国(或其他符合条件的国家)在海上力量上超越其宿敌葡萄牙的时刻。在1300年至1800年间,当一国在海军实力上显著压制葡萄牙,且两国处于敌对状态时,此事件可能发生,象征着海上霸权的转移,并为胜利者带来海军传统上的巨大提升。

完整事件代码

flavor_mam.51 = { #Eclipsing Portugal
	hide_portraits = yes
	type = country_event
	title = flavor_mam.51.title
	desc = flavor_mam.51.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MAM
		from = 1300.1.1
		to = 1800.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		ruler = {
			save_scope_as = target_ruler
		}
		c:POR ?= {
			ruler = {
				save_scope_as = target_ruler2
			}
		}
		 event_illustration_government_estate_effect = yes
	}

	trigger = {
		has_ruler = yes
		has_variable = mam_enable_exploration_events
		country_exists = c:POR
		c:POR ?= {
			is_rival_of = root
            navy_size < ROOT.navy_size
        }
	}

	option = {
		name = flavor_mam.51.a
		historical_option = yes
		add_navy_tradition = navy_tradition_severe_bonus
	}
}