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_sco.1100 边境掠夺者

时间范围:1300.1.1 - 1600.1.1 (每月 5% 概率)

触发条件

  • 国家 SCO(苏格兰)必须存在。
  • 事件触发国(root,此处应为英格兰 ENG)对苏格兰的 opinion(看法)≤ 50。
  • 苏格兰对事件触发国的 opinion(看法)≤ 50。
  • 事件触发国与苏格兰处于停战状态(has_truce_with)。

关键效果

  • 选项 A (flavor_sco.1100.a)
    • 显示自定义提示 flavor_sco.1100.tt1flavor_sco.1100.tt3
  • 选项 B (flavor_sco.1100.b)
    • 减少相当于6个月收入的黄金(change_gold_effect = { scale = -6 })。
    • 设置变量 border_raids_less_severe = 1
    • 显示自定义提示 flavor_sco.1100.tt2flavor_sco.1100.tt3

背景介绍: 在1300年至1600年间,英格兰与苏格兰关系紧张且时常处于停战间隙。两国边境地区,尤其是大不列颠地区,滋生了被称为“边境掠夺者”的武装团伙。他们利用两国政府控制力薄弱的时机,在边境地带进行劫掠和袭扰,成为长期困扰两国边境安全的问题。此事件模拟了英格兰方面如何应对这些边境袭扰,是选择默许现状还是出资试图缓解局势。

完整事件代码

flavor_sco.1100 = {
	type = country_event

	fire_only_once = yes

	title = flavor_sco.1100.title
	desc = flavor_sco.1100.desc

	dynamic_historical_event = {
		tag = ENG
		from = 1300.1.1
		to = 1600.1.1
		monthly_chance = 5
	}

	trigger = {
		country_exists = c:SCO
		root = {
			opinion = {
				target = c:SCO
				value <= 50
			}
		}

		c:SCO = {
			opinion = {
				target = root
				value <= 50
			}
		}

		has_truce_with = c:SCO

	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		random_owned_location = {
			limit = {
				region = region:great_britain_region
				any_neighbor_location = {
					has_owner = yes
					owner ?= c:SCO
				}
			}
			save_scope_as = target_location
		}

		set_variable = { name = border_reivers_enabled value = 1 }

		c:SCO = {
			trigger_event_silently = { id = flavor_sco.1101 }
		}

	}

	option = {
		name = flavor_sco.1100.a

		custom_tooltip = flavor_sco.1100.tt1
		custom_tooltip = flavor_sco.1100.tt3

	}

	option = {
		name = flavor_sco.1100.b

		change_gold_effect = { scale = -6 }

		set_variable = { name = border_raids_less_severe value = 1 }

		custom_tooltip = flavor_sco.1100.tt2
		custom_tooltip = flavor_sco.1100.tt3

	}

	historical_info = flavor_sco.1100.historical_info

}