Gjerg Kastrioti said:
If Japan takes choice, A the totally ahistorical "Let's create a united china with the same tech and more troops than we have" option, Japan gets massive belligerence, and triggers all US gears within a few months.
No, it does not trigger all US gear events. It triggers 3 of 4, taking USA down to a 10% peacetime penalty and keeping it at peacetime CG demand.
Gearup #1:
trigger = {
atwar = no
OR = {
belligerence = { country = SOV value = 35 }
belligerence = { country = GER value = 35 }
belligerence = { country = JAP value = 40 }
NOT = { control = { province = 19 data = ENG } } # London
NOT = { control = { province = 56 data = FRA } } # Paris
NOT = { control = { province = 175 data = SOV } } # Moscow
NOT = { control = { province = 515 data = ITA } } # Rome
NOT = { control = { province = 300 data = GER } } # Berlin
Canadian territory occupied
Mexico, Brazil attacked/Axis
war = { country = ENG country = SOV }
war = { country = ENG country = JAP }
war = { country = JAP country = HOL }
}
random = 15
}
date = { day = 0 month = january year = 1936 }
offset = 5
deathdate = { day = 29 month = december year = 1953 }
action_a = {
...
command = { type = peacetime_ic_mod value = 25 }
...
}
}
Gearup #2
....
trigger = {
event = 56
atwar = no
OR = {
axis = 408 # axis holds at least X vp ('41 GC +30% VP)
comintern = 263 # comintern holds at least X vp ('41 GC +30% VP)
belligerence = { country = GER value = 50 }
belligerence = { country = JAP value = 50 }
belligerence = { country = SOV value = 50 }
Canadian territory occupied
Mexico, Brazil Axis/ under attack
}
random = 10
}
date = { day = 0 month = january year = 1936 }
offset = 5
deathdate = { day = 29 month = december year = 1953 }
action_a = {
...
command = { type = domestic which = interventionism value = 1 }
command = { type = peacetime_ic_mod value = 15 }
...
}
}
Gearup #3
trigger = {
event = 57
atwar = no
OR = {
axis = 471 # axis holds at least X vp ('41 GC +50% VP)
comintern = 303 # comintern holds at least X vp ('41 GC +50% VP)
belligerence = { country = GER value = 60 }
belligerence = { country = JAP value = 70 }
belligerence = { country = SOV value = 70 }
Canada, the Danish possessions, Mexico or the carribean occupied
}
random = 20
}
date = { day = 1 month = january year = 1936 }
offset = 15
deathdate = { day = 29 month = december year = 1953 }
action_a = {
...
command = { type = peacetime_ic_mod value = 15 }
...
}
}
}
Gearup #4
trigger = {
atwar = no
OR = {
Canada, the Danish possessions, or the carribean occupied
Portugal, Argentina, Mexico, Brazil, Columbia, Venezuela, or Cuba controlled by Axis
random = 20
}
date = { day = 1 month = january year = 1936 }
offset = 15
deathdate = { day = 29 month = december year = 1953 }
action_a = {
ai_chance = 90
...
command = { type = domestic which = interventionism value = 1 }
command = { type = peacetime_ic_mod value = 10 }
...
}