Advertisement
fabisch

V2 cheats

Dec 20th, 2013
24,467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. # Consciousness
  2. country_event = {
  3.  
  4. id = 80005
  5.  
  6. is_triggered_only = yes
  7.  
  8. title = "What is this... I don't even..."
  9. desc = "Press the button below."
  10. picture = "Smithsonian"
  11.  
  12. option = {
  13. name = "Hooray!"
  14. any_pop = {
  15. consciousness = -100
  16.  
  17. }
  18. }
  19. }
  20.  
  21.  
  22. # Militancy
  23. country_event = {
  24.  
  25. id = 80004
  26.  
  27. is_triggered_only = yes
  28.  
  29. title = "What is this... I don't even..."
  30. desc = "Press the button below."
  31. picture = "Smithsonian"
  32.  
  33. option = {
  34. name = "Hooray!"
  35. any_pop = {
  36. militancy = -100
  37.  
  38. }
  39. }
  40. }
  41.  
  42.  
  43. # Badboy
  44. country_event = {
  45.  
  46. id = 80003
  47.  
  48. is_triggered_only = yes
  49.  
  50. title = "What is this... I don't even..."
  51. desc = "Press the button below."
  52. picture = "Smithsonian"
  53.  
  54. option = {
  55. name = "Hooray!"
  56. badboy = -50
  57.  
  58. }
  59. }
  60.  
  61.  
  62. # Research
  63. country_event = {
  64.  
  65. id = 80006
  66.  
  67. is_triggered_only = yes
  68.  
  69. title = "What is this... I don't even..."
  70. desc = "Press the button below."
  71. picture = "Smithsonian"
  72.  
  73. option = {
  74. name = "Hooray!"
  75. research_points = 9999
  76.  
  77. }
  78. }
  79.  
  80. # Jingoism
  81. country_event = {
  82.  
  83. id = 80007
  84.  
  85. is_triggered_only = yes
  86.  
  87. title = "What is this... I don't even..."
  88. desc = "Press the button below."
  89. picture = "Smithsonian"
  90.  
  91. option = {
  92. name = "Hooray!"
  93. any_pop = {
  94. dominant_issue = {
  95. value = jingoism
  96. factor = 0.25
  97. }
  98. }
  99. }
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement