Release: Hearts of Iron III - Addon Semper Fi über Gamersgate verfügbar (06.06.2010)


Das Öl-Embargo (USA)
27.06.2007, 12:34
Beitrag: #1
Das Öl-Embargo (USA)
Code:
#########################################################################
#  Oil Embargo against Japan
#########################################################################
event = {
    id = 3701
    random = no
    country = USA

    trigger = {
    
    AND = {
    
        OR = {
              event = 3707 # Japan demands French Indochine from Vichy
              event = 3708 # Japan demands French Indochine and Madagascar from Vichy
              belligerence = { country = JAP value = 50 }
              war = { country = ENG country = JAP }
            }
    
        NOT = {
            OR = {
                war = { country = USA country = JAP }
                alliance = { country = JAP country = ENG }
                alliance = { country = JAP country = FRA }
            }
        }
    }    
        atwar = JAP
        government = democratic
        random = 10
    }

    name = "EVT_3701_NAME"
    desc = "EVT_3701_DESC"
    style = 0
    picture = "Oil_Embargo"

    date = { day = 1 month = january year = 1940 }
    offset = 30 # Check month
    deathdate = { day = 30 month = december year = 1947 }

    action_a = {
        name = "ACTIONNAME3701A" # Pass the Embargo
        ai_chance = 97
        command = { type = relation which = JAP value = -50 }
        command = { type = relation which = CHI value = 20 }
        command = { type = trigger which = 3800 } #JAP
        command = { type = end_trades which = USA where = JAP }
        command = { type = end_trades which = HOL where = JAP }
    }
    action_b = {
        name = "ACTIONNAME3701B" # Do not push the Mikado
        ai_chance = 3
        command = { type = relation which = JAP value = 15 }
        command = { type = relation which = CHI value = -10 }
    }
}

Wasser ? .. ich will mich nicht waschen, ich habe Durst !

[Bild: karbe.png]




 
Kontakt | 4allplayers | Nach oben | Zum Inhalt | Archiv-Modus | RSS-Synchronisation