Yes you're right. It will not have the effect it should!Schnee0 said:Are you sure this applies to the nationalistic pops? From my EU2 experiences conquered (or annexed) pops were not affected by revolt risk
So i will let it out of this event.
Yes you're right. It will not have the effect it should!Schnee0 said:Are you sure this applies to the nationalistic pops? From my EU2 experiences conquered (or annexed) pops were not affected by revolt risk
#########################################################################
# The battle of Koeniggraetz
#########################################################################
event = {
id = 247027
random = no
country = PRU
trigger = {
flag = { name = flg_Austria_contests value = 1 }
war = { country = PRU country = AUS }
control = { province = 735 data = PRU } # Troppau
control = { province = 760 data = PRU } # Karlsbad
control = { province = 775 data = PRU } # Koenigraetz
control = { province = 950 data = PRU } # Cieszyn
}
name = "The battle of Koeniggraetz decides the war."
desc = "The austro-prussian war ended in a Prussian victory, which
meant the exclusion of Austria from Germany. The issue was decided in
Bohemia, where the principal Prussian armies met the main Austrian forces
and the Saxon army, most decisively at the Battle of Königgrätz."
style = 0
date = { day = 22 month = august year = 1866 }
offset = 10
deathdate = { day = 30 month = december year = 1871 }
action_a = {
name = "Victory!"
command = { type = peace which = AUS value = 0 }
command = { type = trigger which = 247028 }
}
}
################################################## #######################
# The treaty of prague
################################################## #######################
event = {
id = 247028
random = no
country = PRU
#triggered by PRU 247027
name = "The treaty of prague."
desc = "By the Treaty of Prague (Aug. 23, 1866) Prussia and
Austria signed a treaty through which Prussias leadership is accepted and
Prussia inherited Hanover, Hesse-Kassel, Nassau, Frankfurt and the dutchies
of Schleswig-Holstein and Lauenburg."
style = 0
action_a = {
name = "Good! Sign it."
command = { type = inherit which = HAN }
command = { type = inherit which = HEK }
command = { type = inherit which = NAS }
command = { type = inherit which = FRM }
command = { type = inherit which = HOL }
command = { type = inherit which = SCH }
command = { type = prestige = 25 }
}
}
That's not necessary, however you should check if they are inheritable. Weren't they allied with Austria and hence at war with Prussia? There has to be a good reason for an inheritance, not just a date. After all this is a game not a history show.pimparel said:Why a PRU event triggers another PRU event if neither have an b option?
Make it a single event. Also isn't better to check if those minor exist?
################################################## #######################
# The battle of Koeniggraetz
################################################## #######################
event = {
id = 247027
random = no
country = PRU
trigger = {
flag = { name = flg_Austria_contests value = 1 }
war = { country = PRU country = AUS }
control = { province = 735 data = PRU } # Troppau
control = { province = 760 data = PRU } # Karlsbad
control = { province = 775 data = PRU } # Koenigraetz
control = { province = 950 data = PRU } # Cieszyn
}
name = "The battle of Koeniggraetz decides the war."
desc = "The austro-prussian war ended in a Prussian victory, which
meant the exclusion of Austria from Germany. The issue was decided in
Bohemia, where the principal Prussian armies met the main Austrian forces
and the Saxon army, most decisively at the Battle of Königgrätz."
style = 0
date = { day = 22 month = august year = 1866 }
offset = 10
deathdate = { day = 30 month = december year = 1871 }
action_a = {
name = "Victory!"
command = { type = trigger which = 111040 } #AUS
}
action_b = {
name = "Let's fight on for a total victory!"
}
}
################################################## #######################
# The treaty of prague
################################################## #######################
event = {
id = 111040
random = no
country = AUS
#triggered by PRU 247027
name = "The treaty of prague."
desc = "By the Treaty of Prague (Aug. 23, 1866) Prussia and
Austria signed a treaty through which Prussias leadership is accepted and
Prussia inherited Hanover, Hesse-Kassel, Nassau, Frankfurt and the dutchies
of Schleswig-Holstein and Lauenburg."
style = 0
action_a = {
name = "Arrgh... Sign it!"
command = { type = prestige value = -25 }
command = { type = trigger which = 247028 } #PRU
}
action_b = {
name = "We will fight till bitter end!"
command = { type = pop_consciousness which = 75 value = 3 }#they know that the war is lost :-)
command = { type = pop_militancy which = 75 value = 2 }
}
}
################################################## #######################
# Peace causes our peple to calm down
################################################## #######################
event = {
id = 111041
random = no
country = AUS
trigger = {
not = { event = 247028 }
flag = { name = flg_Austria_contests value = 1 }
peace_treaty = { country = PRU country = AUS }
}
name = "Peace causes our people to calm down."
desc = "The peace treaty with prussia let our people calm down and the unrest is over."
style = 0
date = { day = 22 month = august year = 1866 }
offset = 25
deathdate = { day = 30 month = december year = 1871 }
action_a = {
name = "OK!"
command = { type = pop_consciousness which = 75 value = -3 }
command = { type = pop_militancy which = 75 value = -2 }
}
}
################################################## #######################
# The treaty of prague
################################################## #######################
event = {
id = 247028
random = no
country = PRU
#triggered by AUS 111040
name = "The treaty of prague."
desc = "By the Treaty of Prague (Aug. 23, 1866) Prussia and
Austria signed a treaty through which Prussias leadership is accepted and
Prussia inherited Hanover, Hesse-Kassel, Nassau, Frankfurt and the dutchies
of Schleswig-Holstein and Lauenburg."
style = 0
action_a = {
name = "Good! Sign it."
command = { type = peace which = AUS value = 1 }
command = { type = inherit which = HAN }
command = { type = inherit which = HEK }
command = { type = inherit which = NAS }
command = { type = inherit which = FRM }
command = { type = inherit which = HLS }
command = { type = inherit which = SCH }
command = { type = prestige value = 25 }
}
}
I'm sorry to say that but when you critize be constructive...Ilkhold said:There has to be a good reason for an inheritance, not just a date. After all this is a game not a history show.
It's not necessary, because the command only works for countries that exists.pimparel said:Also isn't better to check if those minor exist?
What kind of a stupid comment is that?Wilhelm II. said:I'm sorry to say that but when you critize be constructive...
Be more precise!![]()
If we follow your opinion then we have to remove all the other treaty events that give provinces away (Bardo-Treaty, The Treaty of Aigun...) or what?![]()