Advertisement
Lavo

Untitled

Oct 23rd, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. event = {
  2. id = 2000
  3. random = no
  4. country = GER
  5. trigger = {
  6. ai = no
  7. NOT = {
  8. war = { country = GER country = FRA }
  9. alliance = { country = GER country = FRA }
  10. }
  11. garrison = { country = GER province = 75 size = 1 }
  12. }
  13.  
  14. name = "EVT_2000_NAME"
  15. desc = "EVT_2000_DESC"
  16. style = 0
  17. picture = "Rhineland"
  18.  
  19. date = { day = 0 month = january year = 1936 }
  20. offset = 1
  21. deathdate = { day = 30 month = december year = 1947 }
  22.  
  23. action_a = {
  24. name = "OK"
  25. command = { type = relation which = FRA value = -15 }
  26. command = { type = relation which = ENG value = -5 }
  27. command = { type = relation which = BEL value = -10 }
  28. command = { type = relation which = HOL value = -5 }
  29. command = { type = belligerence which = GER value = 5 }
  30. command = { type = dissent value = -2 }
  31. command = { type = money value = 500 }
  32. command = { type = peacetime_ic_mod value = 10 }
  33. command = { type = manpowerpool value = 50 }
  34. command = { type = trigger which = 51 } # UK Gears up for war
  35. command = { type = trigger which = 52 } # France Gears up for war
  36. command = { type = sleepevent which = 2060 }
  37. command = { type = domestic which = defense_lobby value = 1 }
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement