My First Event! I read the historical info at the net. Its divided to 2. One is the annexion of Lithuania and one of Estonia and Latvia[different dates]
USSR:
#########################################################################
# A new republic for the Soviet Union! Lithuania is ours!
#########################################################################
event = {
id = 150001
random = no
country = SOV
trigger = {
exists = LIT
NOT = {
atwar = LIT
alliance = { country = LIT country = SOV }
alliance = { country = LIT country = ENG }
alliance = { country = LIT country = GER }
}}
date = { day = 15 month = june year = 1940 }
name = "A new republic for the Soviet Union!"
desc = "At June 15 1940 the Soviet Union occupied Lithuania , President Smetona fled through Germany first to Switzerland then to USA.Prime minister Antanas Merkys followed Soviet demands and attempted to catch Smetona. Vladimir Dekanozov landed in Kaunas to supervise process of annexation of Lithuania. From Then, Soviet Union was the sole ruler of Lithuania."
style = 0
picture = "anchsluss"
action_a = {
name = "OK"
command = { type = inherit which = LIT }
command = { type = manpowerpool value = 150 }
command = { type = dissent value = -5 }
command = { type = domestic which = defense_lobby value = 1 }
command = { type = domestic which = interventionism value = 1 }
}}
#########################################################################
# Soon the world will be ours! The baltic states exist no more!
#########################################################################
event = {
id = 150002
random = no
country = SOV
trigger = {
exists = EST
exists = LAT
NOT = {
atwar = LAT
atwar = EST
alliance = { country = EST country = SOV }
alliance = { country = EST country = ENG }
alliance = { country = EST country = GER }
alliance = { country = LAT country = SOV }
alliance = { country = LAT country = ENG }
alliance = { country = LAT country = GER }
}}
date = { day = 17 month = june year = 1940 }
name = "Soon the world will be ours! The Soviet Union grows once more!"
desc = "At June 17 1940 the Soviet Union occupied Latvia and Estonia, Prime minister of Lithuania Antanas Merkys assigned Justas Paleckis as new prime minister, resigned and was arrested. The baltic states has lost any chance for independence."
style = 0
picture = "anchsluss"
action_a = {
name = "OK"
command = { type = inherit which = EST }
command = { type = inherit which = LAT }
command = { type = manpowerpool value = 250 }
command = { type = dissent value = -10 }
command = { type = domestic which = defense_lobby value = 1 }
command = { type = domestic which = interventionism value = 1 }
} }
Lithuania :
#########################################################################
# We are now a part of the Soviet Union!
#########################################################################
event = {
id = 150000
random = no
country = LIT
# Triggered by SOV 150001
name = "We will become a part of the Soviet Union!"
desc = "At June 15 1940 the Soviet Union occupied Lithuania , President Smetona fled through Germany first to Switzerland then to USA.Prime minister Antanas Merkys followed Soviet demands and attempted to catch Smetona. Vladimir Dekanozov landed in Kaunas to supervise process of annexation of Lithuania. From Then, Soviet Union was the sole ruler of Lithuania."
style = 0
picture = "anchsluss"
action_a = {
name = "OK" # Become part of the Soviet Union
}}
Estonia:
#########################################################################
# The baltic states exist no more!
#########################################################################
event = {
id = 150004
random = no
country = EST
# Triggered by SOV 150002
name = "The baltic states exist no more!"
desc = "At June 17 1940 the Soviet Union occupied Latvia and Estonia, Prime minister of Lithuania Antanas Merkys assigned Justas Paleckis as new prime minister, resigned and was arrested. The baltic states has lost any chance for independence."
style = 0
picture = "anchsluss"
action_a = {
name = "OK" # Become part of the Soviet Union
}}
Latvia :
#########################################################################
# The baltic states exist no more!
#########################################################################
event = {
id = 150003
random = no
country = LAT
# Triggered by SOV 150002
name = "The baltic states exist no more!"
desc = "At June 17 1940 the Soviet Union occupied Latvia and Estonia, Prime minister of Lithuania Antanas Merkys assigned Justas Paleckis as new prime minister, resigned and was arrested. The baltic states has lost any chance for independence."
style = 0
picture = "anchsluss"
action_a = {
name = "OK" # Become part of the Soviet Union
}}
Yes it's simple. But I think it will work.
EDIT: OOPS, I just realized. What will happen if the Soviet Union annex those countries before the event? ****. I guess I need trigger after all
Ill fix it now!
EDIT: NOW WITH THE TRIGGER!!! [will it work?]