# Eventos para Choque de trenes ######################################################################### # Aumentar la producción de Canada y disminuir la de Uk ######################################################################### event = { id = 65001 random = no country = CAN trigger={ai=no} name = "Aumento de Ci de Canada para que sea jugable" desc = "Se aumenta en 20 de ci base a canada quedandose en 53 de Ci base" style = 0 picture = "factory" date = { day = 2 month = september year = 1960 } offset = 1 deathdate = { day = 10 month = september year = 1960 } action_a = { name = "Aumento de fabricas" # Es lo que hay command = { type = supplies value = 1500 } command = { type = oilpool value = 1000 } command = { type = metalpool value = 1000 } command = { type = rarematerialspool value = 1000 } command = { type = energypool value = 1000 } command = { type = construct which = ic where = 585 value = 5 } # MONTREAL command = { type = construct which = ic where = 588 value = 5 } # OTTAWA command = { type = construct which = ic where = 589 value = 5 } # TORONTO command = { type = construct which = ic where = 591 value = 5 } # KINGSTON } } event = { id = 65002 random = no country = ENG trigger={event = 65001} name = "Traslado de Fabricas a Canada" desc = "Se pasan 20 fabricas de Uk a Canada." style = 0 picture = "factory" date = { day = 1 month = september year = 1960 } offset = 1 deathdate = { day = 2 month = september year = 1960 } action_a = { name = "Aceptar" ai_chance = 100 command = { type = free_ic value = -20 } } } ############################################################################### # BARRAS DE LIBRE MERCADO PARA CANADA , UK Y USA ############################################################################### event = { id = 65003 random = no country = CAN persistent= yes trigger = { ai=no NOT={domestic ={ type = free_market value = 10}} } name = "Barra de LIBRE MERCADO (CANADA)" desc = "El Canadiense tendrá siempre la barra de libre mercado a tope." style = 0 date = { day = 1 month = january year = 1936 } offset = 10 deathdate = { day = 30 month = december year = 1953 } action_a = { name = "Aceptar" command = { type = domestic which = free_market value = 10 } } } event = { id = 65004 random = no country = USA persistent= yes trigger = { domestic ={ type = free_market value = 10} } name = "Barra de LIBRE MERCADO (USA)" desc = "El Useño tendrá siempre la barra de libre mercado por debajo de 9." style = 0 date = { day = 1 month = january year = 1936 } offset = 1 deathdate = { day = 30 month = december year = 1953 } action_a = { name = "Aceptar" command = { type = set_domestic which = free_market value = 8 } } } event = { id = 65005 random = no country = USA persistent= yes trigger = { and={ domestic ={ type = free_market value = 9} not={domestic ={ type = free_market value = 10}} } } name = "Barra de LIBRE MERCADO (USA)" desc = "El Useño tendrá siempre la barra de libre mercado por debajo de 9." style = 0 date = { day = 1 month = january year = 1936 } offset = 1 deathdate = { day = 30 month = december year = 1953 } action_a = { name = "Aceptar" command = { type = set_domestic which = free_market value = 8 } } } event = { id = 65006 random = no country = ENG persistent= yes trigger = { domestic ={ type = free_market value = 10} } name = "Barra de LIBRE MERCADO (UK)" desc = "El Ukeño tendrá siempre la barra de libre mercado por debajo de 9." style = 0 date = { day = 1 month = january year = 1936 } offset = 1 deathdate = { day = 30 month = december year = 1953 } action_a = { name = "Aceptar" command = { type = set_domestic which = free_market value = 8 } } } event = { id = 65007 random = no country = ENG persistent= yes trigger = { and={ domestic ={ type = free_market value = 9} not={domestic ={ type = free_market value = 10}} } } name = "Barra de LIBRE MERCADO (UK)" desc = "El Ukeño tendrá siempre la barra de libre mercado por debajo de 9." style = 0 date = { day = 1 month = january year = 1936 } offset = 1 deathdate = { day = 30 month = december year = 1953 } action_a = { name = "Aceptar" command = { type = set_domestic which = free_market value = 8} } } ########################################################################################### # Intremento del dinero de Suiza ########################################################################################### event = { id = 65008 random = no country = SCH persistent=yes trigger = { random = 30 NOT = { OR = { war = { country = SUI country = GER } war = { country = SUI country = ITA } } } } name = "El Banco Suizo" desc = "Incrementa su caudal de dinero" style = 0 picture = "economic" date = { day = 10 month = january year = 1960 } offset = 10 deathdate = { day = 29 month = december year = 1960 } action_a = { name = "Aceptar" # Es lo que hay ai_chance = 100 command = { type = money value = 10 } } } event = { id = 65009 random = no country = SCH persistent=yes trigger = { random = 10 NOT = { OR = { war = { country = SUI country = GER } war = { country = SUI country = ITA } } } } name = "El Banco Suizo aporta al regimen Nazi" desc = "Un donativo sustancioso." style = 0 picture = "economic" date = { day = 10 month = january year = 1960 } offset = 20 deathdate = { day = 29 month = december year = 1960 } action_a = { name = "Aceptar" # Es lo que hay ai_chance = 100 command = { type = money value = -150 } command = { type = trigger which = 65010 } } } event = { id = 65010 random = no country = ger persistent=yes trigger = { supplies = 1500 } name = "El Banco Suizo dona a Alemania" desc = "Incrementa su caudal de dinero suizo" style = 0 picture = "economic" #date = { day = 10 month = january year = 1960 } #offset = 30 #deathdate = { day = 29 month = december year = 1960 } action_a = { name = "Aceptar" # ai_chance = 80 command = { type = money value = 150 } command = { type = supplies value = -1500 } command = { type = trigger which = 65011 } } action_b = { name = "Rechazar" # ai_chance = 20 command = { type = trigger which = 65018 } } } event = { id = 65011 random = no country = SCH persistent=yes name = "Comercio de Suministros" desc = "Incrementa su caudal suministros" style = 0 picture = "economic" action_a = { name = "Aceptar" # ai_chance = 100 command = { type = supplies value = 1500 } } } event = { id = 65018 random = no country = SCH persistent=yes name = "El dinero ofrecido es recuperado a las Arcas Suizas" desc = "Se devuelve el dinero al banco suizo." style = 0 picture = "economic" action_a = { name = "Aceptar" # Es lo que hay ai_chance = 100 command = { type = money value = 350 } } } event = { id = 65019 random = no country = SCH trigger = { OR = { war = { country = SUI country = GER } war = { country = SUI country = ITA } war = { country = SUI country = SPN } } } date = { day = 10 month = january year = 1936 } offset = 10 deathdate = { day = 29 month = december year = 1947 } name="Las divisas Suizas escapan ante la guerra contra el Eje" desc="Ante la inminente guerra que se mascaba en el pais helvético, el gobierno Suizo ordenó que todas sus divisas fueran a los paises aliados." style = 0 picture = "economic" action_a = { name = "Aceptar" # Es lo que hay ai_chance = 100 command = { type = sleepevent which = 65008 } command = { type = sleepevent which = 65009 } command = { type = sleepevent which = 65010 } command = { type = sleepevent which = 65011 } command = { type = sleepevent which = 65018 } command = { type = money value = -5000 } command = { type = supplies value = -5000 } command = { type = trigger which = 65020 } } } event = { id = 65020 random = no country = ENG name="Las divisas Suizas llegan al Reino Unido." desc="Ante la inminente guerra que se mascaba en el pais helvético, el gobierno Suizo ordenó que todas sus divisas fueran al Reino Unido." style = 0 picture = "economic" action_a = { name = "Aceptar" # Es lo que hay ai_chance = 100 command = { type = money value = 1000 } command = { type = supplies value = 3000 } } } event = { id = 65021 random = no country = SCH trigger = { control = { province = 533 data = GER }# Reclamación de Zurich } date = { day = 10 month = january year = 1936 } offset = 10 deathdate = { day = 29 month = december year = 1947 } name="Las divisas Suizas escapan del dominio del Eje" desc="Ante la inminente guerra que se mascaba en el pais helvético, el gobierno Suizo ordenó que todas sus divisas fueran a los paises aliados. Y sobre todo por la reclamación injusta de Zürich" style = 0 picture = "economic" action_a = { name = "Aceptar" # Es lo que hay ai_chance = 100 command = { type = sleepevent which = 65008 } command = { type = sleepevent which = 65009 } command = { type = sleepevent which = 65010 } command = { type = sleepevent which = 65011 } command = { type = sleepevent which = 65018 } command = { type = money value = -5000 } command = { type = supplies value = -5000 } command = { type = trigger which = 65020 } } } ######################################################################### # RECLAMAR LOS PAISES BALTICOS POR PARTE SOVIETICA ######################################################################### event = { id = 65012 random = no country = SOV persistent=yes name = "Reclamación de Lituania" desc = "Despues del Pacto Molotov-Ribbentrop los soviéticos se ve con las manos libres para invadir pacificamente Lituania." style = 0 trigger = { random= 60 event = 2013 # The Molotov-Ribbentrop Pact - Historical Outcome event = 101 # The Molotov-Ribbentrop Pact - Eastern Poland to Soviets exists = LIT } date = { day = 15 month = september year = 1939 } offset = 10 deathdate = { day = 30 month = abril year = 1940 } action_a = { name = "Aceptar" ai_chance = 96 command = { type = belligerence which = SOV value = 5 } command = { type = supplies value = 500 } command = { type = sleepevent which = 65012 } command = { type = money value = -250 } command = { type = trigger which = 65015 } } action_b = { name = "Mas tarde, para otra vez" ai_chance = 1 command = { } } action_c = { name = "No nos interesa reclarmarlo" ai_chance = 2 command = { type = sleepevent which = 65012 } } } event = { id = 65013 random = no country = SOV persistent=yes name = "Reclamación de Letonia" desc = "Despues del Pacto Molotov-Ribbentrop los soviéticos se ve con las manos libres para invadir pacificamente Letonia." style = 0 trigger = { random= 60 event = 2013 # The Molotov-Ribbentrop Pact - Historical Outcome event = 101 # The Molotov-Ribbentrop Pact - Eastern Poland to Soviets exists = LAT } date = { day = 15 month = september year = 1939 } offset = 10 deathdate = { day = 30 month = abril year = 1940 } action_a = { name = "Aceptar" ai_chance = 96 command = { type = belligerence which = SOV value = 5 } command = { type = supplies value = 500 } command = { type = sleepevent which = 65013 } command = { type = money value = -250 } command = { type = trigger which = 65016 } } action_b = { name = "Mas tarde, para otra vez" ai_chance = 1 command = { } } action_c = { name = "No nos interesa reclarmarlo" ai_chance = 2 command = { type = sleepevent which = 65013 } } } event = { id = 65014 random = no country = SOV persistent=yes name = "Reclamación de Estonia" desc = "Despues del Pacto Molotov-Ribbentrop los soviéticos se ve con las manos libres para invadir pacificamente Estonia." style = 0 trigger = { random= 60 event = 2013 # The Molotov-Ribbentrop Pact - Historical Outcome event = 101 # The Molotov-Ribbentrop Pact - Eastern Poland to Soviets exists = EST } date = { day = 15 month = september year = 1939 } offset = 10 deathdate = { day = 30 month = abril year = 1940 } action_a = { name = "Aceptar" ai_chance = 96 command = { type = belligerence which = SOV value = 5 } command = { type = supplies value = 500 } command = { type = sleepevent which = 65014 } command = { type = money value = -250 } command = { type = trigger which = 65017 } } action_b = { name = "Mas tarde, para otra vez" ai_chance = 1 command = { } } action_c = { name = "No nos interesa reclarmarlo" ai_chance = 2 command = { type = sleepevent which = 65014 } } } event = { id = 65015 random = no country = LIT name = "Lituania acepta una anexión incondicinal" desc = "Después del Pacto Molotov-Ribbentrop los soviéticos se ve con las manos libres para invadir pacificamente Lituania y el gobierno lituano viendose impotente y solo ante la comunidad internacional y sobre todo ante la negativa alemana de ayudarles se ve obligado a claudicar ante lso sovieticos" style = 0 action_a = { name = "Aceptar" ai_chance = 100 command = { type = leave_alliance } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = secedeprovince which = SOV value = 207 } #KAUNAS command = { type = secedeprovince which = SOV value = 577 } #SIAULIAI command = { type = secedeprovince which = SOV value = 511 }#ALYTUS } } event = { id = 65016 random = no country = LAT name = "Letonia acepta una anexión incondicinal" desc = "Después del Pacto Molotov-Ribbentrop los soviéticos se ve con las manos libres para invadir pacificamente Letonia y el gobierno leton viendose impotente y solo ante la comunidad internacional y sobre todo ante la negativa alemana de ayudarles se ve obligado a claudicar ante lso sovieticos" style = 0 action_a = { name = "Aceptar" ai_chance = 100 command = { type = leave_alliance } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = secedeprovince which = SOV value = 197 } #RIGA command = { type = secedeprovince which = SOV value = 198 } #GULBENE command = { type = secedeprovince which = SOV value = 202 } #DAGAUPULIS command = { type = secedeprovince which = SOV value = 205 } #MAZIRBE command = { type = secedeprovince which = SOV value = 204 } #JELGAVA command = { type = secedeprovince which = SOV value = 203 } #JEKAPILS } } event = { id = 65017 random = no country = EST name = "Estonia acepta una anexión incondicinal" desc = "Después del Pacto Molotov-Ribbentrop los soviéticos se ve con las manos libres para invadir pacificamente Estonia y el gobierno estonio viendose impotente y solo ante la comunidad internacional y sobre todo ante la negativa alemana de ayudarles se ve obligado a claudicar ante lso sovieticos" style = 0 action_a = { name = "Aceptar" ai_chance = 100 command = { type = leave_alliance } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = delete_unit which = -1 } command = { type = secedeprovince which = SOV value = 194 } #TALLIN command = { type = secedeprovince which = SOV value = 193 } #NARVA command = { type = secedeprovince which = SOV value = 195 } #TARTU command = { type = secedeprovince which = SOV value = 196 } #PARNU command = { type = secedeprovince which = SOV value = 199 } #VORU } } ######################################################################### # Preparación para la guerra de Canada ######################################################################### event = { id = 65022 random = no country = CAN trigger={ random = 15 ai = no event = 2001 } name = "Preparación para la guerra ante el Anschluss " desc = "Se libera el 10% de su ci y aumenta su manpower" style = 0 picture = "factory" date = { day = 2 month = september year = 1960 } offset = 20 deathdate = { day = 10 month = september year = 1960 } action_a = { name = "Aumento de produccion" # Es lo que hay command = { type = peacetime_ic_mod value = 10 } command = { type = manpowerpool value = 10 } } } event = { id = 65023 random = no country = CAN trigger={ random = 15 ai = no event = 2003 } name = "Preparación para la guerra ante los Sudettes " desc = "Se libera el 10% de su ci y aumenta su manpower" style = 0 picture = "factory" date = { day = 2 month = september year = 1960 } offset = 20 deathdate = { day = 10 month = september year = 1960 } action_a = { name = "Aumento de produccion" # Es lo que hay command = { type = peacetime_ic_mod value = 10 } command = { type = manpowerpool value = 10 } } } event = { id = 65024 random = no country = CAN trigger={ random = 15 ai = no or = { event = 2006 #creacion de eslovaquia event = 2011 #parte a hungria } } name = "Preparación para la guerra ante la anexión de Checoslovaquia " desc = "Se libera el 10% de su ci y aumenta su manpower" style = 0 picture = "factory" date = { day = 2 month = september year = 1960 } offset = 20 deathdate = { day = 10 month = september year = 1960 } action_a = { name = "Aumento de produccion" # Es lo que hay command = { type = peacetime_ic_mod value = 10 } command = { type = manpowerpool value = 10 } } } event = { id = 65025 random = no country = CAN trigger={ random = 15 ai = no or = { event = 2600 #Pacto Molotov-Ribbentrop event = 2601 #Pacto Molotov-Ribbentrop } } name = "Preparación para la guerra ante el PActo Mototov-Ribbentrop " desc = "Se libera el 10% de su ci y aumenta su manpower" style = 0 picture = "factory" date = { day = 2 month = september year = 1960 } offset = 20 deathdate = { day = 10 month = september year = 1960 } action_a = { name = "Aumento de produccion" # Es lo que hay command = { type = peacetime_ic_mod value = 10 } command = { type = manpowerpool value = 10 } } } ######################################################################### # Sin partisanos en Arabia ######################################################################### event = { id = 65026 random = no country = ITA trigger = { NOT = { exists = SAU } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1805 value = -20 } command = { type = province_revoltrisk which = 1818 value = -20 } } } event = { id = 65027 random = no country = GER trigger = { NOT = { exists = SAU } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1805 value = -20 } command = { type = province_revoltrisk which = 1818 value = -20 } } } event = { id = 65028 random = no country = JAP trigger = { NOT = { exists = SAU } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1805 value = -20 } command = { type = province_revoltrisk which = 1818 value = -20 } } } event = { id = 65029 random = no country = ENG trigger = { NOT = { exists = SAU } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1805 value = -20 } command = { type = province_revoltrisk which = 1818 value = -20 } } } ######################################################################### # Sin partisanos en Iraq ######################################################################### event = { id = 65030 random = no country = ITA trigger = { NOT = { exists = IRQ } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1791 value = -20 } command = { type = province_revoltrisk which = 1806 value = -20 } } } event = { id = 65031 random = no country = GER trigger = { NOT = { exists = IRQ } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1791 value = -20 } command = { type = province_revoltrisk which = 1806 value = -20 } } } event = { id = 65032 random = no country = ENG trigger = { NOT = { exists = IRQ } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1791 value = -20 } command = { type = province_revoltrisk which = 1806 value = -20 } } } event = { id = 65033 random = no country = JAP trigger = { NOT = { exists = IRQ } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1791 value = -20 } command = { type = province_revoltrisk which = 1806 value = -20 } } } event = { id = 65034 random = no country = USA trigger = { NOT = { exists = IRQ } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1791 value = -20 } command = { type = province_revoltrisk which = 1806 value = -20 } } } event = { id = 65035 random = no country = SOV trigger = { NOT = { exists = IRQ } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1791 value = -20 } command = { type = province_revoltrisk which = 1806 value = -20 } } } ######################################################################### # Sin partisanos en Australia ######################################################################### event = { id = 65036 random = no country = JAP trigger = { NOT = { exists = AST } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1714 value = -20 } command = { type = province_revoltrisk which = 1715 value = -20 } command = { type = province_revoltrisk which = 1719 value = -20 } command = { type = province_revoltrisk which = 1716 value = -20 } command = { type = province_revoltrisk which = 1705 value = -20 } command = { type = province_revoltrisk which = 1720 value = -20 } } } event = { id = 65037 random = no country = ENG trigger = { NOT = { exists = AST } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1714 value = -20 } command = { type = province_revoltrisk which = 1715 value = -20 } command = { type = province_revoltrisk which = 1719 value = -20 } command = { type = province_revoltrisk which = 1716 value = -20 } command = { type = province_revoltrisk which = 1705 value = -20 } command = { type = province_revoltrisk which = 1720 value = -20 } } } event = { id = 65038 random = no country = GER trigger = { NOT = { exists = AST } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1714 value = -20 } command = { type = province_revoltrisk which = 1715 value = -20 } command = { type = province_revoltrisk which = 1719 value = -20 } command = { type = province_revoltrisk which = 1716 value = -20 } command = { type = province_revoltrisk which = 1705 value = -20 } command = { type = province_revoltrisk which = 1720 value = -20 } } } event = { id = 65039 random = no country = USA trigger = { NOT = { exists = AST } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1714 value = -20 } command = { type = province_revoltrisk which = 1715 value = -20 } command = { type = province_revoltrisk which = 1719 value = -20 } command = { type = province_revoltrisk which = 1716 value = -20 } command = { type = province_revoltrisk which = 1705 value = -20 } command = { type = province_revoltrisk which = 1720 value = -20 } } } event = { id = 65040 random = no country = ITA trigger = { NOT = { exists = AST } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1714 value = -20 } command = { type = province_revoltrisk which = 1715 value = -20 } command = { type = province_revoltrisk which = 1719 value = -20 } command = { type = province_revoltrisk which = 1716 value = -20 } command = { type = province_revoltrisk which = 1705 value = -20 } command = { type = province_revoltrisk which = 1720 value = -20 } } } event = { id = 65041 random = no country = SOV trigger = { NOT = { exists = AST } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1714 value = -20 } command = { type = province_revoltrisk which = 1715 value = -20 } command = { type = province_revoltrisk which = 1719 value = -20 } command = { type = province_revoltrisk which = 1716 value = -20 } command = { type = province_revoltrisk which = 1705 value = -20 } command = { type = province_revoltrisk which = 1720 value = -20 } } } ######################################################################### # Sin partisanos en Brasil ######################################################################### event = { id = 65042 random = no country = JAP trigger = { NOT = { exists = BRA } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 822 value = -20 } command = { type = province_revoltrisk which = 823 value = -20 } command = { type = province_revoltrisk which = 820 value = -20 } command = { type = province_revoltrisk which = 824 value = -20 } command = { type = province_revoltrisk which = 825 value = -20 } command = { type = province_revoltrisk which = 872 value = -20 } command = { type = province_revoltrisk which = 826 value = -20 } command = { type = province_revoltrisk which = 878 value = -20 } } } event = { id = 65043 random = no country = GER trigger = { NOT = { exists = BRA } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 822 value = -20 } command = { type = province_revoltrisk which = 823 value = -20 } command = { type = province_revoltrisk which = 820 value = -20 } command = { type = province_revoltrisk which = 824 value = -20 } command = { type = province_revoltrisk which = 825 value = -20 } command = { type = province_revoltrisk which = 872 value = -20 } command = { type = province_revoltrisk which = 826 value = -20 } command = { type = province_revoltrisk which = 878 value = -20 } } } event = { id = 65044 random = no country = ITA trigger = { NOT = { exists = BRA } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 822 value = -20 } command = { type = province_revoltrisk which = 823 value = -20 } command = { type = province_revoltrisk which = 820 value = -20 } command = { type = province_revoltrisk which = 824 value = -20 } command = { type = province_revoltrisk which = 825 value = -20 } command = { type = province_revoltrisk which = 872 value = -20 } command = { type = province_revoltrisk which = 826 value = -20 } command = { type = province_revoltrisk which = 878 value = -20 } } } event = { id = 65045 random = no country = ENG trigger = { NOT = { exists = BRA } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 822 value = -20 } command = { type = province_revoltrisk which = 823 value = -20 } command = { type = province_revoltrisk which = 820 value = -20 } command = { type = province_revoltrisk which = 824 value = -20 } command = { type = province_revoltrisk which = 825 value = -20 } command = { type = province_revoltrisk which = 872 value = -20 } command = { type = province_revoltrisk which = 826 value = -20 } command = { type = province_revoltrisk which = 878 value = -20 } } } event = { id = 65046 random = no country = USA trigger = { NOT = { exists = BRA } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 822 value = -20 } command = { type = province_revoltrisk which = 823 value = -20 } command = { type = province_revoltrisk which = 820 value = -20 } command = { type = province_revoltrisk which = 824 value = -20 } command = { type = province_revoltrisk which = 825 value = -20 } command = { type = province_revoltrisk which = 872 value = -20 } command = { type = province_revoltrisk which = 826 value = -20 } command = { type = province_revoltrisk which = 878 value = -20 } } } event = { id = 65047 random = no country = SOV trigger = { NOT = { exists = BRA } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 822 value = -20 } command = { type = province_revoltrisk which = 823 value = -20 } command = { type = province_revoltrisk which = 820 value = -20 } command = { type = province_revoltrisk which = 824 value = -20 } command = { type = province_revoltrisk which = 825 value = -20 } command = { type = province_revoltrisk which = 872 value = -20 } command = { type = province_revoltrisk which = 826 value = -20 } command = { type = province_revoltrisk which = 878 value = -20 } } } ######################################################################### # Sin partisanos en Tibet ######################################################################### event = { id = 65048 random = no country = JAP trigger = { NOT = { exists = TIB } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1448 value = -20 } command = { type = province_revoltrisk which = 1451 value = -20 } } } event = { id = 65049 random = no country = GER trigger = { NOT = { exists = TIB } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1448 value = -20 } command = { type = province_revoltrisk which = 1451 value = -20 } } } event = { id = 65050 random = no country = ITA trigger = { NOT = { exists = TIB } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1448 value = -20 } command = { type = province_revoltrisk which = 1451 value = -20 } } } event = { id = 65051 random = no country = ENG trigger = { NOT = { exists = TIB } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1448 value = -20 } command = { type = province_revoltrisk which = 1451 value = -20 } } } event = { id = 65052 random = no country = USA trigger = { NOT = { exists = TIB } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1448 value = -20 } command = { type = province_revoltrisk which = 1451 value = -20 } } } event = { id = 65053 random = no country = SOV trigger = { NOT = { exists = TIB } } name = "Esos partisanos no pintan nada" desc = "Vayanse partisanos" picture = "india" style = 0 date = { day = 0 month = january year = 1936 } offset = 1 deathdate = { day = 29 month = december year = 1953 } action_a = { name = "No hay partisanos en el desierto" # En los desiertos no hay partisanos hamijo command = { type = province_revoltrisk which = 1448 value = -20 } command = { type = province_revoltrisk which = 1451 value = -20 } } } event = { id = 65054 random = no country = ENG persistent= no trigger = { AI=NO domestic ={ type = free_market value = 8} NOT = { control = { province = 906 data = ENG } } #ALEJANDRIA NOT = { control = { province = 909 data = ENG } } #EL ALAMEIN NOT = { control = { province = 903 data = ENG } } #CAIRO NOT = { control = { province = 901 data = ENG } } #Quebec City NOT = { control = { province = 1494 data = ENG } } #KARACHI NOT = { control = { province = 1504 data = ENG } } #BOMBAY NOT = { control = { province = 1469 data = ENG } } #DELHI NOT = { control = { province = 1457 data = ENG } } #CALCUTA NOT = { control = { province = 1514 data = ENG } } #COCHIN OR = { AND= { NOT = { control = { province = 348 data = ENG } } #GIBRALTAR NOT = { control = { province = 900 data = ENG } } #SUEZ } AND= { NOT = { control = { province = 348 data = ENG } } #GIBRALTAR NOT = { control = { province = 1517 data = ENG } } #COLOMBO } AND= { NOT = { control = { province = 900 data = ENG } } #SUEZ NOT = { control = { province = 1517 data = ENG } } #COLOMBO } } } name = "Barra de LIBRE MERCADO (UK)" desc = "El Ukeño vuelve a tener la barra de libre comercio a 10." style = 0 date = { day = 1 month = june year = 1940 } offset = 1 deathdate = { day = 30 month = december year = 1953 } action_a = { name = "Aceptar" command = { type = set_domestic which = free_market value = 10 } command = { type = sleepevent which = 65006} command = { type = sleepevent which = 65007} } } event = { id = 65055 random = no country = ENG persistent= no trigger = { AI=NO domestic ={ type = free_market value = 9} not={domestic ={ type = free_market value = 10}} NOT = { control = { province = 906 data = ENG } } #ALEJANDRIA NOT = { control = { province = 909 data = ENG } } #EL ALAMEIN NOT = { control = { province = 903 data = ENG } } #CAIRO NOT = { control = { province = 901 data = ENG } } #Quebec City NOT = { control = { province = 1494 data = ENG } } #KARACHI NOT = { control = { province = 1504 data = ENG } } #BOMBAY NOT = { control = { province = 1469 data = ENG } } #DELHI NOT = { control = { province = 1457 data = ENG } } #CALCUTA NOT = { control = { province = 1514 data = ENG } } #COCHIN OR = { AND= { NOT = { control = { province = 348 data = ENG } } #GIBRALTAR NOT = { control = { province = 900 data = ENG } } #SUEZ } AND= { NOT = { control = { province = 348 data = ENG } } #GIBRALTAR NOT = { control = { province = 1517 data = ENG } } #COLOMBO } AND= { NOT = { control = { province = 900 data = ENG } } #SUEZ NOT = { control = { province = 1517 data = ENG } } #COLOMBO } } } name = "Barra de LIBRE MERCADO (UK)" desc = "El Ukeño vuelve a tener la barra de libre comercio a 10." style = 0 date = { day = 1 month = june year = 1940 } offset = 1 deathdate = { day = 30 month = december year = 1953 } action_a = { name = "Aceptar" command = { type = set_domestic which = free_market value = 10} command = { type = sleepevent which = 65006} command = { type = sleepevent which = 65007} } }