Originally posted by Derek Pullem
Well the "war =" command springs to mind
I guess you are trying to represent the mobilisation of the Swiss nation. Wouldn't it be better to add_division (or build_division, I get confused) to add another 10 or 15 milita divisions to the defenses.
The industry shouldn't be destroyed although an event which lowers the IC and then raises it after a time could be sensible to represent the disruption mobilisation would cause
No, it represents the Swiss plan to sabotage it's own industrial and arms industry when Germany declares war.
and on poland, wouldn't it be possible to give Poland one of the UK's territories somewhere, and then create the various troops within this territory?
It's also an attempt to deter an attack on Sweden.
I have also worked on an event to replace the Olympic event (Its diplomatic effects weren't very successful, I can understand Bolt's intension though)
#########################################################################
# Austro-German Agreement
#########################################################################
event = {
id = 6668
random = no
country = GER
trigger = {
exists = AUS
exists = GER
NOT = {
OR = {
war = { country = AUS country = GER }
}
}
}
name = "Austro-German Agreement"
desc = "On July 11th, 1936 German and Austrian officials met to hammer out an agreement. Germany stated that it would honor Austrian Sovereignty, and it showed a strong friendship between the Austrian and German governments. This served to ease some fears the a growingly confident Germany would respect international law and the sovereignty of other nations."
date = { day = 11 month = july year = 1936 }
offset = 1
action_a = {
name = "Honor Austrian Sovereignty and sign it."
command = { type = warentry which = FRA value = -5 }
command = { type = warentry which = ENG value = -5 }
command = { type = warentry which = BEL value = -5 }
command = { type = warentry which = HOL value = -5 }
command = { type = warentry which = USA value = -3 }
command = { type = dissent value = -5 }
}
action_b = {
name = "We will sign no agreement!"
command = { type = warentry which = FRA value = 5 }
command = { type = warentry which = ENG value = 5 }
command = { type = warentry which = BEL value = 5 }
command = { type = warentry which = HOL value = 5 }
command = { type = warentry which = USA value = 3 }
command = { type = dissent value = 15 }
}
}