Well i was playing a Rep.Spain game planning on joining the Conterim after i won the civil war well the communist coup event didn't fire so i manually fired it and game me and soviet union 100 relations still couldn't ally with them so i plan on editing the communist coup event so it will fire and creating some other events to like one which will make me ally with Brazil then one that makes Soviet Union ally with the both of us if thats possible.
CAN SOMEONE HELP I JUST GOT THE GAME DURING THE SALE.
Here is the order i want the events to fire.
1. Communist Coup
2. Rep.Spain allies with Brazil
3.Soviet Union allies with Rep.Spain and Brazil...
So far i got these two events made/edit and was woundering if they would work and woundering how should i make the last one.....
PS: ON RELATIONS WHAT IS THE HIGHEST VALUE IS IT 200?
CAN SOMEONE HELP I JUST GOT THE GAME DURING THE SALE.
Here is the order i want the events to fire.
1. Communist Coup
2. Rep.Spain allies with Brazil
3.Soviet Union allies with Rep.Spain and Brazil...
So far i got these two events made/edit and was woundering if they would work and woundering how should i make the last one.....
PS: ON RELATIONS WHAT IS THE HIGHEST VALUE IS IT 200?
Code:
#########################################################################
# COMRADES WHO STAND TOGETHER DIE TOGETHER
#########################################################################
event = {
id = 9000
random = no
country = SPR
name = "EVT_9000_NAME"
desc = "EVT_9000_DESC"
style = 0
picture = "Comunista"
trigger = {
event = 3101
government = communist
ideology = = left_wing_radical
atwar = no
NOT = {
government = democracy
exists = SPA}
}
}
action_a = {
name = "OK"
command = {type = set_relation which = SOV value = 150 }
command = {type = set_relation which = BRA value = 150 }
command = {type = alliance which = BRA }
command = {type = set_domestic which = interventionism value = 8}
}
}
#########################################################################
# Communist Coup - Anarchist movement crushed
#########################################################################
event = {
id = 3101
random = no
country = SPR
name = "EVT_3101_NAME"
desc = "EVT_3101_DESC"
style = 0
picture = "Partisan_revolt"
trigger = {
government = democratic
ideology = {social_liberal or social_democrat}
atwar=no
date = { day = 3 month = april year = 1937 }
NOT = {
government = communist
exists = SPA}
}
}
action_a = {
name = "OK"
command = { type = set_domestic which = democratic value = 5 }
command = { type = set_domestic which = political_left value = 9 }
command = { type = revolt which = 357 } #Barcelona Uprising-Pending balancing
command = { type = headofstate which = 11046 }
command = { type = headofgovernment which = 11060 }
command = { type = foreignminister which = 11092 }
command = { type = armamentminister which = 11134 }
command = { type = ministerofsecurity which = 11176 }
command = { type = ministerofintelligence which = 11217 }
command = { type = chiefofstaff which = 11247 }
command = { type = chiefofarmy which = 11277 }
command = { type = chiefofnavy which = 11305 }
command = { type = chiefofair which = 11010 }
command = { type = domestic which = freedom value = -1 }
command = { type = relation which = SOV value = 40 }
command = { type = relation which = BRA value = 20 }
command = { type = relation which = ENG value = -10 }
command = { type = relation which = FRA value = -10 }
command = { type = relation which = GER value = -20 }
command = { type = relation which = ITA value = -20 }
command = { type = relation which = USA value = -5 }
command = { type = relation which = POR value = -15 }
command = { type = dissent value = 10 }
command = { type = sleepleader which = 3007 }
command = { type = sleepleader which = 3050 }
}
}
Last edited: