• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Pinpinolo

First Lieutenant
73 Badges
Jun 15, 2013
234
13
  • Victoria 2: A House Divided
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Jade Dragon
  • Victoria 2: Heart of Darkness
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Crusader Kings II
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Cradle of Civilization
  • Age of Wonders III
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron IV: Death or Dishonor
  • Surviving Mars
  • Stellaris: Humanoids Species Pack
  • Europa Universalis IV: Mandate of Heaven
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Field Marshal
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Victoria 2
After checking 'NewsEvents.txt' it appears that the code is unchanged from HOI3 where the UK controlled India directly;

# The Fall of Calcutta
news_event = {
id = news.125
title = news.125.t
desc = news.125.d
picture = GFX_news_event_046

major = yes

trigger = {
431 = { is_controlled_by = JAP }
431 = { is_owned_by = ENG }
JAP = { has_war_with = ENG }
NOT = { has_global_flag = fall_of_calcutta }
}

immediate = {
set_global_flag = fall_of_calcutta
}

mean_time_to_happen = {
days = 2
}

option = {
name = news.145.a
trigger = {
NOT = {
TAG = JAP
TAG = ENG
}
}
}
option = {
name = news.117.b
trigger = { TAG = JAP }
}
option = {
name = news.100.c
trigger = { TAG = ENG }
}
}

# The Fall of New Delhi
news_event = {
id = news.126
title = news.126.t
desc = news.126.d
picture = GFX_news_event_041

major = yes

trigger = {
439 = { is_controlled_by = JAP }
439 = { is_owned_by = ENG }
JAP = { has_war_with = ENG }
NOT = { has_global_flag = fall_of_new_delhi }
}

immediate = {
set_global_flag = fall_of_new_delhi
}

mean_time_to_happen = {
days = 2
}

option = {
name = news.145.a
trigger = {
NOT = {
TAG = JAP
TAG = ENG
}
}
}
option = {
name = news.117.b
trigger = { TAG = JAP }
}
option = {
name = news.100.c
trigger = { TAG = ENG }
}
}
 
  • 1
Reactions:
Upvote 0