Lamprey said:
Your country will go communist. Say hi to your new flag.
It's just a later version of the Liberal Revolution, only socialist.Long as he crushes any revolts, before they get out of hand, he'll be fine.
# The Socialist Revolution
event = {
id = 25002
random = no
invention = yes
trigger = {
NOT = { government = { type = socialist } }
NOT = { government = { type = communist } }
NOT = { constitution = { type = proletarian_dictatorship } }
NOT = { reform = { type = trade_unions level = all } }
NOT = { reform = { type = voting_rights level = suffrage } }
NOT = {
reform = { type = political_parties level = right_to_ban }
reform = { type = press_rights level = free_press }
}
NOT = { local_flag = { name = SOCIALIST_REVOLUTION value = 1 } }
}
date = { day = 21 month = february year = 1905 }
offset = 25
deathdate = { day = 30 month = december year = 1920 }
name = "EVT_25002_NAME"
desc = "EVT_25002_DESC"
action_a = {
name = "ACTIONNAME25000A" # The Revolts are spreading
command = { type = pop_consciousness which = soldiers value = 8 }
command = { type = pop_consciousness which = farmers value = 8 }
command = { type = pop_consciousness which = labourers value = 8 }
command = { type = pop_militancy which = soldiers value = 8 }
command = { type = pop_militancy which = farmers value = 8 }
command = { type = pop_militancy which = labourers value = 8 }
command = { type = pop_militancy which = craftsmen value = 7 }
command = { type = local_setflag which = SOCIALIST_REVOLUTION value = 2 }
command = { type = plurality value = 35 }
}
}
#META#4- The End of the Liberal Revolution (Trigger: 1920+,META#3, No revolting units)
# A) Order is upheld [POPs 7-9=Con-5,Mil-7/POP 6= Mil-5]
# The End of the Socialist Revolution
event = {
id = 25003
random = no
invention = yes
trigger = {
NOT = { local_flag = { name = SOCIALIST_REVOLUTION_OVER value = 1 } }
local_flag = { name = SOCIALIST_REVOLUTION value = 1 }
}
name = "EVT_25003_NAME"
desc = "EVT_25003_DESC"
date = { day = 1 month = january year = 1919 }
offset = 30
deathdate = { day = 30 month = december year = 1920 }
action_a = {
name = "ACTIONNAME25001A" # Order is upheld
command = { type = pop_consciousness which = soldiers value = -6 }
command = { type = pop_consciousness which = farmers value = -6 }
command = { type = pop_consciousness which = labourers value = -6 }
command = { type = pop_militancy which = soldiers value = -6 }
command = { type = pop_militancy which = farmers value = -6 }
command = { type = pop_militancy which = labourers value = -6 }
command = { type = pop_militancy which = craftsmen value = -5 }
command = { type = local_setflag which = SOCIALIST_REVOLUTION_OVER value = 2 }
}
}