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.1300] 奥斯曼与摩洛哥的互动

时间范围:1500.1.1 - 1600.1.1(每月 3% 概率)

触发条件

  • 事件国家是 TUR(奥斯曼帝国)。
  • 事件国家是列强。
  • 国家 MOR(摩洛哥)存在。
  • 摩洛哥:
    • 不是附庸国。
    • 不是事件国家的宿敌。
    • 不是事件国家的敌人。
    • 未与事件国家处于战争状态。
    • 宗教与事件国家相同。
    • 不是列强。

关键效果

  • 选项 A (flavor_tur.1300.a):
    • 对摩洛哥(target_country)非静默触发事件 flavor_tur.1301
  • 选项 B (flavor_tur.1300.b):
    • 为事件国家增加所有阶层满意度(数值为 estate_satisfaction_mild_bonus)。

背景介绍: 在16世纪,奥斯曼帝国作为伊斯兰世界的领导者,其影响力远达北非。摩洛哥作为独立的苏丹国,与奥斯曼帝国共享逊尼派信仰,并维持着复杂的外交关系。此事件模拟了奥斯曼帝国作为列强,面对一个非列强、同宗教且关系尚可的摩洛哥时,可能采取的外交或内政决策。

完整事件代码

flavor_tur.1300 = {
	hide_portraits = yes
	type = country_event
	title = flavor_tur.1300.title
	desc = flavor_tur.1300.desc

	dynamic_historical_event = {
		tag = TUR
		from = 1500.1.1
		to = 1600.1.1
		monthly_chance = 3
	}
	fire_only_once = yes

	trigger = {
		is_great_power = yes
		country_exists = c:MOR
		c:MOR = {
			is_subject = no
			NOT = { is_rival_of = root }
			NOT = { is_enemy_of = root }
			NOT = { is_at_war_with = root }
			religion = root.religion
			is_great_power = no
		}
	}

	immediate = {
		c:MOR = {
			save_scope_as = target_country
			ruler_or_regent ?= {
				save_scope_as = target_character
			}
		}

		save_scope_as = target_country2
		ruler_or_regent ?= {
			save_scope_as = target_character2
		}
	}

	option = {
		name = flavor_tur.1300.a

		scope:target_country = {
			trigger_event_non_silently = flavor_tur.1301
		}
	}

	option = {
		name = flavor_tur.1300.b

		add_all_estate_satisfaction = {
			value = estate_satisfaction_mild_bonus
		}
	}
}