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_ven.1001 威尼斯援助

时间范围

  • 生效期:无特定 fromto 日期限制,为动态事件。
  • 触发概率:无 monthly_chance 字段,由游戏逻辑动态触发。

触发条件

  • 文件来源temp/VEN/flavor_ven.1001.txt
  • 事件类型:国家事件 (type = country_event)
  • 具体条件:代码中未明确给出 trigger 字段,其触发依赖于游戏内部动态历史系统。

关键效果

  • 选项flavor_ven.1001.a
    • 效果:在 alula 市场 (location:alula.market) 为触发国 (root) 添加一个名为 venetian_help 的商人力量增益。
    • 增益详情
      • 持续时间:120个月
      • 强度merchant_power_mild_bonus (商人力量轻度加成)

背景介绍

此事件模拟了威尼斯共和国利用其广泛的商业网络和外交影响力,在关键贸易节点(如亚丁湾附近的阿卢拉)为自身贸易活动提供支持的情景。通过向特定市场注入资源或施加影响,威尼斯旨在巩固其贸易路线,增强商业竞争力,以维持其在地中海乃至印度洋贸易中的主导地位。

完整事件代码

flavor_ven.1001 = {
	type = country_event
	title = flavor_ven.1001.title
	desc = flavor_ven.1001.desc

	illustration_tags = {
        10 = happy
        10 = exterior
    }

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

	option = {
		name = flavor_ven.1001.a
		location:alula.market = {
			add_merchant_power = {
				country = root
				key = venetian_help
				months = 120
				power = merchant_power_mild_bonus
			}
		}
	}
}