###############################################
#################### Nat. Spain send help to Germany against USSR
###################### by Kirkegaard ####################################################
event = {
id = 90000501
random = no
country = SPA
trigger = {
exists = SPA
war = { country = SOV country = GER }
control = { province = 300 data = GER }
NOT = { atwar = SPA }
}
Name = "Franco’s aid to eastern front"
Desc = " Should we aid Germany in the war against world communism?" # new text needed.......
Picture = Franco_aid_Germany
date = { day = 0 month = June year = 1941 }
offset = 5 # I need help to understand this, I have no clue how it is calculated
deathdate = { day = 30 month = december year = 1944 }
action_a = {
name = " Send aid to the fight against Communism"
ai_chance = 69
command = { type = manpowerpool value = -10 }
command = { type = domestic which = interventionism value = 1 }
command = { type = relation which = FRA value = -5 }
command = { type = relation which = ENG value = -5 }
command = { type = relation which = SOV value = -5 }
command = { type = relation which = USA value = -5 }
command = { type = relation which = ITA value = 5 }
command = { type = relation which = GER value = 10 }
command = { type = trigger which = 90000502 }
}
action_b = {
name = " We need to stay neutral"
ai_chance = 31
command = { type = relation which = FRA value = 5 }
command = { type = relation which = ENG value = 5 }
command = { type = relation which = SOV value = 5 }
command = { type = relation which = USA value = 5 }
command = { type = relation which = ITA value = -5 }
command = { type = relation which = GER value = -10 }
}
}
####################################################
####### Germany recive help troops from neutral spain #########
###################### by Kirkegaard ###############
event = {
id = 90000502
random = no
country = GER
Name = "Franco’s aid to eastern front"
Desc = "Franco’s Spain have send us aid in the fight against communism"
Picture = Franco_aid_Germany
action_a = {
name = "Thanks"
ai_chance = 100
command = { type = add_corps which = "Blaue division" value = land where = 300 } # 300 = Berlin
command = { type = add_division which = "Blaue division" value = infantry when = 0 }
}
}
############################################################################################