Re: RSI events
right now this event secede these provinces:Originally posted by Copper Nicus
One more thing - I just discovered, that in RSI events chain south part of the Italy becomes ENG, not USA part. In effect all american units present in the area are removed, and Germany got easy job with the conquest of whole Italy.
I know it's a more work, but maybe this event should give southern Italy to USA if it controls Naples ans Sicily, and to UK if they control landing sites? It would help to keep stable front in the Italy - right now creation of RSI desintegrates allied forces in the area.![]()
Code:
############################################################################
# 272080 - Italy Surrenders: England's Allies, USA allied (by Generalisimo)
############################################################################
event = {
id = 272080
random = no
country = ENG
trigger = {
exists = U01
event = 462023
random = 80
alliance = { country = ENG country = USA }
}
name = "England's Allies"
desc = "Immediately after the regime change in Italy, Field Marshal Badoglio, the new italian Prime Minister, started the secret contacts to sign an armistice with the Aliies. After some intense negotiations, it was evident that Italy was in a desperate situation and accepted the hard terms: leave the axis and sign peace with the Allies and the Soviet Union, return the prisioners in italian soil, surrender the arsenal and give the allies control over most of the country, establishing a military government, shared between UK and the USA. At the same time that the armistice was signed, the german troops in italian soil took over most of the northern provinces and established a new Italian fascist government, the 'Repubblica Sociale Italiana', ruled by Mussolini who was rescued from his prision by german paratroopers."
style = 0
date = { day = 1 month = january year = 1937 }
offset = 1
deathdate = { day = 30 month = december year = 1947 }
action_a = {
name = "Ok"
command = { type = make_puppet which = ITA } # ITA joins allies
command = { type = secedeprovince which = USA value = 901 } #Napoli
command = { type = secedeprovince which = USA value = 908 } #Roma
command = { type = sleepevent which = 272081 }
command = { type = trigger which = 462027 } # ITA joins allies
}
}