I assume you meant that event pasted below.
Straight from the eventcode:
- Germany must be at war with UK, US and USSR
- Germans can't be occupying Moscow or Stalingrad
- Germans must still control Berlin
- Event can fire between Jan 1943 - May 1945 (25% chance every 4 days)
So it'll still fire if you're commie, but achieving that between '43-'45
and being at war with WAllies and Soviets would be weird to say the least I suppose.
#########################################
# Guerre Totale GER par FT
#########################################
event = {
id = 2081
random = no
country = GER
trigger = {
war = { country = GER country = ENG }
war = { country = GER country = USA }
war = { country = GER country = SOV }
NOT = { control = { province = 175 data = GER } }
NOT = { control = { province = 163 data = GER } }
control = { province = 300 data = GER }
random = 25
}
name = "Wollt ihr den totalen Krieg ?"
desc = "EVT_2081_DESC"
style = 0
picture = "guerre_totale"
date = { day = 1 month = january year = 1943 }
offset = 4
deathdate = { day = 30 month = may year = 1945 }
action_a = {
ai_chance = 100
name = "JAAA !"
command = { type = manpowerpool value = 300 }
command = { type = domestic which = free_market value = -3 }
command = { type = industrial_modifier which = total value = 7 }
command = { type = dissent value = 7 }
command = { type = gain_tech which = 5580 } # v1 et v2
command = { type = gain_tech which = 5590 }
command = { type = armamentminister which = 86 } # Speer
command = { type = task_efficiency which = strat_redeploy value = 0.2 }
command = { type = setflag which = GER_Guerre_Totale }
command = { type = songs which = TotalenKrieg.txt }
}
action_b = {
ai_chance = 0
name = "Nein..."
command = { }
}
}