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


Finnischer Winterkrieg
28.03.2007, 22:05 (Dieser Beitrag wurde zuletzt bearbeitet: 28.03.2007 22:14 von Karbe.)
Beitrag: #1
Finnischer Winterkrieg
Code:
#########################################################################
#  The Finnish Winter War
#########################################################################
event = {
    id = 2620
    random = no
    country = SOV

    trigger = {
        exists = FIN
        NOT = {
            exists = POL
            OR = {
                war = { country = JAP country = SOV }
                war = { country = FIN country = SOV }
                war = { country = GER country = SOV }
                alliance = { country = FIN country = SOV }
                control = { province = 132 data = SOV }
                control = { province = 146 data = SOV }
                control = { province = 145 data = SOV }
                ispuppet = FIN
                ispuppet = SOV
            }
        }
    }

    name = "EVT_2620_NAME"
    desc = "EVT_2620_DESC"
                  style = 0
    picture = "finland_sweden"

    date = { day = 13 month = november year = 1939 }
    offset = 5
    deathdate = { day = 28 month = january year = 1940 }

    action_a = {
        name = "ACTIONNAME2620A" # Press claims
        ai_chance = 99
        command = { type = relation which = FIN value = -10 }
        command = { type = relation which = SWE value = -5 }
        command = { type = relation which = NOR value = -5 }
        command = { type = trigger which = 3200 } # FIN
    }
    action_b = {
        name = "ACTIONNAME2620B" # Leave them be
        ai_chance = 1
        command = { type = domestic which = interventionism value = -1 }
        command = { type = relation which = FIN value = 10 }

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

[Bild: karbe.png]
25.04.2007, 21:25 (Dieser Beitrag wurde zuletzt bearbeitet: 25.04.2007 21:32 von Ironman.)
Beitrag: #2
RE: Finnischer Winterkrieg
Code:
#########################################################################
#  End of the Finnish Winter War
#########################################################################
event = {
    id = 2627
    random = no
    country = SOV

    trigger = {
        OR = {
            AND = {
                control = { province = 145 data = SOV } #Viipuri
                control = { province = 138 data = SOV } #Vaasa
                control = { province = 141 data = SOV } #Turku
            }
            control = { province = 142 data = SOV } # Helsingfors
        lost_national = { country = FIN value = 22 } #approximately 4 provinces
        }
        war = { country = FIN country = SOV }
        NOT = { alliance = { country = FIN country = GER } }
        }




    name = "EVT_2627_NAME"
    desc = "EVT_2627_DESC"
    style = 0
    picture = "End_Winter_War"

    date = { day = 1 month = january year = 1936 }
    offset = 7 # Check for trigger conditions every seven days
    deathdate = { day = 30 month = december year = 1953 }

    action_a = {
        name = "ACTIONNAME2627A" # We'll settle for what we asked for
        ai_chance = 98
        command = { type = trigger which = 3203 } # FIN
        command = { type = relation which = FIN value = 10 }
    }
    action_b = {
        name = "ACTIONNAME2627B" # Let's bring them Socialism!
        ai_chance = 2
        command = { type = relation which = FIN value = -150 }
        command = { type = relation which = ENG value = -100 }
        command = { type = relation which = FRA value = -100 }
        command = { type = relation which = GER value = -75 }
        command = { type = relation which = USA value = -75 }
        command = { type = domestic which = interventionism value = 1 }
        command = { type = end_non_aggression which = SOV where = GER }
        command = { type = end_non_aggression which = SOV where = FRA }    
        command = { type = end_non_aggression which = SOV where = ENG }
        command = { type = end_non_aggression which = SOV where = USA }    
    }
}

#########################################################################
#  End of the Finnish Winter War
#########################################################################
event = {
    id = 3203
    random = no
    country = FIN

    # Triggered by SOV 2627

    name = "EVT_3203_NAME"
    desc = "EVT_3203_DESC"
    style = 0
    picture = "End_Winter_War"

    action_a = {
        name = "ACTIONNAME3203A" # Fold to Russian Demands
        ai_chance = 99
        command = { type = trigger which = 2628 } #SOV
        command = { type = secedeprovince which = SOV value = 145 } #Viipuri
        command = { type = secedeprovince which = SOV value = 146 } #Sortavala
        command = { type = domestic which = political_left value = -2 }
        command = { type = domestic which = democratic value = -1 }
        command = { type = domestic which = freedom value = -1 }
        command = { type = relation which = SOV value = -25 }
        command = { type = relation which = GER value = 25 }
        command = { type = peace which = SOV }
        command = { type = dissent value = 10 }
        command = { type = leave_alliance }
    }
    action_b = {
        name = "ACTIONNAME3203B" # We will never surrender!
        ai_chance = 1
        command = { type = trigger which = 2629 } #SOV
        command = { type = domestic which = political_left value = -4 }
        command = { type = domestic which = democratic value = 2 }
        command = { type = domestic which = freedom value = 2 }
        command = { type = relation which = SOV value = -50 }
        command = { type = relation which = GER value = 50 }
    }
}

#########################################################################
#  End of the Finnish Winter War - Finns accepts
#########################################################################
event = {
    id = 2628
    random = no
    country = SOV

    # Triggered by FIN 3203

    name = "EVT_2628_NAME"
    desc = "EVT_2628_DESC"
    style = 0
    picture = "End_Winter_War"

    action_a = {
        name = "ACTIONNAME2628A" # Good!
        command = { type = peace which = FIN value = 0 }
        command = { type = dissent value = -10 }
    }
}

#########################################################################
#  End of the Finnish Winter War - Finns refuse
#########################################################################
event = {
    id = 2629
    random = no
    country = SOV

    # Triggered by FIN 3203

    name = "EVT_2629_NAME"
    desc = "EVT_2629_DESC"
    style = 0
    picture = "End_Winter_War"

    action_a = {
        name = "ACTIONNAME2629A" # They will have to pay!
        command = { type = dissent value = 5 }
        command = { type = domestic which = interventionism value = 1 }
    }
}

[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