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_ira.15 精选马匹育种

时间范围:1337.1.1 - 1837.1.1(每月 5% 概率)

触发条件

  • 国家 IRA 境内至少有一个省份生产 horses(马匹)资源。

关键效果

  • 选项 A (flavor_ira.15.a):
    • 为国家添加修正 ira_selective_horse_breeding,持续时间为 modifier_duration_years_normal(通常为10年),并采用叠加与延长模式。
  • 选项 B (flavor_ira.15.b):
    • 为国家添加修正 ira_intensive_horse_breeding,持续时间为 modifier_duration_years_normal(通常为10年),并采用叠加与延长模式。

背景介绍: 该事件模拟了 IRA 国家在其漫长的历史时期(1337年至1837年)内,针对境内马匹资源的育种策略选择。作为重要的战略与贸易资源,马匹的培育方式直接影响国家的军事、经济与运输能力。事件提供了两种不同的育种路径:选择性育种与集约化育种,反映了历史上不同政权对资源管理的不同理念与实践。

完整事件代码

flavor_ira.15 = {
	type = country_event
	title = flavor_ira.15.title
	desc = flavor_ira.15.desc

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_horses.dds"

	dynamic_historical_event = {
		tag = IRA
		from = 1337.1.1
		to = 1837.1.1
		monthly_chance = 5
	}

	fire_only_once = yes

	trigger = {
		produced_in_country:horses > 0
	}

	option = {
		name = flavor_ira.15.a
		add_country_modifier = { modifier = ira_selective_horse_breeding years = modifier_duration_years_normal mode = add_and_extend }
	}

	option = {
		name = flavor_ira.15.b
		add_country_modifier = { modifier = ira_intensive_horse_breeding years = modifier_duration_years_normal mode = add_and_extend }
	}
}