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_por.11 摩洛哥十字军

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

触发条件

  • 事件所属国家:
    • 不是附属国。
    • 宗教为天主教。
  • 摩洛哥地区:
    • 该地区内至少有一个省份:
      • 主流宗教属于穆斯林宗教组。
      • 该省份的所有者不是事件所属国家。

关键效果

  • 选项 A (flavor_por.11.a) - 历史选项
    • 获得“宗教影响(轻度增益)”修正。
    • 获得一个针对 target_location(随机选取的符合条件的摩洛哥省份)所有者的“征服省份”宣战理由,目标省份即为该省份。
    • target_location 的所有者对事件所属国家获得“准备十字军”意见修正。
  • 选项 B (flavor_por.11.b)
    • 获得“威望(轻度惩罚)”修正。

背景介绍: 该事件模拟了16世纪葡萄牙王国对北非摩洛哥地区的十字军式征服活动。作为虔诚的天主教国家,葡萄牙试图从穆斯林统治者手中夺取摩洛哥的土地,这既是宗教扩张,也是其建立海外帝国战略的一部分。事件反映了葡萄牙在北非的军事冒险和宗教冲突。

完整事件代码

flavor_por.11 = { #Crusade in Morocco
	type = country_event
	title = flavor_por.11.title
	desc = flavor_por.11.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1500.1.1
		to = 1600.1.1
		monthly_chance = 10
	}

	trigger = {
		is_subject = no
		religion = religion:catholic
		area:morocco_area = {
			any_location_in_area = {
				dominant_religion.group = religion_group:muslim
				NOT = { owner = root }
			}
		}
	}

	illustration_tags = {
        10 = armed
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		area:morocco_area = {
			random_location_in_area = {
				limit = {
					dominant_religion.group = religion_group:muslim
					NOT = { owner = root }
				}
				save_scope_as = target_location
			}
		}
	}

	option = {
		name = flavor_por.11.a
		historical_option = yes
		add_religious_influence = religious_influence_mild_bonus
		add_casus_belli =  { type = casus_belli:cb_conquer_province target = scope:target_location.owner province = scope:target_location.province }
		scope:target_location.owner = {
			add_opinion = { target = root modifier = prepares_crusade }
		}
	}
	option = {
		name = flavor_por.11.b
		add_prestige = prestige_weak_penalty
	}
	historical_info = flavor_por.11.historical_info
}