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_zan.12] 桑给巴尔与邻国贸易关系

时间范围:事件为一次性触发事件(fire_only_once = yes),无具体起止日期与月度概率。

触发条件

  • 此事件为特定国家事件,由游戏内部机制在满足未在代码中直接列出的特定条件时触发。
  • 事件插画关联贵族阶层(estate_type:nobles_estate)。

关键效果

  • 选项 A
    • 与目标国家(scope:target_country)建立“和平贸易关系”的相互意见修正(opinion_peaceful_trade_relations)。
    • 为国家增加大量稳定度(stability_extreme_bonus)。

背景介绍: 此事件描述了桑给巴尔(Zan)与某个邻国之间建立或巩固贸易关系的情景。通过达成和平的贸易协议,双方不仅改善了外交关系,也为国内带来了显著的稳定与繁荣,这通常反映了历史上东非沿海城邦依靠印度洋贸易网络增强自身实力与稳定性的策略。

完整事件代码

flavor_zan.12 = {
	type = country_event
	title = flavor_zan.12.title
	desc = flavor_zan.12.desc
	fire_only_once = yes
	
	illustration_tags = {
        10 = happy
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_zan.12.a
		
		show_as_tooltip = {
			add_opinion_mutual_effect = {
				modifier = opinion_peaceful_trade_relations
				target = scope:target_country
			}
		}

		add_stability = stability_extreme_bonus
	}
}