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


Japan übt Druck auf Siam aus
12.05.2007, 13:02 (Dieser Beitrag wurde zuletzt bearbeitet: 12.05.2007 13:13 von Ironman.)
Beitrag: #1
Japan übt Druck auf Siam aus
Code:
#########################################################################
# Japan puts Pressure on Siam (Axis Japan)
#########################################################################
event = {
    id = 3806
    random = no
    country = JAP
    
    trigger = {
        alliance = { country = JAP country = GER }
        exists = VIC
        exists = SIA
        event = 3802  #The Nanking Massacre
        NOT = {
            war = { country = JAP country = SIA }
        }
    }
    
    date = { day = 1 month = january year = 1936 }
    offset = 30
    deathdate = { day = 30 month = december year = 1947 }
    
    name = "EVT_3806_NAME"
    desc = "EVT_3806_DESC"
       picture = "siam"
    style = 0
    
    action_a = {
        name = "ACTIONNAME3806A" # Lean on Siam
        ai_chance = 95
        command = { type = relation which = SIA value = 5 }
        command = { type = domestic which = interventionism value = 1 }
        command = { type = trigger which = 4500 } # Siam/Thailand
        command = { type = sleepevent which = 3807 }
    }
    action_b = {
        name = "ACTIONNAME3806B" # Siam is Unimportant
        ai_chance = 5
        command = { type = sleepevent which = 3807 }
    }
}
Code:
#########################################################################
# Japan puts Pressure on Siam (Axis Japan) Triggered by Siam
#########################################################################
event = {
    id = 4500
    random = no
    country = SIA
    
    # Triggered by JAP 3806
    
    name = "EVT_4500_NAME"
    desc = "EVT_4500_DESC"
        picture = "siam"
    style = 0
    
    action_a = {
        name = "ACTIONNAME4500A" # Accept
        ai_chance = 97
        command = { type = trigger which = 3808 } # Japan
        command = { type = alliance which = GER }
        command = { type = addcore which = 1304 }
        command = { type = addcore which = 1349 }
        command = { type = addcore which = 1350 }
                #command = { type = secedeprovince which = JAP value = 1344 }
                #command = { type = secedeprovince which = JAP value = 1345 }
                #command = { type = secedeprovince which = JAP value = 1347 }
                #command = { type = secedeprovince which = JAP value = 1348 }
                #command = { type = secedeprovince which = JAP value = 1303 }
                #command = { type = secedeprovince which = JAP value = 1330 }
        command = { type = relation which = JAP value = 20 }
        command = { type = relation which = GER value = 10 }
        command = { type = relation which = ENG value = -25 }
        command = { type = relation which = FRA value = -20 }
        command = { type = set_domestic which = democratic value = 2 }
        command = { type = set_domestic which = political_left value = 3 }
        command = { type = headofstate which = 62001 }
        command = { type = headofgovernment which = 62035 }
        command = { type = foreignminister which = 62043 }
        command = { type = armamentminister which = 62059 }
        command = { type = ministerofsecurity which = 62073 }
        command = { type = ministerofintelligence which = 62085 }
        command = { type = chiefofstaff which = 62091 }
        command = { type = chiefofarmy which = 62097 }
        command = { type = chiefofnavy which = 62102 }
        command = { type = chiefofair which = 62107 }
    }
    action_b = {
        name = "ACTIONNAME4500B" # Decline
        ai_chance = 3
        command = { type = relation which = JAP value = -15 }
        command = { type = relation which = GER value = -10 }
        command = { type = relation which = ENG value = 15 }
        command = { type = relation which = FRA value = 15 }
        command = { type = relation which = USA value = 10 }
        command = { type = domestic which = democratic value = 1 }
        command = { type = trigger which = 3809 } # Japan
    }
}


Code:
#########################################################################
# Japan puts Pressure on Siam ("Neutral" Japan)
#########################################################################
event = {
    id = 3807
    random = no
    country = JAP
    
    trigger = {
        NOT = {
            OR = {
                alliance = { country = JAP country = GER }
                alliance = { country = JAP country = ENG }
                alliance = { country = JAP country = SOV }
            }
        }
        war = { country = JAP country = ENG }
        exists = VIC
        exists = SIA
        event = 3802
        NOT = {
            war = { country = JAP country = SIA }
        }
    }
    
    name = "EVT_3807_NAME"
    desc = "EVT_3807_DESC"
        picture = "siam"
    style = 0
    
    date = { day = 1 month = january year = 1936 }
    offset = 30
    deathdate = { day = 30 month = december year = 1947 }
    
    action_a = {
        name = "ACTIONNAME3807A" # Lean on Siam
        ai_chance = 98
        command = { type = domestic which = interventionism value = 1 }
        command = { type = trigger which = 4501 } # Siam/Thailand
        command = { type = sleepevent which = 3806 }
    }
    action_b = {
        name = "ACTIONNAME3807B" # Siam is Unimportant
        ai_chance = 2
        command = { type = relation which = SIA value = 10 }
        command = { type = sleepevent which = 3806 }
    }
}
###

Code:
#########################################################################
# Japan puts Pressure on Siam ("Neutral" Japan) Triggered by Siam
#########################################################################
event = {
    id = 4501
    random = no
    country = SIA
    
    # Triggered by JAP 3807
    
    name = "EVT_4501_NAME"
    desc = "EVT_4501_DESC"
       picture = "siam"
    style = 0
    
    action_a = {
        name = "ACTIONNAME4501A" # Accept
        ai_chance = 98
        command = { type = trigger which = 3808 } # Japan
        command = { type = alliance which = JAP }
        command = { type = war which = ENG }
        command = { type = addcore which = 1304 }
        command = { type = addcore which = 1349 }
        command = { type = addcore which = 1350 }
                #command = { type = secedeprovince which = JAP value = 1303 }
                #command = { type = secedeprovince which = JAP value = 1330 }
                #command = { type = secedeprovince which = JAP value = 1344 }
                #command = { type = secedeprovince which = JAP value = 1345 }
                #command = { type = secedeprovince which = JAP value = 1347 }
                #command = { type = secedeprovince which = JAP value = 1348 }
        command = { type = relation which = JAP value = 20 }
        command = { type = relation which = GER value = 10 }
        command = { type = relation which = ENG value = -25 }
        command = { type = relation which = FRA value = -20 }
        command = { type = set_domestic which = democratic value = 2 }
        command = { type = set_domestic which = political_left value = 3 }
        command = { type = headofstate which = 62001 }
        command = { type = headofgovernment which = 62035 }
        command = { type = foreignminister which = 62043 }
        command = { type = armamentminister which = 62059 }
        command = { type = ministerofsecurity which = 62073 }
        command = { type = ministerofintelligence which = 62085 }
        command = { type = chiefofstaff which = 62091 }
        command = { type = chiefofarmy which = 62097 }
        command = { type = chiefofnavy which = 62102 }
        command = { type = chiefofair which = 62107 }
    }
    action_b = {
        name = "ACTIONNAME4501B" # Decline
        ai_chance = 2
        command = { type = relation which = JAP value = -15 }
        command = { type = relation which = GER value = -10 }
        command = { type = relation which = ENG value = 15 }
        command = { type = relation which = FRA value = 15 }
        command = { type = relation which = USA value = 10 }
        command = { type = domestic which = democratic value = 1 }
        command = { type = trigger which = 3809 } # Japan
    }
}

[Bild: riddler.jpg] Mein bester Freund im Forum, ist immer am lesen und postet nie Mist.
Mein guter alter ....................................................... GoogleBot.
Dank an alle Cyberbots, die mich täglich unterhalten.
Member of the"United Pacific Confederation" [Bild: 4allplayershoi.jpg]
12.05.2007, 13:21 (Dieser Beitrag wurde zuletzt bearbeitet: 12.05.2007 13:25 von Duffner.)
Beitrag: #2
RE: Japan übt Druck auf Siam aus
Falsches Forum !!!
12.05.2007, 16:57
Beitrag: #3
RE: Japan übt Druck auf Siam aus
Zu den Events kannst du auch hier Fragen stellen.
Help

[Bild: riddler.jpg] Mein bester Freund im Forum, ist immer am lesen und postet nie Mist.
Mein guter alter ....................................................... GoogleBot.
Dank an alle Cyberbots, die mich täglich unterhalten.
Member of the"United Pacific Confederation" [Bild: 4allplayershoi.jpg]
12.05.2007, 17:24 (Dieser Beitrag wurde zuletzt bearbeitet: 12.05.2007 17:41 von Ironman.)
Beitrag: #4
RE: Japan übt Druck auf Siam aus
Code:
#########################################################################
# Japan puts Pressure on Siam (Axis Japan)
#########################################################################
event = {
    id = 3806
    random = no
    country = JAP                              ###dieses Event ist für Japan###
    
    trigger = {
        alliance = { country = JAP country = GER } ###Bündnis Japan DR###
        exists = VIC                                   ###Vichy muss existiere###
        exists = SIA                                   ###Siam muss existieren###
        event = 3802  #The Nanking Massacre      ###Das Event muss getriggert sein##
        NOT = {
            war = { country = JAP country = SIA } ### Kein Krieg Siam Japan###
        }
    }
    
    date = { day = 1 month = january year = 1936 }   ### Start Datum###
    offset = 30                                    ###Alle 30 Tag###
    deathdate = { day = 30 month = december year = 1947 }###End Datum###
    
    name = "EVT_3806_NAME"
    desc = "EVT_3806_DESC"
       picture = "siam"
    style = 0
    
    action_a = {
        name = "ACTIONNAME3806A" # Lean on Siam  ###Entscheidung A###
        ai_chance = 95
        command = { type = relation which = SIA value = 5 }
        command = { type = domestic which = interventionism value = 1 }
        command = { type = trigger which = 4500 } # Siam/Thailand  ###jetzt triggert event 4500###
        command = { type = sleepevent which = 3807 }
    }
    action_b = {
        name = "ACTIONNAME3806B" # Siam is Unimportant
        ai_chance = 5
        command = { type = sleepevent which = 3807 }
    }
}
Code:
#########################################################################
# Japan puts Pressure on Siam (Axis Japan) Triggered by Siam
#########################################################################
event = {
    id = 4500
    random = no
    country = SIA
    
    ### Triggered by JAP 3806###
    
    name = "EVT_4500_NAME"
    desc = "EVT_4500_DESC"
        picture = "siam"
    style = 0
    
    action_a = {
        name = "ACTIONNAME4500A" ### Accept###
        ai_chance = 97                   ###Ai Chance 97%###
        command = { type = trigger which = 3808 } # Japan
        command = { type = alliance which = GER }
        command = { type = addcore which = 1304 }
        command = { type = addcore which = 1349 }
        command = { type = addcore which = 1350 }
                #command = { type = secedeprovince which = JAP value = 1344 } ###Von Japan besetzte Provinsen###
                #command = { type = secedeprovince which = JAP value = 1345 }
                #command = { type = secedeprovince which = JAP value = 1347 }
                #command = { type = secedeprovince which = JAP value = 1348 }
                #command = { type = secedeprovince which = JAP value = 1303 }
                #command = { type = secedeprovince which = JAP value = 1330 }
        command = { type = relation which = JAP value = 20 }
        command = { type = relation which = GER value = 10 }
        command = { type = relation which = ENG value = -25 }
        command = { type = relation which = FRA value = -20 }
        command = { type = set_domestic which = democratic value = 2 }
        command = { type = set_domestic which = political_left value = 3 }
        command = { type = headofstate which = 62001 }
        command = { type = headofgovernment which = 62035 }
        command = { type = foreignminister which = 62043 }
        command = { type = armamentminister which = 62059 }
        command = { type = ministerofsecurity which = 62073 }
        command = { type = ministerofintelligence which = 62085 }
        command = { type = chiefofstaff which = 62091 }
        command = { type = chiefofarmy which = 62097 }
        command = { type = chiefofnavy which = 62102 }
        command = { type = chiefofair which = 62107 }
    }
    action_b = {
        name = "ACTIONNAME4500B" # Decline
        ai_chance = 3
        command = { type = relation which = JAP value = -15 }
        command = { type = relation which = GER value = -10 }
        command = { type = relation which = ENG value = 15 }
        command = { type = relation which = FRA value = 15 }
        command = { type = relation which = USA value = 10 }
        command = { type = domestic which = democratic value = 1 }
        command = { type = trigger which = 3809 } # Japan
    }
}

Die Wahrscheinlichkeit das Siam dir gehört liegt in diesem Fall bei 97%
Event 1 und 2 wenn Japan mit dem DR ein Bündins hast, 3 und 4 wenn Japan noch neutral ist.
Da liegt die Wahrscheinlichkeit bei 98%

[Bild: riddler.jpg] Mein bester Freund im Forum, ist immer am lesen und postet nie Mist.
Mein guter alter ....................................................... GoogleBot.
Dank an alle Cyberbots, die mich täglich unterhalten.
Member of the"United Pacific Confederation" [Bild: 4allplayershoi.jpg]




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