Well, i now know how to unify Germany, but i also want to know how to Unite Italy. Any ideas?
G-Klav said:The Birth of Italy event triggers if you own Torino, Rome, Naples and Firenze I think. (Depending on which of the three it is, the capital of the country isn't in the trigger, eg Papal States don't need to control Rome).
Memnon said:If you look in the VFAQ of the New Victoria Manual and Strategy Guide, it gives a brief overview of Italian Unification. I was never clear about the event chain involving France, but there's a good description there of the conquest unification.
Good luck,
Memnon
#########################################################################
# Three Hurrays for the German Empire # For anyone. By Darkrenown.
#########################################################################
event = {
id = 71300
random = no
country = TAG #Change TAG to who ever you want this event to fire for and put it in their event file. You could give it to all minors, but then
#you'd have to give each copy a new id, so I'd reccomend just moving it to whoever you're playing as. Note that you must own these
#provinces, not just control them.
picture = 4632
trigger = {
owned = { province = 786 } #All the capitals of the german nations.
owned = { province = 352 }
owned = { province = 342 }
owned = { province = 833 }
owned = { province = 297 }
owned = { province = 304 }
owned = { province = 334 }
owned = { province = 790 }
owned = { province = 353 }
owned = { province = 360 }
owned = { province = 788 }
owned = { province = 335 }
owned = { province = 795 }
owned = { province = 358 }
owned = { province = 794 }
owned = { province = 267 }
owned = { province = 787 }
owned = { province = 802 }
owned = { province = 299 }
owned = { province = 865 }
}
name = "EVT_4632_NAME"
desc = "EVT_4632_DESC"
style = 0
action_a = {
name = "ACTIONNAME4632A" # Hurray, Hurray, Hurray!
command = { type = prestige value = 200 }
command = { type = country which = GER }
command = { type = capital which = 342 }
command = { type = add_countryculture which = north_german }
command = { type = add_countryculture which = south_german }
}
}
#########################################################################
# The Birth of Italy #For anyone. By Darkrenown.
#########################################################################
event = {
id = 71200
random = no
country = TAG #Change TAG to who ever you want this event to fire for and put it in their event file. You could give it to all minors, but then
#you'd have to give each copy a new id, so I'd reccomend just moving it to whoever you're playing as.Note that you must own these
#provinces, not just control them.
trigger = {
owned = { province = 737 } # Naples
owned = { province = 840 } # Parma
owned = { province = 841 } # Modena
owned = { province = 843 } # Massa
owned = { province = 846 } # Firenze
owned = { province = 855 } # Roma
}
name = "EVT_5703_NAME"
desc = "EVT_5703_DESC"
style = 0
date = { day = 1 month = january year = 1836 }
offset = 30
deathdate = { day = 30 month = december year = 1920 }
action_a = {
name = "ACTIONNAME5703A" # Viva Italia!
command = { type = inherit which = SIC }
command = { type = inherit which = PAP }
command = { type = inherit which = LOM }
command = { type = inherit which = LUC }
command = { type = inherit which = VEN }
command = { type = inherit which = MOD }
command = { type = inherit which = TUS }
command = { type = inherit which = PAR }
command = { type = country which = ITA }
command = { type = add_countryculture which = north_italian }
command = { type = add_countryculture which = south_italian }
command = { type = capital which = 855 }
command = { type = prestige value = 100 }
}
}
Carewolf2 said:I've done it as Two Sicilies. The unification event triggered during the last war with Sardinia-Piemont when I controlled Torino. Too bad Sardinia's ally france still was a war with me after the unification.
rafiki said:It doesn't help if you control the key provinces as France;it's your Italian aaly himself that has to control them.
Rafiki