... Germany.Lord Asharak said:further, only some non-European countries have totally different names from the English ones (China, Japan...).
Wait, isn't germany in Europe?
... Germany.Lord Asharak said:further, only some non-European countries have totally different names from the English ones (China, Japan...).
And Eire, and Suomi...Lord Asharak said:And EVERYBODY should know what Hellas (or is it Hellàs?) means.![]()
you still have a lot of french slots free... take a look again...Lord Asharak said:Oh, and another thing: the events I wrote for Neauchatel include a French one. However, apparently the French have used up all of their slots... I was thinking about simply giving it a Swiss ID (and commenting the event into the Swiss event file, so it's clear the ID-slo is used).
Any comments, objections, suggestions?
In the id list i've seen this:Lord Asharak said:Oh, and another thing: the events I wrote for Neauchatel include a French one. However, apparently the French have used up all of their slots... I was thinking about simply giving it a Swiss ID (and commenting the event into the Swiss event file, so it's clear the ID-slo is used).
Any comments, objections, suggestions?
FRA
...
162210 to 162214 - FREE
...
#########################################################################
# 1848 Constitution
#########################################################################
event = {
id = 271001
random = no
country = SWI
trigger = {
event = {1301}
}
name = "Swiss Constitution"
desc = "Shortly after the Sonderbundkrieg, the Swiss voters approved a new constitution. It included an USA-style parliament, as well as direct-democratic and liberal principles. Switzerland stayed a decentralized federal state. Political and religious freedom was guaranteed (though the latter only for christisan confessions). In short, Switzerland became the only European state where the 'Liberal Revolution' was successful. The reason for this may very well be that it was not a revolution by force."
style = 0
date = { day = 27 month = july year = 1848 }
offset = 1
deathdate = { day 31 month = december year = 1851 }
action_a = {
name = "Indeed! Progress and wealth becon!"
command = {type = hold_election}
command = {type = neutrality}
command = {type = plurality value = 5}
command = {type = pop_consciousness value = 4}
command = [type = pop_consciusness which = liberal value = 1}
command = {type = pop_militancy which = conservative value = 1}
command = {type = pop_militancy which = liberal value = -3}
command = {type = voting_rights which = suffrage}
command = {type = trade_unions which = non_socialist}
command = {type = press_rights which = free_press}
}
action_b = {
name = "Bah. The old one worked so far..."
command = {type = pop_consciousness which = liberal value = 3}
command = {type = pop_militancy which = liberal value = 4}
command = {type = pop_militancy which = conservative value = -1}
}
}
}
Generalisimo said:i want to propose some changes to some flags:
GERMANY - http://tse.dyndns.org/~sktse/vflags/deflag.gif
BADEN - http://tse.dyndns.org/~sktse/vflags/bad.gif
WURTTEMBERG - http://tse.dyndns.org/~sktse/vflags/wurt.gif
they just look better, but if someone disagree i will not include them...![]()
################################################## #######################
# BB Reduce CE
################################################## #######################
event = {
id = 165090
random = no
country = GER
trigger = {
badboy = 30
event = 4616 #Conservative empire
}
name = "badboy"
desc = "BBreduce"
style = 0
date = { day = 21 month = april year = 1851 }
offset = 10
deathdate = { day = 21 month =may year = 1851 }
action_a = {
command = { type = badboy value = -30 }
command = { type = relation which = ENG value = 75 }
command = { type = relation which = FRA value = 75 }
command = { type = relation which = RUS value = 75 }
command = { type = relation which = AUS value = 75 }
command = { type = relation which = SWE value = 75 }
command = { type = relation which = SPA value = 75 }
command = { type = revoltrisk which = 120 value = -5 }
}
}
command = { type = revoltrisk which = 120 value = -5 }
Yeah that's good... Derek helped me out with a hint to this command, as i searched for a way to decrease all those revolts after german unification, which you can find in all those cultural techs which reduces revoltrisk for 2000 months or so.pimparel said:A little hijacking:
Wilhem II, which command is this:
Code:command = { type = revoltrisk which = 120 value = -5 }
It's not in Harvard site, nor in the event_commands.txt. Did I missed this command?![]()
I'm not really sure, but it seems that there not that much revolts as before after unification.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 Spanish Succession Crisis
#########################################################################
event = {
id = 4631
random = no
country = PRU
# Triggered by SPA 7705
name = "EVT_4631_NAME"
desc = "EVT_4631_DESC"
style = 0
action_a = {
name = "ACCEPT" # Accept
command = { type = prestige value = 25 }
command = { type = relation which = FRA value = -200 }
[B]command = { type = trigger which = 269125 } #SPA
[/B] command = { type = trigger which = 7234 } # FRA
}
action_b = {
name = "DECLINE" # Decline
command = { type = prestige value = -25 }
command = { type = relation which = FRA value = -50 }
}
}
#########################################################################
# A hohenzollern on the spanish throne
#########################################################################
event = {
id = 296125
random = no
country = SPA
# Triggered by PRU 4631
name = "A hohenzollern on the spanish throne!"
desc = "The prussians accept our offer. Now we have a hohenzollern king!
The french are not amused."
style = 0
action_a = {
name = "ACCEPT" # Accept
command = { type = relation which = FRA value = -100 }
command = { type = relation which = PRU value = 100 }
command = { type = leave_alliance which = FRA }
}
}
what happens after the 120 months??Wilhelm II. said:Yeah that's good... Derek helped me out with a hint to this command, as i searched for a way to decrease all those revolts after german unification, which you can find in all those cultural techs which reduces revoltrisk for 2000 months or so.
In this event it reduces general revoltrisk by -5 for 120 months!
But you're right pimparel that this command is not documented!![]()
revoltrisk = -3
revoltriskdate = { year = 2042 month = march day = 2 }