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_ayd.1 乌穆尔·贝伊登场

时间范围:1337.1.1 - 1360.1.1(每月 5% 概率触发)

触发条件

  • 当前统治者必须是乌穆尔·贝伊(character:ayd_umur)。
  • “奥斯曼崛起”局势(situation:rise_of_the_ottomans)必须处于活跃状态。

关键效果

  • 历史选项:选择此选项将:
    1. 为当前统治者添加特质“赏金猎人”(trait:prize_hunter)。
    2. 如果国家拥有并控制至少一个港口,则会在一个随机控制的港口创建5艘桨帆船(sub_unit_category:navy_galley)。
    3. 为国家增加海军传统(add_navy_tradition = navy_tradition_ultimate_bonus)。

背景介绍: 此事件标志着艾登侯国(Aydın)的著名海军指挥官乌穆尔·贝伊(Umur Bey)登上历史舞台。在14世纪中叶奥斯曼帝国崛起的大背景下,乌穆尔·贝伊以其在地中海的海上劫掠和军事行动而闻名,极大地增强了艾登侯国的海上力量与影响力,成为安纳托利亚贝伊国中的重要人物。

flavor_ayd.1 = {
	type = country_event
	title = flavor_ayd.1.title
	desc = flavor_ayd.1.desc
	fire_only_once = yes
	historical_info = flavor_ayd.1.historical_info

	dynamic_historical_event = {
		tag = AYD
		from = 1337.1.1
		to = 1360.1.1
		monthly_chance = 5
	}

	trigger = {
		ruler = character:ayd_umur
		situation:rise_of_the_ottomans = { situation_is_active = yes }
	}
	
	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		ruler ?= { save_scope_as = target_character }
	}

	option = {
		name = flavor_ayd.1.a
		historical_option = yes
		
		ruler ?= { add_trait = trait:prize_hunter }
		if = {
			limit = {
				any_owned_location = {
					is_port = yes
					controller = root
				}
			}
			random_owned_location = {
				limit = {
					is_port = yes
					controller = root
				}
				create_sub_unit_of_category = sub_unit_category:navy_galley
				create_sub_unit_of_category = sub_unit_category:navy_galley
				create_sub_unit_of_category = sub_unit_category:navy_galley
				create_sub_unit_of_category = sub_unit_category:navy_galley
				create_sub_unit_of_category = sub_unit_category:navy_galley
			}
		}
		add_navy_tradition = navy_tradition_ultimate_bonus
	}
}