###############################
###More spheres of influence
###############################
###############################
### England AI controlled?
###############################
event = {
id = 1502
random = no
country = ENG
trigger = { ai = yes }
name = "AI_Event"
desc = " "
style = 0
date = { day = 1 month = january year = 1936 }
action_a = {}
}
###############################
### Soviets AI controlled?
###############################
event = {
id = 1503
random = no
country = SOV
trigger = { ai = yes }
name = "AI_Event"
desc = " "
style = 0
date = { day = 1 month = january year = 1936 }
action_a = {}
}
########################################
### is USA ai controlled
########################################
event = {
id = 1504
random = no
country = USA
trigger = { ai = yes }
name = "AI_Event"
desc = " "
style = 0
date = { day = 1 month = january year = 1936 }
action_a = {}
}
#########################################
## Yugoslavia can join the Allies
#########################################
event = {
id = 1505
random = no
country = YUG
trigger = {
event = 1502
ai = yes
random = 20
OR = {
war = { country = YUG country = GER }
war = { country = YUG country = ITA }
}
NOT = {
OR = {
alliance = { country = YUG country = GER }
alliance = { country = YUG country = SOV }
alliance = { country = YUG country = ENG }
ispuppet = GER
ispuppet = ITA
ispuppet = SOV
ispuppet = ENG
}
}
}
name = "AI_Event"
desc = " "
style = 0
date = { day = 1 month = january year = 1936 }
offset = 7 # Check for trigger conditions every seven days
deathdate = { day = 1 month = august year = 1939 }
action_a = {
command = { type = alliance which = ENG }
}
}
######################################
## Greece can join the Allies
######################################
event = {
id = 1506
random = no
country = GRE
trigger = {
event = 1502
ai = yes
random = 20
OR = {
war = { country = GRE country = GER }
war = { country = GRE country = ITA }
}
NOT = {
OR = {
alliance = { country = GRE country = GER }
alliance = { country = GRE country = SOV }
alliance = { country = GRE country = ENG }
ispuppet = GER
ispuppet = ITA
ispuppet = SOV
ispuppet = ENG
}
}
}
name = "AI_Event"
desc = " "
style = 0
date = { day = 1 month = january year = 1936 }
offset = 7 # Check for trigger conditions every seven days
deathdate = { day = 1 month = august year = 1945 } ####GRE alliance chance doesn´t run out
action_a = {
command = { type = alliance which = ENG }
}
}
#############################################
### Turkey can join the Allies
#############################################
event = {
id = 1507
random = no
country = TUR
trigger = {
event = 1502
ai = yes
random = 20
OR = {
war = { country = TUR country = GER }
war = { country = TUR country = ITA }
war = { country = TUR country = SOV }
}
NOT = {
OR = {
alliance = { country = TUR country = GER }
alliance = { country = TUR country = SOV }
alliance = { country = TUR country = ENG }
ispuppet = GER
ispuppet = ITA
ispuppet = SOV
ispuppet = ENG
}
}
}
name = "AI_Event"
desc = " "
style = 0
date = { day = 1 month = january year = 1936 }
offset = 7 # Check for trigger conditions every seven days
deathdate = { day = 1 month = august year = 1939 }
action_a = {
command = { type = alliance which = ENG }
}
}
###########################################
### Bulgaria can join the Allies
###########################################
event = {
id = 1508
random = no
country = BUL
trigger = {
event = 1502
ai = yes
random = 20
OR = {
war = { country = BUL country = GER }
war = { country = BUL country = ITA }
war = { country = BUL country = SOV }
}
NOT = {
OR = {
alliance = { country = BUL country = GER }
alliance = { country = BUL country = SOV }
alliance = { country = BUL country = ENG }
ispuppet = GER
ispuppet = ITA
ispuppet = SOV
ispuppet = ENG
}
}
}
name = "AI_Event"
desc = " "
style = 0
date = { day = 1 month = january year = 1936 }
offset = 7 # Check for trigger conditions every seven days
deathdate = { day = 1 month = august year = 1939 }
action_a = {
command = { type = alliance which = ENG }
}
}
#########################################
### Romania can join the Comintern
#########################################
event = {
id = 1509
random = no
country = ROM
trigger = {
event = 1503 #SOV AI
ai = yes
random = 20
OR = {
war = { country = ROM country = GER }
war = { country = ROM country = ITA }
}
NOT = {
OR = {
alliance = { country = ROM country = GER }
alliance = { country = ROM country = SOV }
alliance = { country = ROM country = ENG }
ispuppet = GER
ispuppet = ITA
ispuppet = SOV
ispuppet = ENG
}
}
}
name = "AI_Event"
desc = " "
style = 0
date = { day = 1 month = january year = 1936 }
offset = 7 # Check for trigger conditions every seven days
deathdate = { day = 1 month = august year = 1939 }
action_a = {
command = { type = alliance which = SOV }
}
}
###################################################################
### Germany goes to war with Benito if Austria is threatened
###################################################################
event = {
id = 1510
random = no
country = GER
trigger = {
ai = yes
war = { country = ITA country = AUS }
NOT = {
alliance = { country = ITA country = GER }
}
}
name = "AI_Event"
desc = " "
style = 0
date = { day = 1 month = january year = 1936 }
offset = 7 # Check for trigger conditions every seven days
deathdate = { day = 1 month = august year = 1938 }
action_a = {
command = { type = war which = ITA }
}
}
###################################################################
### Germany stands by Poland if USSR gets expansionist (part I)
###################################################################
event = {
id = 1511
random = no
country = GER
trigger = {
ai = yes
war = { country = POL country = SOV }
NOT = {
alliance = { country = SOV country = GER }
alliance = { country = POL country = GER }
alliance = { country = POL country = ENG }
ispuppet = GER
ispuppet = ITA
ispuppet = ENG
}
}
name = "AI_Event"
desc = " "
style = 0
date = { day = 1 month = january year = 1936 }
offset = 7 # Check for trigger conditions every seven days
deathdate = { day = 1 month = august year = 1938 }
action_a = {
command = { type = alliance which = POL }
}
}
##################################################################
### Germany stands by Poland if USSR gets expansionist (part II)
##################################################################
event = {
id = 1512
random = no
country = GER
trigger = {
ai = yes
war = { country = POL country = SOV }
NOT = {
alliance = { country = SOV country = GER }
alliance = { country = POL country = SOV }
alliance = { country = POL country = ENG }
ispuppet = SOV
ispuppet = ITA
ispuppet = ENG
}
}
name = "AI_Event"
desc = " "
style = 0
date = { day = 1 month = january year = 1936 }
offset = 7 # Check for trigger conditions every seven days
deathdate = { day = 1 month = august year = 1938 }
action_a = {
command = { type = alliance which = POL }
}
}
#######################################
### Hungary can join the Comintern
#######################################
event = {
id = 1513
random = no
country = HUN
trigger = {
event = 1503 #SOV AI
ai = yes
random = 20
OR = {
war = { country = HUN country = GER }
war = { country = HUN country = ITA }
}
NOT = {
OR = {
alliance = { country = HUN country = GER }
alliance = { country = HUN country = SOV }
alliance = { country = HUN country = ENG }
ispuppet = GER
ispuppet = ITA
ispuppet = SOV
ispuppet = ENG
}
}
}
name = "AI_Event"
desc = " "
style = 0
date = { day = 1 month = january year = 1936 }
offset = 7 # Check for trigger conditions every seven days
deathdate = { day = 1 month = august year = 1939 }
action_a = {
command = { type = alliance which = SOV }
}
}
Wyszukiwarka
Podobne podstrony:
db increased spheresMetal Hollow Sphere Structures characteristicsita sphereSpheresphereideal sphere3usa spherepercent of increasesphereDetailIncrease in pre shock pause caused by drug administration before defibrillationeng sphereTips For Increasing Reading SpeedHow To Naturally Increase your HeightDawkins Skeptic How Evolution Increases Information In The Genomewięcej podobnych podstron