Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. ideas = {
  2.  
  3. country = {
  4. BOR_full_political_mobilization = {
  5. allowed = {
  6. original_tag = "BGR"
  7. }
  8.  
  9. removal_cost = -1
  10.  
  11. picture = GFX_goal_generic_production
  12.  
  13. modifier = {
  14. political_power_gain = 0.25
  15. }
  16. }
  17. }
  18.  
  19. country = {
  20. BOR_friends_in_the_banks = {
  21. allowed = {
  22. original_tag = "BGR"
  23. }
  24.  
  25. removal_cost = -1
  26.  
  27. picture = GFX_goal_generic_production
  28.  
  29. modifier = {
  30. production_factory_max_efficiency_factor = 0.2
  31. }
  32. }
  33. }
  34.  
  35. country = {
  36. BOR_we_have_the_money = {
  37. allowed = {
  38. original_tag = "BGR"
  39. }
  40.  
  41. removal_cost = -1
  42.  
  43. picture = GFX_goal_generic_production
  44.  
  45. modifier = {
  46. production_factory_max_efficiency_factor = 0.3
  47. }
  48. }
  49. }
  50.  
  51. country = {
  52. BOR_the_reichstags_champion = {
  53. allowed = {
  54. original_tag = "BGR"
  55. }
  56.  
  57. removal_cost = -1
  58.  
  59. picture = GFX_goal_generic_production
  60.  
  61. modifier = {
  62. political_power_gain = 0.25
  63. }
  64. }
  65. }
  66.  
  67. country = {
  68. BOR_the_reichstags_champion = {
  69. allowed = {
  70. original_tag = "BGR"
  71. }
  72.  
  73. removal_cost = -1
  74.  
  75. picture = GFX_goal_generic_production
  76.  
  77. modifier = {
  78. political_power_gain = 0.25
  79. }
  80. }
  81. }
  82.  
  83. country = {
  84. BOR_fight_for_your_money = {
  85. allowed = {
  86. original_tag = "BGR"
  87. }
  88.  
  89. removal_cost = -1
  90.  
  91. picture = GFX_goal_generic_production
  92.  
  93. modifier = {
  94. political_power_gain = 0.25
  95. production_factory_max_efficiency_factor = 0.3
  96. production_speed_buildings_factor = 0.3
  97. }
  98. }
  99. }
  100.  
  101. country = {
  102. bor_the_brazen_bull = {
  103. allowed = {
  104. original_tag = "BGR"
  105. }
  106.  
  107. removal_cost = -1
  108.  
  109. picture = GFX_goal_generic_production
  110.  
  111. modifier = {
  112. political_power_gain = -0.5
  113. #TODO boost negatively stability and war support for three months
  114. }
  115. }
  116. }
  117.  
  118. country = {
  119. bor_it_was_the_politicians_fault = {
  120. allowed = {
  121. original_tag = "BGR"
  122. }
  123.  
  124. removal_cost = -1
  125.  
  126. picture = GFX_goal_generic_production
  127.  
  128. modifier = {
  129. political_power_gain = 0.25
  130. stability_weekly = 0.03
  131. war_support_weekly = 0.03
  132. }
  133. }
  134. }
  135.  
  136. country = {
  137. BOR_we_need_the_cash = {
  138. allowed = {
  139. original_tag = "BGR"
  140. }
  141.  
  142. removal_cost = -1
  143.  
  144. picture = GFX_goal_generic_production
  145.  
  146. modifier = {
  147. production_factory_max_efficiency_factor = 0.2
  148. production_speed_buildings_factor = 0.2
  149. industry_repair_factor = 0.3
  150. }
  151. }
  152. }
  153.  
  154. country = {
  155. bor_the_military_messed_up = {
  156. allowed = {
  157. original_tag = "BGR"
  158. }
  159.  
  160. removal_cost = -1
  161.  
  162. picture = GFX_goal_generic_production
  163.  
  164. modifier = {
  165. offence = -0.15
  166. defence = -0.15
  167. }
  168. }
  169. }
  170.  
  171. country = {
  172. bor_the_public_faces = {
  173. allowed = {
  174. original_tag = "BGR"
  175. }
  176.  
  177. removal_cost = -1
  178.  
  179. picture = GFX_goal_generic_production
  180.  
  181. modifier = {
  182. army_org_Factor = -0.10
  183. planning_speed = -0.10
  184. #TODO Remove two of Bormann's generals (Generals not implemented yet)
  185. }
  186. }
  187. }
  188.  
  189. country = {
  190. bor_it_was_the_soldiers_fault = {
  191. allowed = {
  192. original_tag = "BGR"
  193. }
  194.  
  195. removal_cost = -1
  196.  
  197. picture = GFX_goal_generic_production
  198.  
  199. modifier = {
  200. political_power_gain = 0.25
  201. war_support_weekly = 0.03
  202. stability_weekly = 0.03
  203. #TODO Add if statement that will add manpower on a monthly basis
  204. }
  205. }
  206. }
  207.  
  208. country = {
  209. bor_sell_out = {
  210. allowed = {
  211. original_tag = "BGR"
  212. }
  213.  
  214. removal_cost = -1
  215.  
  216. picture = GFX_goal_generic_production
  217.  
  218. modifier = {
  219. production_factory_max_efficiency_factor = 0.15
  220. production_factory_efficiency_gain_factor = 0.15
  221. }
  222. }
  223. }
  224.  
  225. country = {
  226. bor_the_last_push = {
  227. allowed = {
  228. original_tag = "BGR"
  229. }
  230.  
  231. removal_cost = -1
  232.  
  233. picture = GFX_goal_generic_production
  234.  
  235. modifier = {
  236. offence = 0.50
  237. defence = 0.50
  238. land_reinforce_rate = 0.30
  239. army_org_Factor = 0.20
  240. planning_speed = 0.30
  241. recon_factor = 0.10
  242. out_of_supply_factor = -0.5
  243. }
  244. }
  245. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement