Eventi RSI

Discussione in 'Mod e Patch' iniziata da Bellisonus, 11 Giugno 2008.

  1. Bellisonus

    Bellisonus

    Registrato:
    1 Gennaio 2007
    Messaggi:
    75
    Ratings:
    +0
    Salve,

    Allora per allenarmi a creare eventi e prendendo spunto dall'evento già esistente "il governo nazionalizza il settore privato" colevo creare l'evento "socializzazione" nella RSI ed ho operato nel seguente modo:

    #########################################################################
    # Socialization
    #########################################################################
    event = {
    id = 999999
    random = no
    country = Italian Social Republic
    trigger = {
    NOT = {
    government = democratic
    }
    }
    name = "Socialization of Industries"
    desc = "In a public address today, our Great Leader has told the nation that he would no longer accept certain disloyal elements profiting at the expense of the People. In a side note to Government Decree NO:375, we have found that 76 formerly privately run industries had been expropriated by the Ministry of Public Relations."
    picture = "private_sector"
    date = { day = 12 month = february year = 1944 }
    style = 0
    action_a = {
    name = "ACTIONNAME1006A"
    command = { type = industrial_modifier which = total value = 5 }
    command = { type = dissent value = 1 }
    }
    }

    Ed ho creato il file "italian social republic" e l'ho messo insieme agli altri in events

    Poi sono andato in una mia partita precedentemente salvata in cui esisteva la RSI e, tramite la schermata "trucchi" (quella con F12), ho provato a farlo scattare, ma niente :mad: .

    Domanda: cosa ho sbagliato?

    Grazie per i chiarimenti.
     
  2. maie

    maie

    Registrato:
    18 Luglio 2007
    Messaggi:
    5.377
    Ratings:
    +677
    Ciao! forse devi cominciare una partita nuova di zecca. Però non saprei... tanto tentar non nuoce. Ciao
     
  3. Lenfil

    Lenfil Account non in uso. Non contattatemi sul forum.

    Registrato:
    6 Giugno 2006
    Messaggi:
    2.838
    Località:
    Treviglio [BG] / Venezia
    Ratings:
    +0
    In country va messa una Tag, ovvero le tre lettere che indicano la nazione (GER, ITA, JAP, SOV etc etc)

    Poi probabilmente ti sei scordato di mettere nel file 1936.eug ( HoI2\Scenarios\ ) il richiamo per il tuo nuovo file eventi.
    Apri il file 1936.eug con un lettore di testo e scendi fino quasi alla fine, noterai tanti:

    event = "db\events\asd.txt"

    Dove "asd" è il nome del file in cui è presente il tuo evento
    Aggiungi una riga simile che fa riferimento al tuo file e vedrai che va

    Ciau :)
     
  4. Bellisonus

    Bellisonus

    Registrato:
    1 Gennaio 2007
    Messaggi:
    75
    Ratings:
    +0
    Ho risolto mettendo la descrizione negli eventi italiani, solo che in country ho messo RSI invece che ITA, ho provato e funziona solo se hai la RSI, bene obbiettivo raggiunto.

    :approved:

    Una domanda, io vorrei che l'evento scattasse in ogni caso anche se la RSI fosse creata dopo il 12 feb 44, come devo fare o + particolarmente che vuol dire offset?

    Esempio
    date = { day = 12 month = february year = 1944 }
    offset=30
    deathdate = { day = 30 month = december year = 1963 }

    Che vuo dire offset=30?

    grazie
     
  5. alekseevic

    alekseevic

    Registrato:
    28 Marzo 2008
    Messaggi:
    122
    Ratings:
    +0
    Offset vuol dire che i trigger dell'evento vengono verificati circa ogni 30 giorni a partire dalla data specificata in date.
    Quindi dal 12 febbraio del 44 in poi, una volta al mese i trigger vengono controllati e, se tutti veri, scatta l'evento.
     
  6. Bellisonus

    Bellisonus

    Registrato:
    1 Gennaio 2007
    Messaggi:
    75
    Ratings:
    +0
    Italian Civil War

    Ho provato a creare un evento che faccia scattare una guerra civile in Italia (proprio l'8 sett '43 :D ) adesso ve li posto cosi se avete consigli/critiche/opinioni/disgressioni storiche me li dite:

    nella cartella italy negli events ho aggiunto:

    #########################################################################
    # Socialization
    #########################################################################
    event = {
    id = 999999
    random = no
    country = RSI
    trigger = {
    NOT = {
    government = democratic
    }
    }
    name = "Socialization of Industries"
    desc = "In a public address today, our Great Leader has told the nation that he would no longer accept certain disloyal elements profiting at the expense of the People. In a side note to Government Decree NO:375, we have found that 76 formerly privately run industries had been expropriated by the Ministry of Public Relations."
    picture = "private_sector"
    date = { day = 12 month = february year = 1944 }
    offset=15
    deathdate = { day = 30 month = december year = 1963 }
    style = 0
    action_a = {
    name = "ACTIONNAME1006A"
    command = { type = industrial_modifier which = total value = 10 }
    command = { type = dissent value = 5 }
    command = { type = domestic which = free_market value = -3 }
    }
    }
    #########################################################################
    # Monarchic coup d'etat
    #########################################################################
    event = {
    id = 999998
    random = no
    country = ITA
    trigger = {
    NOT = {
    exists = RSI
    }
    atwar = yes

    alliance = { country = GER country = ITA }
    }

    name = "Italian Civil War"
    desc = "Because of prolongedding of the war, the monarchy stable of the contacts with the Allies through the Vatican and the king tried to arrest Mussolini, to abandon Axis and to join to the Allies. The civil war was almost unavoidable, because of the solid fascist support and of the presence of German army to north."
    style = 0
    picture = "coup"
    date = { day = 8 month = september year = 1943 }
    offset = 30
    deathdate = { day = 30 month = december year = 1963 }
    action_a = {
    ai_chance = 60
    name = "Monarchic coup d'etat!"
    command = { type = peace which = SOV value = 1 }
    command = { type = peace which = ENG value = 1 }
    command = { type = peace which = USA value = 1 }
    command = { type = peace which = FRA value = 1 }
    command = { type = set_domestic which = democratic value = 6 }
    command = { type = set_domestic which = political_left value = 2 }
    command = { type = headofstate which = 3031 }
    command = { type = headofgovernment which = 3045 }
    command = { type = foreignminister which = 3054 }
    command = { type = armamentminister which = 3079 }
    command = { type = ministerofsecurity which = 3095 }
    command = { type = ministerofintelligence which = 3115 }
    command = { type = chiefofstaff which = 3128 }
    command = { type = chiefofarmy which = 3143 }
    command = { type = chiefofnavy which = 3154 }
    command = { type = chiefofair which = 3163 }
    command = { type = dissent value = -10 }
    command = { type = leave_alliance }
    command = { type = domestic which = freedom value = 4 }
    command = { type = set_relation which = SOV value = 30 }
    command = { type = set_relation which = USA value = 50 }
    command = { type = set_relation which = ENG value = 50 }
    command = { type = set_relation which = GER value = -40 }
    command = { type = sleepteam which = 1819 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }


    ### RSI created
    command = { type = independence which = RSI value = 1 } #RSI created
    ### Provinces seceded to Germany
    command = { type = secedeprovince which = GER value = 373 } #Lech
    ### Greece and Yugoslavia to GER ###
    command = { type = secedeprovince which = GER value = 384 }
    command = { type = secedeprovince which = GER value = 387 }
    command = { type = secedeprovince which = GER value = 388 }
    command = { type = secedeprovince which = GER value = 389 }
    command = { type = secedeprovince which = GER value = 390 }
    command = { type = secedeprovince which = GER value = 391 }
    command = { type = secedeprovince which = GER value = 413 }
    command = { type = secedeprovince which = GER value = 392 }
    command = { type = secedeprovince which = GER value = 402 }
    command = { type = secedeprovince which = GER value = 393 }
    command = { type = secedeprovince which = GER value = 394 }
    command = { type = secedeprovince which = GER value = 395 }
    command = { type = secedeprovince which = GER value = 406 }
    command = { type = secedeprovince which = GER value = 409 }


    command = { type = sleepleader which = 6029 }
    command = { type = sleepleader which = 6031 }
    command = { type = sleepleader which = 6057 }
    command = { type = sleepleader which = 6249 }
    command = { type = sleepleader which = 6250 }
    command = { type = sleepleader which = 6065 }
    command = { type = sleepleader which = 6074 }
    command = { type = sleepleader which = 6084 }
    command = { type = sleepleader which = 6258 }
    command = { type = sleepleader which = 6261 }
    command = { type = sleepleader which = 6263 }
    command = { type = sleepleader which = 6266 }
    command = { type = sleepleader which = 6124 }
    command = { type = sleepleader which = 6269 }
    command = { type = sleepleader which = 6274 }
    command = { type = sleepleader which = 6275 }
    command = { type = sleepleader which = 6164 }
    command = { type = sleepleader which = 6173 }
    command = { type = sleepleader which = 6276 }
    command = { type = sleepleader which = 6188 }
    command = { type = sleepleader which = 6277 }
    command = { type = sleepleader which = 6201 }
    command = { type = sleepleader which = 6206 }
    command = { type = sleepleader which = 6218 }
    command = { type = sleepleader which = 6233 }
    command = { type = sleepleader which = 6278 }
    command = { type = sleepleader which = 6237 }
    command = { type = sleepleader which = 6054 }
    command = { type = sleepleader which = 6076 }
    command = { type = sleepleader which = 6079 }
    command = { type = sleepleader which = 6257 }
    command = { type = trigger which = 999997 } #Separate Peace whit Italy
    command = { type = trigger which = 999990 } #Ceding provinces to RSI
    }
    action_b = {
    ai_chance = 40
    name = "Time to back down"
    command = { type = dissent value = 10 }
    command = { type = domestic which = political_left value = -1 }
    command = { type = domestic which = freedom value = -1 }
    command = { type = domestic which = democratic value = -1 }
    command = { type = manpowerpool value = -200 }
    command = { type = sleepevent which = 999997 }
    }
    }
    #########################################################################
    # Italian Civil War - Victory!!!
    #########################################################################
    event = {
    id = 999994
    random = no
    country = RSI
    trigger = {
    owned = { province = 515 data = RSI }
    NOT = {
    exists = ITA
    }
    }

    name = "Victory!!!"
    desc = "With the Republican victory Rome can have a stable fascist government"
    style = 0
    picture = "great_war_manifestion"
    date = { day = 8 month = september year = 1943 }
    offset = 5
    deathdate = { day = 30 month = december year = 1963 }

    action_a = {
    name = "OK" # Great!
    command = { type = capital which = 515 }
    command = { type = belligerence which = RSI value = -10 }

    }
    }
    #########################################################################
    # Arrival Voluntary - RSI
    #########################################################################
    event = {
    id = 500000
    random = no
    country = RSI
    trigger = {
    exists = RSI
    }

    name = "New Divisions"
    desc = "After the creation of the Italian Social Republic new volunteers arrive"
    style = 0
    picture = "military_parade"
    date = { day = 01 month = january year = 1936 }
    offset = 1
    deathdate = { day = 30 month = december year = 1963 }
    action_a = {
    name = "The volunteers arrive"
    command = { type = add_division value = militia }
    command = { type = add_division value = militia }
    command = { type = add_division value = garrison when = 1 }
    command = { type = add_division value = garrison when = 1 }
    }
    }


    Nella cartella UK ho aggiunto:

    ###########################################
    # Separate Peace whit Italy
    ###########################################
    event = {
    id = 999997
    random = no
    country = ENG
    name = "The birth of RSI"
    desc = "Mussolini, after the monarchic coup d'etat, escaped to the north thanks to the solid fascist support has been proclaimed a new Italian fascist state (RSI)"
    picture = "war"
    style = 0
    # triggered by ITA 999998
    action_a = {
    name = "War at RSI"
    command = { type = money value = 10 }
    command = { type = make_puppet which = ITA } # ITA joins allies
    command = { type = war which = RSI }
    }
    }

    nella cartella ho2 ho, invece, aggiunto:

    #################
    ### ITALIAN PROVS TO RSI
    #################
    event = {
    id = 999990
    random = no
    country = ITA
    name = "The birth of RSI"
    desc = "Mussolini, after the monarchic coup d'etat, escaped to the north thanks to the solid fascist support has been proclaimed a new Italian fascist state (RSI)"
    style = 0
    picture = "great_war_manifestion"
    #triggered by ITA 999998

    action_a = {
    name = "RSI created"
    ### Provinces seceded to R.S.I.
    command = { type = secedeprovince which = RSI value = 378 } #Venezia
    command = { type = secedeprovince which = RSI value = 512 } #Bologna
    command = { type = secedeprovince which = RSI value = 399 } #Rhodos
    command = { type = secedeprovince which = RSI value = 379 } #Ferrara
    command = { type = secedeprovince which = RSI value = 513 } #Florence
    command = { type = secedeprovince which = RSI value = 514 } #Rimini
    command = { type = secedeprovince which = RSI value = 370 } #Milan
    command = { type = secedeprovince which = RSI value = 369 } #La Spezia
    command = { type = secedeprovince which = RSI value = 531 } #Turin
    command = { type = secedeprovince which = RSI value = 368 } #Genoa
    command = { type = secedeprovince which = RSI value = 371 } #Trento
    command = { type = secedeprovince which = RSI value = 381 }
    }
    }

    Nelle mie partite funzionano tutti ottimamente, anche senza trucchi:D , ho HoI 2 DD Arm aggiornato alla 1.2.

    Fatemi sapere.
     
  7. von Kleist

    von Kleist

    Registrato:
    2 Agosto 2006
    Messaggi:
    2.297
    Località:
    Padova
    Ratings:
    +1
    complimenti sono eventi molto utili :approved:
     
    • Like Like x 1
  8. Bellisonus

    Bellisonus

    Registrato:
    1 Gennaio 2007
    Messaggi:
    75
    Ratings:
    +0
    Grazie!

    E come storicità che dici? E' accettabile un colpo di stato monarchico anche senza invasione alleata?
     
  9. Pandrea

    Pandrea Guest

    Ratings:
    +0
    Non è che anche se l'Italia sta vincendo questi eventi accadono lo stesso?
     
  10. Bellisonus

    Bellisonus

    Registrato:
    1 Gennaio 2007
    Messaggi:
    75
    Ratings:
    +0
    Si, scatta il colpo di stato indipendentemente dalla situazione, l'ho fatto per quelle partite dove con la germania conquisti in lungo e in largo, per ovviare a questo fatto ho giocato sulle probabilità (60 e 40), tu cosa consigli?
     
  11. von Kleist

    von Kleist

    Registrato:
    2 Agosto 2006
    Messaggi:
    2.297
    Località:
    Padova
    Ratings:
    +1
    beh questo sì... forse però dovresti mettere come trigger la perdita del nord africa...
     
  12. Bellisonus

    Bellisonus

    Registrato:
    1 Gennaio 2007
    Messaggi:
    75
    Ratings:
    +0
    Eccolo qua:

    #########################################################################
    # Monarchic coup d'etat
    #########################################################################
    event = {
    id = 999998
    random = no
    country = ITA
    name = "Italian Civil War"
    desc = "Because of prolongedding of the war, the monarchy stable of the contacts with the Allies through the Vatican and the king tried to arrest Mussolini, to abandon Axis and to join to the Allies. The civil war was almost unavoidable, because of the solid fascist support and of the presence of German army to north."
    style = 0
    picture = "coup"
    trigger = {
    NOT = {
    exists = RSI
    }
    alliance = { country = ITA country = GER }
    war = { country = ITA country = ENG }
    OR = {
    headofgovernment = 3002 # Mussolini (FA)
    headofgovernment = 3043 # Mussolini (NS)
    headofgovernment = 3044 # Borghese (NS)
    }
    random = 40
    # Africa NOT in Italy hands
    NOT = {
    AND = {
    control = { province = 932 data = ITA } #Tripoli NOT controlled by Italy
    control = { province = 919 data = ITA } #Tobruk NOT controlled by Italy
    control = { province = 924 data = ITA } #Benghazi NOT controlled by Italy
    control = { province = 1046 data = ITA } #Addis Abeba NOT controlled by Italy
    control = { province = 939 data = ITA } #Tunis NOT controlled by Italy
    }
    }
    }
    date = { day = 8 month = september year = 1943 }
    offset = 30
    deathdate = { day = 30 month = december year = 1963 }
    action_a = {
    ai_chance = 60
    name = "Monarchic coup d'etat!"
    command = { type = peace which = SOV value = 1 }
    command = { type = peace which = ENG value = 1 }
    command = { type = peace which = USA value = 1 }
    command = { type = peace which = FRA value = 1 }
    command = { type = set_domestic which = democratic value = 6 }
    command = { type = set_domestic which = political_left value = 2 }
    command = { type = headofstate which = 3031 }
    command = { type = headofgovernment which = 3045 }
    command = { type = foreignminister which = 3054 }
    command = { type = armamentminister which = 3079 }
    command = { type = ministerofsecurity which = 3095 }
    command = { type = ministerofintelligence which = 3115 }
    command = { type = chiefofstaff which = 3128 }
    command = { type = chiefofarmy which = 3143 }
    command = { type = chiefofnavy which = 3154 }
    command = { type = chiefofair which = 3163 }
    command = { type = dissent value = -10 }
    command = { type = leave_alliance }
    command = { type = domestic which = freedom value = 4 }
    command = { type = set_relation which = SOV value = 30 }
    command = { type = set_relation which = USA value = 50 }
    command = { type = set_relation which = ENG value = 50 }
    command = { type = set_relation which = GER value = -40 }
    command = { type = sleepteam which = 1819 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }
    command = { type = delete_unit which = -1 }


    ### RSI created
    command = { type = independence which = RSI value = 1 } #RSI created
    ### Provinces seceded to Germany
    command = { type = secedeprovince which = GER value = 373 } #Lech
    ### Greece and Yugoslavia to GER ###
    command = { type = secedeprovince which = GER value = 384 }
    command = { type = secedeprovince which = GER value = 387 }
    command = { type = secedeprovince which = GER value = 388 }
    command = { type = secedeprovince which = GER value = 389 }
    command = { type = secedeprovince which = GER value = 390 }
    command = { type = secedeprovince which = GER value = 391 }
    command = { type = secedeprovince which = GER value = 413 }
    command = { type = secedeprovince which = GER value = 392 }
    command = { type = secedeprovince which = GER value = 402 }
    command = { type = secedeprovince which = GER value = 393 }
    command = { type = secedeprovince which = GER value = 394 }
    command = { type = secedeprovince which = GER value = 395 }
    command = { type = secedeprovince which = GER value = 406 }
    command = { type = secedeprovince which = GER value = 409 }


    command = { type = sleepleader which = 6029 }
    command = { type = sleepleader which = 6031 }
    command = { type = sleepleader which = 6057 }
    command = { type = sleepleader which = 6249 }
    command = { type = sleepleader which = 6250 }
    command = { type = sleepleader which = 6065 }
    command = { type = sleepleader which = 6074 }
    command = { type = sleepleader which = 6084 }
    command = { type = sleepleader which = 6258 }
    command = { type = sleepleader which = 6261 }
    command = { type = sleepleader which = 6263 }
    command = { type = sleepleader which = 6266 }
    command = { type = sleepleader which = 6124 }
    command = { type = sleepleader which = 6269 }
    command = { type = sleepleader which = 6274 }
    command = { type = sleepleader which = 6275 }
    command = { type = sleepleader which = 6164 }
    command = { type = sleepleader which = 6173 }
    command = { type = sleepleader which = 6276 }
    command = { type = sleepleader which = 6188 }
    command = { type = sleepleader which = 6277 }
    command = { type = sleepleader which = 6201 }
    command = { type = sleepleader which = 6206 }
    command = { type = sleepleader which = 6218 }
    command = { type = sleepleader which = 6233 }
    command = { type = sleepleader which = 6278 }
    command = { type = sleepleader which = 6237 }
    command = { type = sleepleader which = 6054 }
    command = { type = sleepleader which = 6076 }
    command = { type = sleepleader which = 6079 }
    command = { type = sleepleader which = 6257 }
    command = { type = trigger which = 999997 } #Separate Peace whit Italy
    command = { type = trigger which = 999990 } #Ceding provinces to RSI
    }
    action_b = {
    ai_chance = 40
    name = "Time to back down"
    command = { type = dissent value = 10 }
    command = { type = domestic which = political_left value = -1 }
    command = { type = domestic which = freedom value = -1 }
    command = { type = domestic which = democratic value = -1 }
    command = { type = manpowerpool value = -200 }
    command = { type = sleepevent which = 999997 }
    }
    }

    Adesso dovrebbe essere storicamente accettabile?
     
  13. von Kleist

    von Kleist

    Registrato:
    2 Agosto 2006
    Messaggi:
    2.297
    Località:
    Padova
    Ratings:
    +1
    per me ora è meglio :approved:
     

Condividi questa Pagina