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.6 苏格兰东印度贸易公司

时间范围:1650.1.1 - 1776.1.1(每月 8% 概率触发)

触发条件

  • 国家为苏格兰(tag = SCO)。
  • 拥有超过1个港口(num_of_ports > 1)。
  • 已发现通往印度的航线(discovered_route_to_india = yes)。
  • 满足以下任一条件:
    • 在南亚次大陆(sub_continent:south_asia)拥有至少一个非农村地区。
    • 在南亚次大陆(sub_continent:south_asia)拥有至少一个外国建筑。

关键效果

  • 选项 A (flavor_sco.6.a):
    • 设置国家变量 has_east_india_trading_company 为 1。
  • 选项 B (flavor_sco.6.b):
    • 获得大量稳定度加成(stability_severe_bonus)。
    • 获得大量正统性加成(legitimacy_severe_bonus)。
    • 获得持续12年的国家修正 sco_no_east_india

背景介绍: 在17至18世纪,随着欧洲列强全球贸易网络的扩张,苏格兰也试图在利润丰厚的东印度贸易中分一杯羹。此事件模拟了苏格兰在具备一定航海能力和南亚据点后,面临是否正式成立东印度贸易公司的抉择。成立公司可以系统性地参与贸易竞争,而拒绝成立则可能通过内部整合获得短期的稳定与合法性,但放弃了长远的贸易机遇。

完整事件代码

flavor_sco.6 = {
	type = country_event
	title = flavor_sco.6.title
	desc = flavor_sco.6.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = SCO
		from = 1650.1.1
		to = 1776.1.1
		monthly_chance = 8
	}

	trigger = {
		num_of_ports > 1
		discovered_route_to_india = yes
		OR = {
			any_owned_non_rural_location = {
				sub_continent = sub_continent:south_asia
			}
			any_owned_foreign_building_location = {
				sub_continent = sub_continent:south_asia
			}
		}

	}

	illustration_tags = {
        10 = happy
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}
	
	option = {
		name = flavor_sco.6.a
		custom_tooltip = flavor_sco.6.a.tt
		set_variable = { name = has_east_india_trading_company value = 1 }
	}

	option = {
		name = flavor_sco.6.b
		add_stability = stability_severe_bonus
		add_legitimacy = legitimacy_severe_bonus
		add_country_modifier = { modifier = sco_no_east_india years = 12 mode = add_and_extend }
	}
}