• 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.
Patric would do well to remember a event like this for future patches...:D

Hehe...we should all use this thread for ideas for all the new events(Or might even make a whole forum for just events *hint, hint* :D)

Just to improve on the historical value of the time period like this one did. ;)
 
Originally posted by AncientPharaoh
Look in the DB, there is a file called 'EventManual'(or something like that). That'll tell you how to make 'em.

All rigth, that's the answer I was looking for, thank you!

And I know I have to do it with notepad. I am not a EU newbie, just a EU 2 newbie :D
 
Working on some random events...anyway I'm just wonder what you guys think. Is this to powerful/not powerful enough/or not balanced enough between the choices?

#########################################################################
# Military Reform
#########################################################################
event = {
id = 1085
random = yes
name = "Military Reform"
desc = "Your military sucks, get some help."
style = 0
action_a = {
name = "Army Reform"
command = { type = infantry which = -1 value = 3000 }
command = { type = cavalry which = -3 value = 1500 }
command = { type = artillery which = -3 value = 25 }
}
action_b = {
name = "Naval Reform"
command = { type = warships which = -1 value = 7 }
}
action_c = {
name = "Total Military Reform"
command = { type = infantry which = -1 value = 3500 }
command = ( type = warships which = -3 value = 3 }
}
}
 
Last edited: