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

Vharzul

General
82 Badges
Jul 9, 2002
1.785
0
Visit site
  • Hearts of Iron IV: Colonel
  • Europa Universalis IV: Pre-order
  • Hearts of Iron II: Beta
  • Victoria 2 Beta
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Steel Division: Normandy 44
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Cities: Skylines
Ok, atm im fideling around with Switzerlands files etc, added in a event were the _Monarchy come back and rule the country etc, I got that evenbt sorted and it works fine, and changes things as I wanted.

Now then with this I wanted to make a few other events that shal follow on from this eventuly, like the whole of Swiss culture Changes to South German, and Every one changes to Catholasism etc etc etc.

The problem I have is is thier any easy way to script an event for Converting a whole Country pops at the same time, instead of having to do it one by one scripted..

Same gose for Religion, i know how to change the Nations Specific National Idfentaty but not the actual pop, and the for Religion the same prob lol.

also how do I make certain events triggerd right after a diffrant one or happening?

think those are the only problems im having, the rest is pretty easy any way, hehe jsut those that ive listed lol, please post examples etc and solutions :D
 

Vharzul

General
82 Badges
Jul 9, 2002
1.785
0
Visit site
  • Hearts of Iron IV: Colonel
  • Europa Universalis IV: Pre-order
  • Hearts of Iron II: Beta
  • Victoria 2 Beta
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Steel Division: Normandy 44
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Cities: Skylines
Em ok im stuck, msot events work but the trigger ones dont, why?? ive posted what events ive got in my Swiss events file, and the only ones that dont fire are the trigger on,es ive tryed verius things but I just get smacked back to the beggning with the trigger stuff, so can some one show me were the problem is and how to correct it please.. show me the example lol :rofl:

# Switzerland

#########################################################################
# Sonderbund Rebellion
#########################################################################
event = {
id = 1300
random = no
country = SWI

trigger = {
random = 20
}

name = "EVT_1300_NAME"
desc = "EVT_1300_DESC"
style = 0

date = { day = 1 month = january year = 1845 }
offset = 29
deathdate = { day = 30 month = december year = 1846 }

action_a = {
name = "ACTIONNAME1300A" # Fight the Catholics
command = { type = pop_militancy which = catholic value = 7 }
command = { type = trigger which = 6910 } # ENG

}
action_b = {
name = "ACTIONNAME1300B" # Try to appease the Catholics
command = { type = pop_militancy which = catholic value = 3 }
command = { type = sleepevent which = 7218 } # FRA
command = { type = sleepevent which = 1502 } # AUS
}
}

#########################################################################
# End of Sonderbund Rebellion
#########################################################################
event = {
id = 1301
random = no
country = SWI

trigger = {
event = 1300
NOT = {
OR = {
control = { province = 806 data = REB }
control = { province = 807 data = REB }
control = { province = 808 data = REB }
control = { province = 809 data = REB }
control = { province = 810 data = REB }
control = { province = 811 data = REB }
control = { province = 821 data = REB }
control = { province = 822 data = REB }
control = { province = 823 data = REB }
}
}
}

name = "EVT_1301_NAME"
desc = "EVT_1301_DESC"
style = 0

date = { day = 1 month = june year = 1847 }
offset = 29
deathdate = { day = 30 month = december year = 1920 }

action_a = {
name = "ACTIONNAME1301A" # Ahh Good!
command = { type = pop_militancy which = catholic value = -7 }
command = { type = sleepevent which = 7218 } # FRA
command = { type = sleepevent which = 1502 } # AUS
}
}

#########################################################################
# Monarchy Rule's Again!
#########################################################################
event = {
id = 1302
random = no
country = SWI

name = "Monarchy Rule's Again!"
desc = "After Years of Exile by the Currant Swiss Government which was now in extreamly bad shape to do any form of Administrative work or Handel the Nations afairs, the Swiss Monarchy returned from thier Host Nation of Bavaria to Claim the Swiss Throne as it was ment to me, The Monarchy baught many things with them inlcuding Major Changes for the years to come and the Future of the Nation. Also with the New order came the Immigrents, from around German Nation's like Bavaria and Austria"
style = 0
picture = reactionary

date = { day = 4 month = january year = 1836 }

action_a = {
name = "Monarchy Rule's Again!"

command = { type = constitution which = monarchy }
command = { type = national_value which = order }
command = { type = party_system which = one_party }
command = { type = executive_designation which = laws_by_decree }
command = { type = voting_rights which = none }
command = { type = flagname which = "monarch" }

command = { type = prestige value = 60 }
command = { type = literacy value = 0.1 }
command = { type = pop_growth_mod value = 100 }
command = { type = manpowerpool value = 120 }
command = { type = treasury value = 19000 }


command = { type = pop_militancy which = aristocrats value = -3 where = 0 }
command = { type = pop_militancy which = officers value = -3 where = 0 }
command = { type = pop_militancy which = clergymen value = -3 where = 0 }
command = { type = pop_militancy which = capitalists value = -3 where = 0 }
command = { type = pop_militancy which = clerks value = -3 where = 0 }
command = { type = pop_militancy which = craftsmen value = -3 where = 0 }
command = { type = pop_militancy which = soldiers value = -3 where = 0 }
command = { type = pop_militancy which = farmers value = -3 where = 0 }
command = { type = pop_militancy which = labourers value = -3 where = 0 }

command = { type = pop_consciousness which = aristocrats value = -3 where = 0 }
command = { type = pop_consciousness which = officers value = -3 where = 0 }
command = { type = pop_consciousness which = clergymen value = -3 where = 0 }
command = { type = pop_consciousness which = capitalists value = 3 where = 0 }
command = { type = pop_consciousness which = clerks value = 3 where = 0 }
command = { type = pop_consciousness which = craftsmen value = 3 where = 0 }
command = { type = pop_consciousness which = soldiers value = 3 where = 0 }
command = { type = pop_consciousness which = farmers value = 3 where = 0 }
command = { type = pop_consciousness which = labourers value = 3 where = 0 }

command = { type = set_ruling_party which = 1307 }

command = { type = leave_alliance }
}
}

#########################################################################
# German Immegration!
#########################################################################
event = {
id = 1303
random = no
country = SWI

trigger = {
event = 1302
}
}
}

name = "German Immegration!"
desc = "Due to the Swiss Monarchy going back to Switzerland, they seem to have been followed by a large ammount of German Immegrants, that wish to start a new life!"
style = 0

Action_a = {
command = { type = add_pop which = south_german/craftsmen value = 988600 where = 810 }
command = { type = add_pop which = south_german/clerks value = 488600 where = 810 }
command = { type = add_pop which = south_german/Farmers value = 606600 where = 810 }
command = { type = add_pop which = south_german/labourers value = 206600 where = 806 }
command = { type = add_pop which = south_german/Farmers value = 206600 where = 808 }
command = { type = add_pop which = south_german/Farmers value = 202600 where = 807 }
}
}

#########################################################################
# Change In State Religion
#########################################################################
event = {
id = 1304
random = no
country = SWI

name = "Change In State Religion"
desc = "Due to the Royal Famlies strong Catholic Beliefs and the Famlies Tradition and well as the Nations former Traditional Religion, it has been decided that Catholasism is now the State Religion."
style = 0

date = { day = 2 month = july year = 1847 }

action_a = {
name = "Change In State Religion"
command = { type = set_religion which = Catholic }
command = { type = convert_pop_type which = protestant value = catholic }
}
}

#########################################################################
# Swiss Culture Change
#########################################################################
event = {
id = 1305
random = no
country = SWI

trigger = {
event = 1302
event = 1304
event = 1305
event = 1306
}
}
}

name = "Swiss Culture Change"
desc = "The Monarchy as well as the people of the Country have strong ties with thier German neighbours and the have had alot of German Immigration, in doing so had also strengthend the cause for Cultural change"
style = 0

date = { day = 1 month = january year = 1836 }
offset = 10
deathdate = { day = 1 month = december year = 1920 }

action_a = {
name = "Swiss Culture Change's"

command = { type = remove_countryculture which = swiss }
command = { type = add_countryculture which = south_german }
command = { type = convert_pop_type which = swiss value = south_german }
}
}

#########################################################################
# Territorial Claim's on Austria!
#########################################################################
event = {
id = 1305
random = no
country = SWI

name = "Territorial Claim's on Austria!"
desc = "Switzerland has always had Territorial Claim's on Austria! and vice Versa for Austria upon Switzerland in the old years of 14th Century to the 17th Century"
style = 0

date = { day = 10 month = april year = 1836 }

action_a = {
name = "Territorial Claim's on Austria!"

command = { type = addcore which = 831 }
command = { type = addcore which = 830 }
command = { type = addcore which = 767 }
command = { type = addcore which = 768 }
command = { type = addcore which = 829 }
command = { type = addcore which = 827 }
command = { type = addcore which = 824 }
command = { type = addcore which = 825 }
command = { type = addcore which = 826 }
command = { type = addcore which = 838 }
command = { type = addcore which = 839 }
command = { type = addcore which = 837 }
command = { type = addcore which = 770 }
command = { type = addcore which = 776 }
command = { type = addcore which = 820 }
command = { type = addcore which = 812 }
command = { type = addcore which = 819 }
command = { type = addcore which = 813 }
}
}

#########################################################################
# A New Capital City in Trento!
#########################################################################
event = {
id = 1306
random = no
country = SWI

trigger = {
event = 1305
control = { province = 767 data = Swiss }
control = { province = 768 data = Swiss }
control = { province = 769 data = Swiss }
control = { province = 770 data = Swiss }
control = { province = 812 data = Swiss }
control = { province = 813 data = Swiss }
control = { province = 819 data = Swiss }
control = { province = 820 data = Swiss }
control = { province = 824 data = Swiss }
control = { province = 825 data = Swiss }
control = { province = 826 data = Swiss }
control = { province = 827 data = Swiss }
control = { province = 829 data = Swiss }
control = { province = 830 data = Swiss }
control = { province = 831 data = Swiss }
control = { province = 837 data = Swiss }
control = { province = 838 data = Swiss }
control = { province = 839 data = Swiss }
}
}
}

name = "A New Capital City in Trento!"
desc = "A New Capital City now in Trento! with this came also Citizens from larger provincial area's and from Switzerlands close neighbours like Austria, Bavaria and Baden to the New Captial in hope of gaining new opertunity's"
style = 0

action_a = {

command = { type = capital which = 827 }
command = { type = add_pop which = south_german/aristocrats value = 116000 where = 827 }
command = { type = add_pop which = south_german/clerks value = 612000 where = 827 }
command = { type = add_pop which = south_german/craftsmen value = 988600 where = 827 }
command = { type = add_pop which = south_german/farmers value = 660000 where = 827 }
command = { type = add_pop which = south_german/labourers value = 280000 where = 827 }
command = { type = prestige value = 60 }
}
}
 

Vharzul

General
82 Badges
Jul 9, 2002
1.785
0
Visit site
  • Hearts of Iron IV: Colonel
  • Europa Universalis IV: Pre-order
  • Hearts of Iron II: Beta
  • Victoria 2 Beta
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Steel Division: Normandy 44
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Cities: Skylines
k here is an update version of my event scripting, but still having the problem of the triggering not fireing also other events arnt fireing either apart from the very first one, that being the (Monarchy Rule's Again!) event

Seems to be the only one fireing atm :confused: some one please help and correct mistakes if posible lol, been working on these events here and correcting ands testing now for around 5 hrs lol

# Switzerland

#########################################################################
# Sonderbund Rebellion
#########################################################################
event = {
id = 1300
random = no
country = SWI

trigger = {
random = 20
}

name = "EVT_1300_NAME"
desc = "EVT_1300_DESC"
style = 0

date = { day = 1 month = january year = 1845 }
offset = 29
deathdate = { day = 30 month = december year = 1846 }

action_a = {
name = "ACTIONNAME1300A" # Fight the Catholics
command = { type = pop_militancy which = catholic value = 7 }
command = { type = trigger which = 6910 } # ENG

}
action_b = {
name = "ACTIONNAME1300B" # Try to appease the Catholics
command = { type = pop_militancy which = catholic value = 3 }
command = { type = sleepevent which = 7218 } # FRA
command = { type = sleepevent which = 1502 } # AUS
}
}

#########################################################################
# End of Sonderbund Rebellion
#########################################################################
event = {
id = 1301
random = no
country = SWI

trigger = {
event = 1300
NOT = {
OR = {
control = { province = 806 data = REB }
control = { province = 807 data = REB }
control = { province = 808 data = REB }
control = { province = 809 data = REB }
control = { province = 810 data = REB }
control = { province = 811 data = REB }
control = { province = 821 data = REB }
control = { province = 822 data = REB }
control = { province = 823 data = REB }
}
}
}

name = "EVT_1301_NAME"
desc = "EVT_1301_DESC"
style = 0

date = { day = 1 month = june year = 1847 }
offset = 29
deathdate = { day = 30 month = december year = 1920 }

action_a = {
name = "ACTIONNAME1301A" # Ahh Good!
command = { type = pop_militancy which = catholic value = -7 }
command = { type = sleepevent which = 7218 } # FRA
command = { type = sleepevent which = 1502 } # AUS
}
}

#########################################################################
# Monarchy Rule's Again!
#########################################################################
event = {
id = 1302
random = no
country = SWI

name = "Monarchy Rule's Again!"
desc = "After Years of Exile by the Currant Swiss Government which was now in extreamly bad shape to do any form of Administrative work or Handel the Nations afairs, the Swiss Monarchy returned from thier Host Nation of Bavaria to Claim the Swiss Throne as it was ment to me, The Monarchy baught many things with them inlcuding Major Changes for the years to come and the Future of the Nation. Also with the New order came the Immigrents, from around German Nation's like Bavaria and Austria"
style = 0
picture = reactionary

date = { day = 4 month = january year = 1836 }

action_a = {
name = "Monarchy Rule's Again!" # Monarchy Rule's Again!
command = { type = constitution which = monarchy }
command = { type = national_value which = order }
command = { type = party_system which = one_party }
command = { type = executive_designation which = laws_by_decree }
command = { type = voting_rights which = none }
command = { type = flagname which = "monarch" }

command = { type = prestige value = 60 }
command = { type = literacy value = 0.1 }
command = { type = pop_growth_mod value = 100 }
command = { type = manpowerpool value = 120 }
command = { type = treasury value = 19000 }


command = { type = pop_militancy which = aristocrats value = -3 where = 0 }
command = { type = pop_militancy which = officers value = -3 where = 0 }
command = { type = pop_militancy which = clergymen value = -3 where = 0 }
command = { type = pop_militancy which = capitalists value = -3 where = 0 }
command = { type = pop_militancy which = clerks value = -3 where = 0 }
command = { type = pop_militancy which = craftsmen value = -3 where = 0 }
command = { type = pop_militancy which = soldiers value = -3 where = 0 }
command = { type = pop_militancy which = farmers value = -3 where = 0 }
command = { type = pop_militancy which = labourers value = -3 where = 0 }

command = { type = pop_consciousness which = aristocrats value = -3 where = 0 }
command = { type = pop_consciousness which = officers value = -3 where = 0 }
command = { type = pop_consciousness which = clergymen value = -3 where = 0 }
command = { type = pop_consciousness which = capitalists value = 3 where = 0 }
command = { type = pop_consciousness which = clerks value = 3 where = 0 }
command = { type = pop_consciousness which = craftsmen value = 3 where = 0 }
command = { type = pop_consciousness which = soldiers value = 3 where = 0 }
command = { type = pop_consciousness which = farmers value = 3 where = 0 }
command = { type = pop_consciousness which = labourers value = 3 where = 0 }

command = { type = set_ruling_party which = 1307 }

command = { type = leave_alliance }
}
}

#########################################################################
# German Immegration!
#########################################################################
event = {
id = 1303
random = no
country = SWI

trigger = {
event = 1302
}
}
}

name = "German Immegration!"
desc = "Due to the Swiss Monarchy going back to Switzerland, they seem to have been followed by a large ammount of German Immegrants, that wish to start a new life!"
style = 0

date = { day = 12 month = january year = 1836 }
offset = 16
deathdate = { day = 320 month = december year = 1836 }

Action_a = {
name = "German Immegration!" # German Immegration!
command = { type = add_pop which = south_german/craftsmen value = 988600 where = 810 }
command = { type = add_pop which = south_german/clerks value = 488600 where = 810 }
command = { type = add_pop which = south_german/Farmers value = 606600 where = 810 }
command = { type = add_pop which = south_german/labourers value = 206600 where = 806 }
command = { type = add_pop which = south_german/Farmers value = 206600 where = 808 }
command = { type = add_pop which = south_german/Farmers value = 202600 where = 807 }
}
}

#########################################################################
# Change In State Religion
#########################################################################
event = {
id = 1304
random = no
country = SWI

name = "Change In State Religion"
desc = "Due to the Royal Famlies strong Catholic Beliefs and the Famlies Tradition and well as the Nations former Traditional Religion, it has been decided that Catholasism is now the State Religion."
style = 0

date = { day = 2 month = july year = 1847 }
offset = 14
deathdate = { day = 20 month = december year = 1847 }

action_a = {
name = "Change In State Religion" # Change In State Religion
command = { type = set_religion which = Catholic }
command = { type = convert_pop_type which = protestant value = catholic }
}
}

#########################################################################
# Swiss Culture Change
#########################################################################
event = {
id = 1305
random = no
country = SWI

trigger = {
event = 1302
event = 1304
event = 1305
event = 1306
}
}
}

name = "Swiss Culture Change" # Swiss Culture Change
desc = "The Monarchy as well as the people of the Country have strong ties with thier German neighbours and the have had alot of German Immigration, in doing so had also strengthend the cause for Cultural change"
style = 0

date = { day = 1 month = january year = 1836 }
offset = 10
deathdate = { day = 1 month = december year = 1920 }

action_a = {
name = "Swiss Culture Change's"
command = { type = remove_countryculture which = swiss }
command = { type = add_countryculture which = south_german }
command = { type = convert_pop_type which = swiss value = south_german }
}
}

#########################################################################
# Territorial Claim's on Austria!
#########################################################################
event = {
id = 1305
random = no
country = SWI

name = "Territorial Claim's on Austria!"
desc = "Switzerland has always had Territorial Claim's on Austria! and vice Versa for Austria upon Switzerland in the old years of 14th Century to the 17th Century"
style = 0

date = { day = 10 month = april year = 1836 }
offset = 12
deathdate = { day = 30 month = december year = 1836 }

action_a = {
name = "Territorial Claim's on Austria!" # Territorial Claim's on Austria!
command = { type = addcore which = 831 }
command = { type = addcore which = 830 }
command = { type = addcore which = 767 }
command = { type = addcore which = 768 }
command = { type = addcore which = 829 }
command = { type = addcore which = 827 }
command = { type = addcore which = 824 }
command = { type = addcore which = 825 }
command = { type = addcore which = 826 }
command = { type = addcore which = 838 }
command = { type = addcore which = 839 }
command = { type = addcore which = 837 }
command = { type = addcore which = 770 }
command = { type = addcore which = 776 }
command = { type = addcore which = 820 }
command = { type = addcore which = 812 }
command = { type = addcore which = 819 }
command = { type = addcore which = 813 }
}
}

#########################################################################
# A New Capital City in Trento!
#########################################################################
event = {
id = 1306
random = no
country = SWI

trigger = {
event = 1305
control = { province = 767 data = Swiss }
control = { province = 768 data = Swiss }
control = { province = 769 data = Swiss }
control = { province = 770 data = Swiss }
control = { province = 812 data = Swiss }
control = { province = 813 data = Swiss }
control = { province = 819 data = Swiss }
control = { province = 820 data = Swiss }
control = { province = 824 data = Swiss }
control = { province = 825 data = Swiss }
control = { province = 826 data = Swiss }
control = { province = 827 data = Swiss }
control = { province = 829 data = Swiss }
control = { province = 830 data = Swiss }
control = { province = 831 data = Swiss }
control = { province = 837 data = Swiss }
control = { province = 838 data = Swiss }
control = { province = 839 data = Swiss }
}
}
}

name = "A New Capital City in Trento!" # A New Capital City in Trento!
desc = "A New Capital City now in Trento! with this came also Citizens from larger provincial area's and from Switzerlands close neighbours like Austria, Bavaria and Baden to the New Captial in hope of gaining new opertunity's"
style = 0

action_a = {
name = "A New Capital City in Trento!"
command = { type = capital which = 827 }
command = { type = add_pop which = south_german/aristocrats value = 116000 where = 827 }
command = { type = add_pop which = south_german/clerks value = 612000 where = 827 }
command = { type = add_pop which = south_german/craftsmen value = 988600 where = 827 }
command = { type = add_pop which = south_german/farmers value = 660000 where = 827 }
command = { type = add_pop which = south_german/labourers value = 280000 where = 827 }
command = { type = prestige value = 60 }
}
}