• 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.

Pang Bingxun

Field Marshal
2 Badges
Nov 22, 2011
5.596
186
  • Arsenal of Democracy
  • 500k Club
Code:
#########################################################################
#  Vichy France - Return of occupied provinces
#########################################################################
event = { 
	id = 2900
	random = no
	country = ITA
	
	trigger = {
		exists = VIC
		alliance = { country = GER country = ITA }
	} 
	
	name = "EVT_2900_NAME"
	desc = "EVT_2900_DESC"
	style = 0
	
	date = { day = 1 month = january year = 1936 }
	offset = 4
	deathdate = { day = 30 month = december year = 1999 }
	
	action_a = {
		name = "OK" # Return occupied provinces as per agreement
		command = { type = secedeprovince which = VIC value = 319 }
		command = { type = secedeprovince which = VIC value = 320 }
		command = { type = secedeprovince which = VIC value = 327 }
		command = { type = secedeprovince which = VIC value = 328 }
		command = { type = secedeprovince which = VIC value = 324 }
		command = { type = secedeprovince which = VIC value = 322 }
		command = { type = secedeprovince which = VIC value = 321 }
		command = { type = secedeprovince which = VIC value = 359 }
		command = { type = secedeprovince which = VIC value = 358 }
		command = { type = secedeprovince which = VIC value = 362 }
		command = { type = secedeprovince which = VIC value = 361 }
		command = { type = secedeprovince which = VIC value = 360 }
		command = { type = secedeprovince which = VIC value = 363 }
		command = { type = secedeprovince which = VIC value = 364 }
		command = { type = secedeprovince which = VIC value = 365 }
# Not Nice	command = { type = secedeprovince which = VIC value = 366 }
		command = { type = secedeprovince which = VIC value = 528 }
		command = { type = secedeprovince which = VIC value = 529 }
# Not Grenoble	command = { type = secedeprovince which = VIC value = 527 }
# Not Corsica	command = { type = secedeprovince which = VIC value = 367 }
		command = { type = secedeprovince which = VIC value = 934 }
		command = { type = secedeprovince which = VIC value = 935  }
		command = { type = secedeprovince which = VIC value = 936  }
		command = { type = secedeprovince which = VIC value = 937 }
		command = { type = secedeprovince which = VIC value = 938 }
		command = { type = secedeprovince which = VIC value = 939 }
		command = { type = secedeprovince which = VIC value = 940 }
		command = { type = secedeprovince which = VIC value = 941 }
		command = { type = secedeprovince which = VIC value = 942 }
		command = { type = secedeprovince which = VIC value = 943 }
		command = { type = secedeprovince which = VIC value = 945 } # Philippeville
		command = { type = addcore which = 366 }
		command = { type = addcore which = 527 }
		command = { type = addcore which = 367 }

		}
}

Is it a good decision to not make ITA return Corsica to VIC? This tends to give the allies a relative high priority to retake the island as it will still be owned by FRA.
 
Upvote 0
well difficult to say: history was like that:

After the Allied defeat of 1940, Corsica became part of the Southern zone of Vichy France, and was thus not directly occupied by Axis forces, but fell under ultimate military control of Nazi Germany. A campaign of rhetoric by Benito Mussolini asserting that Corsica belonged to Italy was reinforced by the irredentist movement of Italian-speaking Corsicans (such as Petru Giovacchini) who advocated the unification of the island with Italy.

In November 1942, as part of its invasion of the southern zone, Germany arranged for fascist Italy to occupy Corsica as well as some parts of France up to the Rhone river.

http://en.wikipedia.org/wiki/History_of_Corsica#Second_World_War

so I would say: Should be given to Vichy!