Advertisement
PaumCharmoso

gommunism

Dec 23rd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. #################################
  2. ##### this is an event file #####
  3. #################################
  4. #gommunist cibilization event
  5. country_event = {
  6.  
  7. id = 14881939 #change it to a proper id?
  8.  
  9. trigger = {
  10. has_country_flag = gommunism_is_smart
  11. }
  12.  
  13. mean_time_to_happen = {
  14. months = 24
  15. }
  16.  
  17. title = "gommunism :DDD"
  18. desc = "gommunism is gud"
  19. picture = "wagner"
  20.  
  21. option = { ### you might want to make sure this clears all of the flags relating to uncivs, like lack of writing system and western influences
  22. name = "EVTOPTA14881939"
  23. THIS = { civilized = yes }
  24. clr_country_flag = gommunism_is_smart
  25. set_country_flag = gommunist_intellectuals
  26. activate_technology = biologism #placeholder,see technologies for the name of the technologies
  27. }
  28. }
  29.  
  30.  
  31.  
  32. #event for un-enlightned gommunist puppets
  33. country_event = {
  34.  
  35. id = 148819392
  36.  
  37. is_triggered_only = yes
  38. trigger = {
  39. }
  40.  
  41. mean_time_to_happen = {
  42. months = 1
  43. }
  44.  
  45. title = "true gommunism :DDD"
  46. desc = "gommunism has not been tried before"
  47. picture = "wagner"
  48.  
  49. option = {
  50. name = "EVTOPTA148819392"
  51. set_country_flag = gommunism_is_smart
  52. overlord = {
  53. money = -100000
  54. any_pop = {
  55. limit = { type = clergymen }
  56. reduce_pop = 0.98
  57. }
  58. }
  59. }
  60. }
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. #################################
  69. #### this is a decision file ####
  70. #################################
  71.  
  72. political_decisions = {
  73.  
  74. #gommunist intelectuals
  75. communist_intellectuals = { ## you should probably setup a check to see if there is a puppet that's actually uncivilized
  76. picture = CAL_greater_california
  77. potential = {
  78. government = proletarian_dictatorship
  79. num_of_vassals = 1
  80.  
  81. }
  82.  
  83. allow = {
  84. OR = {
  85. AND = {
  86. num_of_vassals = 1
  87. money = 100000
  88. NOT = { num_of_vassals = 2 }
  89. }
  90. AND = {
  91. num_of_vassals = 2
  92. money = 200000
  93. NOT = { num_of_vassals = 3 }
  94. }
  95. AND = {
  96. num_of_vassals = 3
  97. money = 300000
  98. NOT = { num_of_vassals = 4 }
  99. }
  100. AND = {
  101. num_of_vassals = 4
  102. money = 400000
  103. NOT = { num_of_vassals = 5 }
  104. }
  105. AND = {
  106. num_of_vassals = 5
  107. money = 500000
  108. NOT = { num_of_vassals = 6 }
  109. }
  110. AND = {
  111. num_of_vassals = 6
  112. money = 600000
  113. NOT = { num_of_vassals = 7 }
  114. }
  115. AND = {
  116. num_of_vassals = 7
  117. money = 700000
  118. NOT = { num_of_vassals = 8 }
  119. }
  120. AND = {
  121. num_of_vassals = 8
  122. money = 800000
  123. NOT = { num_of_vassals = 9 }
  124. }
  125. AND = {
  126. num_of_vassals = 9
  127. money = 900000
  128. NOT = { num_of_vassals = 10 }
  129. }
  130. AND = {
  131. num_of_vassals = 10
  132. money = 1000000
  133. }
  134.  
  135. }
  136. }
  137.  
  138. effect = {
  139. any_country = {
  140. limit = {
  141. vassal_of = THIS
  142. is_civilized = no
  143. }
  144. country_event = 148819392
  145. }
  146. }
  147. }
  148. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement