For both questions the answer is the same, its just a dumb fanstasy event, and here it is:
Code:
#Soviet attack#
event = {
id = 500000
persistent = yes
trigger = {
ai = yes
countrysize = 3
NOT = {
continent = America
}
}
name = "Soviet attack"
desc = "The Communist forces have decided to land in our nation, there's nothing we can do to stop them..."
date = { day = 1 month = january year = 1419 }
offset = 5
deathdate = { day = 1 month = january year = 1440 }
action_a = { #We are powerless#
name = "We are powerless"
command = { type = country which = SOV }
command = { type = INF which = -2 value = 100000 }
command = { type = CAV which = -1 value = 50000 }
command = { type = treasury value = 100000 }
command = { type = sleepevent which = 500000 }
command = { type = ai which = soviet.txt }
command = { type = domestic which = aristocracy value = 10 }
command = { type = domestic which = aristocracy value = -5 }
command = { type = domestic which = centralization value = -10 }
command = { type = domestic which = innovative value = -10 }
command = { type = domestic which = mercantilism value = 10 }
command = { type = domestic which = offensive value = 10 }
command = { type = domestic which = offensive value = -5 }
command = { type = domestic which = land value = 10 }
command = { type = domestic which = quality value = 10 }
command = { type = domestic which = quality value = -5 }
command = { type = domestic which = serfdom value = 10 }
command = { type = land value = 1000000 }
command = { type = naval value = 1000000 }
command = { type = infra value = 1000000 }
command = { type = trade value = 1000000 }
}
}
The "attack" should be anywhere and the country should have nothing to do with what it "invaded".
So the question still stands, is there a way to set any specific DP position?