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_eng.34] 东印度公司贸易活动

时间范围

1750.1.1 - 1760.1.1
每月 5% 概率触发

触发条件

  • 拥有至少一个贸易公司类型的附庸国
  • 该附庸国的首都位于南亚次大陆(sub_continent:south_asia

关键效果

  • 选项flavor_eng.34.a
  • 效果:获得激进声望奖励(add_prestige = prestige_radical_bonus

背景介绍

该事件反映了18世纪中期英国(或大不列颠)与其在南亚的贸易公司(如东印度公司)之间的互动。事件聚焦于君主或摄政者与贸易公司统治者之间的关系,体现了殖民贸易活动对国家声望的影响。

完整事件代码

flavor_eng.34 = {
	hide_portraits = yes
	type = country_event
	title = flavor_eng.34.title
	desc = flavor_eng.34.desc
	historical_info = flavor_eng.34.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1750.1.1
		to = 1760.1.1
		monthly_chance = 5
	}

	illustration_tags = {
        10 = happy
        10 = exterior
    }

	trigger = {
		any_subject = {
			is_subject_type = trade_company
			capital.sub_continent = sub_continent:south_asia
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		ruler_or_regent = { save_scope_as = target_character1 }
		random_subject = {
			limit = {
				is_subject_type = trade_company
				capital.sub_continent = sub_continent:south_asia
			}
			save_scope_as = target_country
			ruler_or_regent = { save_scope_as = target_character2 }
		}
	}

	option = {
		name = flavor_eng.34.a
		add_prestige = prestige_radical_bonus
	}
}