Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # March
  2. country_event = {
  3. id = 12345678
  4. title = "EVTNAME23300"
  5. desc = "EVTDESC23300"
  6. picture = "Worldsfair"
  7.  
  8. trigger = {
  9. OR = {
  10. tag = PRU
  11. capital = 549
  12. }
  13. year = 2
  14. war = no
  15. NOT = {
  16. year = 1
  17. }
  18. }
  19.  
  20. option = {
  21. name = "."
  22. prestige = 200
  23. any_pop = {
  24. militancy = -10
  25. consciousness = -10
  26. government = fascism
  27. }
  28. option = {
  29. name = "."
  30. prestige = -100
  31. any_pop = {
  32. militancy = 4
  33. consciousness = 8
  34. }
  35. option = {
  36. name = ".
  37. prestige = -150
  38. any_pop = {
  39. militancy = 6
  40. consciousness = 8
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement