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_tur.70 凯末尔·雷斯登场

时间范围:1470.1.1 - 1500.1.1(每月 20% 概率)

触发条件

  • 国家海军规模大于50艘。
  • 国家拥有至少一个非首都的港口省份。

关键效果

  • 选项 A (历史选项)
    • 花费一定数量的金币。
    • 将新创建的海军将领 凯末尔·雷斯 招募至本国。
    • 为该将领随机添加一个海军指挥官特质,并为其添加一个持续终身的“拒绝进入内阁”的负面特质。
    • 在首都市场触发为期48个月的“重型舰船建造”临时需求。
    • 有75%的概率在10至20年后,静默触发后续事件 flavor_tur.71
  • 选项 B
    • 获得10点威望。
    • 静默处决新创建的将领凯末尔·雷斯。

背景介绍: 凯末尔·雷斯(约1451–1511)是奥斯曼帝国历史上著名的海军将领和海盗,后来成为帝国海军的海军上将。他以其在地中海,特别是对抗威尼斯共和国和医院骑士团的军事行动而闻名。此事件模拟了这位传奇海军人物在奥斯曼帝国海军力量发展到一定规模后,可能被国家征召或拒绝的历史时刻。

完整事件代码

flavor_tur.70 = { #Kemal Reis
	type = country_event
	title = flavor_tur.70.title
	desc = flavor_tur.70.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1470.1.1
		to = 1500.1.1
		monthly_chance = 20
	}

	historical_info = flavor_tur.70.historical_info


	trigger = {

		navy_size > 50

		any_owned_location = {
			is_port = yes
			NOT = {
				is_capital = yes
			}
		}
	}

	immediate = {

		create_character = {
			first_name = name_ahmad
			last_name = Kemaleddin
			adm = 55
			dip = 50
			mil = 80
			estate = estate_type:burghers_estate
			religion = root.religion
			culture = culture:turkish_culture
			birth_date = 1451
			birth_location = location:manisa
			save_scope_as = kemal_reis
			script = tur_kemal_reis
			create_in_limbo = yes
		}

		random_owned_location = {
			limit = {
				is_port = yes
				NOT = {
					is_capital = yes
				}
			}
			save_scope_as = naval_base
		}

		set_variable = { name = kemal_reis_created value = 1 }
	}

	option = {
		name = flavor_tur.70.a
		historical_option = yes

		scope:kemal_reis = { move_country = root }
		change_gold_effect = { scale = -1 }

		scope:kemal_reis = {
			add_random_trait_from_category = admiral
			add_character_modifier = {
				modifier = refuses_to_serve_in_cabinet
				years = -1
				mode = add_and_extend
			}
		}
		capital.market = {
			add_temporary_demand = {
				type = demand:heavy_ship_construction
				months = 48
			}
		}

		hidden_effect = {
			random = {
				chance = 75
				root = {
					trigger_event_silently = {
						id = flavor_tur.71
						years = { 10 20 }
					}
				}
			}
		}
	}

	option = {
		name = flavor_tur.70.b

		add_prestige = 10
   		kill_character_silently = scope:kemal_reis
	}
}