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_geo.7 针对[target_country2.GetLongNameWithNoTooltip]的战役

时间范围:1337.1.1 - 1364.3.14(每月 1% 概率)

触发条件

  • 国家处于和平状态(at_war = no
  • 国家未处于破产状态(is_during_bankruptcy = no
  • 国家 SRV 拥有整个巴库省份(c:SRV = { own_entire_province = province_definition:baku_province }
  • 未对 SRV 拥有“征服省份”类型的宣战理由(NOT = { has_casus_belli_of_type_on = { type = casus_belli:cb_conquer_province target = c:SRV } }
  • 同时满足以下所有条件(NOR):
    • SRV 没有同盟关系(has_mutual_scripted_relation = { type = relation_type:alliance target = c:SRV }
    • SRV 不是附庸国(c:SRV = { is_subject = yes }
    • 自身不是 SRV 的附庸国(is_subject_of = c:SRV

关键效果

  • 选项 A (flavor_geo.7.a)
    • 获得针对 SRV 的“征服省份”宣战理由,目标省份为巴库(province = location:baku.province),持续10年(years = 10)。
  • 选项 B (flavor_geo.7.b)
    • 获得少量稳定性加成(add_stability = stability_weak_bonus)。

背景介绍: 该事件模拟了格鲁吉亚王国在14世纪中叶,针对控制着重要贸易与战略要地巴库的邻国(代码中为SRV)可能发起的军事行动。巴库地区因其资源与地理位置,常成为高加索地区势力争夺的焦点。此事件为格鲁吉亚提供了获取对该地区宣称并采取军事行动的机会,或是选择巩固内部稳定。

完整事件代码

flavor_geo.7 = { #Campaign Against the [target_country2.GetLongNameWithNoTooltip]
	hide_portraits = yes
	type = country_event
	title = flavor_geo.7.title
	desc = flavor_geo.7.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = GEO
		from = 1337.1.1
		to = 1364.3.14
		monthly_chance = 1
	}

	trigger = {
		at_war = no
		is_during_bankruptcy = no
		c:SRV = { own_entire_province = province_definition:baku_province }
		NOT = {
			has_casus_belli_of_type_on = { type = casus_belli:cb_conquer_province target = c:SRV }
		}
		NOR = {
			has_mutual_scripted_relation = {
				type = relation_type:alliance
				target = c:SRV
			}
			c:SRV = { is_subject = yes }
			is_subject_of = c:SRV
		}
	}

	illustration_tags = {
		10 = exterior
		10 = regular
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		save_scope_as = target_country
		ruler_or_regent = { save_scope_as = target_character }
		c:SRV = {
			save_scope_as = target_country2
			ruler_or_regent = { save_scope_as = target_character2 }
		}
	}

	option = {
		name = flavor_geo.7.a
		add_casus_belli =  { 
			type = casus_belli:cb_conquer_province 
			province = location:baku.province 
			target = c:SRV 
			years = 10 
		}
	}

	option = {
		name = flavor_geo.7.b

		add_stability = stability_weak_bonus
	}
}