Би трябвало да ти го даде:
Код:
######################################################################### # The Molotov-Ribbentrop Pact ######################################################################### event = { id = 2050 random = no country = GER trigger = { exists = SOV exists = POL NOT = { OR = { war = { country = SOV country = GER } alliance = { country = GER country = POL } alliance = { country = GER country = SOV } ispuppet = GER ispuppet = SOV ispuppet = POL } } } name = "EVT_2050_NAME" desc = "EVT_2050_DESC" style = 0 picture = "Mol_Rib" date = { day = 23 month = august year = 1939 } action_a = { name = "ACTIONNAME2050A" # Historical Agreement ai_chance = 95 command = { type = trigger which = 2600 } # SOV command = { type = relation which = SOV value = 15 } command = { type = set_relation which = EST value = -75 } command = { type = set_relation which = LAT value = -75 } command = { type = set_relation which = LIT value = -75 } command = { type = trigger which = 51 } # UK Gears up for war command = { type = trigger which = 52 } # France Gears up for war } action_b = { name = "ACTIONNAME2050B" # Only agree to partition Poland ai_chance = 4 command = { type = trigger which = 2601 } # SOV command = { type = relation which = SOV value = 10 } command = { type = dissent value = 5 } command = { type = trigger which = 51 } # UK Gears up for war command = { type = trigger which = 52 } # France Gears up for war command = { type = sleepevent which = 2620 } } action_c = { name = "ACTIONNAME2050C" # No deals with the Bolsheviks! ai_chance = 1 command = { type = relation which = SOV value = -20 } command = { type = relation which = FIN value = 75 } command = { type = relation which = HUN value = 75 } command = { type = relation which = ROM value = 50 } command = { type = end_non_aggression which = GER where = SOV } command = { type = sleepevent which = 2620 } command = { type = dissent value = 10 } } }
Comment