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


SU beansprucht Bessarbien (SU)
13.05.2007, 21:57
Beitrag: #1
SU beansprucht Bessarbien (SU)
Code:
#########################################################################
#  Claim Bessarabia
#########################################################################
event = {
    id = 2606
    random = no
    country = SOV

    trigger = {
        event = 2604 # Eastern Poland has been given to the USSR
        OR = {
            event = 2013  # Bessarabia recognized as Soviet territory by Germany
            event = 2015
        }
        exists = ROM
        NOT = {
            OR = {
                war = { country = ROM country = SOV }
                war = { country = GER country = SOV }
            }
        }
        NOT = {

            control = { province = 434 }
            control = { province = 435 }
            # control = { province = 433 }
            control = { province = 230 }
        }
    }

    name = "EVT_2606_NAME"
    desc = "EVT_2606_DESC"
       picture = "romania"
    style = 0

    date = { day = 26 month = june year = 1940 }

    action_a = {
        name = "ACTIONNAME2606A" # Claim Bessarabia
        ai_chance = 97
        command = { type = relation which = ROM value = -10 }
        command = { type = trigger which = 2700 } # ROM
    }
    action_b = {
        name = "ACTIONNAME2606B" # The Romanians are our friends
        ai_chance = 3
        command = { type = relation which = ROM value = 15 }
        command = { type = domestic which = interventionism value = -1 }
    }
}

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

[Bild: karbe.png]
02.06.2008, 22:41
Beitrag: #2
RE: SU beansprucht Bessarbien (SU)
Wenn sie ablehnen:
Code:
#########################################################################
#  Claim Bessarabia - the Romanians Fight!
#########################################################################
event = {
    id = 2608
    random = no
    country = SOV

    # Triggered by ROM 2700

    name = "EVT_2608_NAME"
    desc = "EVT_2608_DESC"
        picture = "romania_tank"
    style = 0

    action_a = {
        name = "OK" # They will rue this day...
        command = { }
    }
}




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