The current Mobilisation event has some issues which make it confusing:
1. The manpower generated and the replenishments are instantaneous.
2. There is some random in the quantity of replenishment (from 50 to 80 strength)
Since mobilisation played a critical role in both WW1 and WW2, this seems oversimplified. Large countries needed several weeks to get the millions of men to their units.
My suggestion is to:
1. remove the randomness in these events.
2. For majors, split the reserves event into several daily events giving a bit of replenishment each day, to complete mobilisation in 15-20 days.
For example:
1. The manpower generated and the replenishments are instantaneous.
2. There is some random in the quantity of replenishment (from 50 to 80 strength)
Since mobilisation played a critical role in both WW1 and WW2, this seems oversimplified. Large countries needed several weeks to get the millions of men to their units.
My suggestion is to:
1. remove the randomness in these events.
2. For majors, split the reserves event into several daily events giving a bit of replenishment each day, to complete mobilisation in 15-20 days.
For example:
event = {
id = 1350003
random = no
persistent = yes
one_action = yes
tag = { GER JAP FRA USA ENG U08 U09 FIN RUS POL CZE GRE BUL SER ROM }
trigger = {
NOT = { local_flag = RES }
manpower = 150
policy = { type = professional_army value = 7 }
}
name = "1350002name"
desc = "1350002desc"
style = 1
picture = "Wehrmacht"
date = { day = 1 month = january year = 1914 }
offset = 12
deathdate = { day = 30 month = december year = 1963 }
action = {
name = "1350002name"
command = { type = strength which = land when = 1 where = 0 value = 0.05 }
command = { type = local_setflag which = RES }
event = {
id = 1350***
random = no
persistent = yes
one_action = yes
tag = { GER JAP FRA USA ENG U08 U09 FIN RUS POL CZE GRE BUL SER ROM }
trigger = {
event = { id = 1350003 days = 1 }
policy = { type = professional_army value = 7 }
}
name = "1350002name"
desc = "1350002desc"
style = 1
picture = "Wehrmacht"
date = { day = 1 month = january year = 1914 }
offset = 12
deathdate = { day = 30 month = december year = 1963 }
action = {
name = "1350002name"
command = { type = strength which = land when = 1 where = 0 value = 0.05 }
Upvote
0