ai_reactive.txt
last line should be
command = { type = construct which = flak where = 23 value = 1 }
event = {
id = 200007
random = no
country = ENG
style = 0
trigger = {
ai = yes
naval_bomber = { country = GER value = 3 } # >= 3 naval_bomber
}
date = { day = 28 month = june year = 1936 }
offset = 30
deathdate = { day = 30 month = december year = 1999 }
name = "AI_EVENT"
action_a = {
ai_chance = 60 # Protect Scapa Flow
command = { type = construct which = radar_station where = 5 value = 1 }
command = { type = construct which = flak where = 5 value = 1 }
command = { type = build_division which = interceptor }
}
action_b = {
ai_chance = 30 # Defend the fleet at sea
command = { type = build_division which = light_cruiser }
}
action_c = {
ai_chance = 10 # Rely on the RAF to protect the major Naval Bases
command = { type = build_division which = interceptor }
command = { type = construct which = radar_station where = 5 value = 1 }
command = { type = construct which = flak where = 5 value = 1 }
command = { type = construct which = radar_station where = 21 value = 1 }
command = { type = construct which = flak where = 21 value = 1 }
command = { type = construct which = radar_station where = 23 value = 1 }
command = { type = construct which = flak where = 23 value = 3 }
}
last line should be
command = { type = construct which = flak where = 23 value = 1 }
Upvote
0