Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. focus_tree = {
  2. id = malmslatt
  3.  
  4. country = {
  5. factor = 0
  6.  
  7. modifier = {
  8. add = 10
  9. tag = MST
  10. }
  11. }
  12.  
  13. focus = {
  14. id = Army Innovations
  15. icon = GFX_goal_generic_axis_build_infantry
  16. cost = 0,00
  17. x = 2
  18. y = 0
  19.  
  20. }
  21. focus = {
  22. id = Air Innovations
  23. icon = GFX_goal_generic_air_fighter2
  24. cost = 0,00
  25. x = 5
  26. y = 0
  27.  
  28. }
  29. focus = {
  30. id = Army Innovations 2
  31. icon = GFX_goal_generic_axis_build_infantry
  32. cost = 0,00
  33. prerequisite = {
  34. focus = Army Innovations
  35. }
  36. x = 2
  37. y = 1
  38.  
  39. }
  40. focus = {
  41. id = Doctrine Effort
  42. icon = GFX_goal_generic_build_tank
  43. cost = 0,00
  44. prerequisite = {
  45. focus = Army Innovations 2
  46. }
  47. x = 2
  48. y = 2
  49.  
  50. }
  51. focus = {
  52. id = Doctrine Effort 2
  53. icon = GFX_goal_generic_build_tank
  54. cost = 0,00
  55. prerequisite = {
  56. focus = Doctrine Effort
  57. }
  58. x = 2
  59. y = 3
  60.  
  61. }
  62. focus = {
  63. id = Air Innovations 2
  64. icon = GFX_goal_generic_air_fighter2
  65. cost = 0,00
  66. prerequisite = {
  67. focus = Air Innovations
  68. }
  69. x = 5
  70. y = 1
  71.  
  72. }
  73. focus = {
  74. id = Air Effort
  75. icon = GFX_goal_generic_build_airforce
  76. cost = 0,00
  77. prerequisite = {
  78. focus = Air Innovations 2
  79. }
  80. x = 5
  81. y = 2
  82.  
  83. }
  84. focus = {
  85. id = Air Effort
  86. icon = GFX_goal_generic_build_airforce
  87. cost = 0,00
  88. prerequisite = {
  89. focus = Air Effort
  90. }
  91. x = 5
  92. y = 3
  93.  
  94. }
  95. focus = {
  96. id = Treaty with Germany
  97. icon = GFX_goal_generic_scientific_exchange
  98. cost = 0,00
  99. prerequisite = {
  100. focus = Doctrine Effort 2
  101. focus = Air Effort
  102. }
  103. mutually_exclusive = {
  104. focus = Treaty with the USSR
  105. focus = Treaty with the UK
  106. focus = Treaty with Sweden
  107. focus = Treaty with the USSR
  108. focus = Treaty with the UK
  109. focus = Slätten
  110. }
  111. x = 1
  112. y = 4
  113.  
  114. }
  115. focus = {
  116. id = Treaty with the USSR
  117. icon = GFX_goal_generic_scientific_exchange
  118. cost = 0,00
  119. prerequisite = {
  120. focus = Doctrine Effort 2
  121. focus = Air Effort
  122. }
  123. mutually_exclusive = {
  124. focus = Treaty with Germany
  125. focus = Treaty with Germany
  126. focus = Treaty with the UK
  127. focus = Treaty with Sweden
  128. focus = Treaty with the UK
  129. focus = Slätten
  130. }
  131. x = 3
  132. y = 4
  133.  
  134. }
  135. focus = {
  136. id = Treaty with the UK
  137. icon = GFX_goal_generic_scientific_exchange
  138. cost = 0,00
  139. prerequisite = {
  140. focus = Doctrine Effort 2
  141. focus = Air Effort
  142. }
  143. mutually_exclusive = {
  144. focus = Treaty with Germany
  145. focus = Treaty with the USSR
  146. focus = Treaty with Sweden
  147. focus = Treaty with the USSR
  148. focus = Treaty with Germany
  149. focus = Slätten
  150. }
  151. x = 5
  152. y = 4
  153.  
  154. }
  155. focus = {
  156. id = Treaty with Sweden
  157. icon = GFX_goal_generic_scientific_exchange
  158. cost = 0,00
  159. prerequisite = {
  160. focus = Doctrine Effort 2
  161. focus = Air Effort
  162. }
  163. mutually_exclusive = {
  164. focus = Treaty with Germany
  165. focus = Treaty with the USSR
  166. focus = Treaty with the UK
  167. focus = Slätten
  168. }
  169. x = 7
  170. y = 4
  171.  
  172. }
  173. focus = {
  174. id = Slätten
  175. icon = GFX_goal_generic_wolf_pack
  176. cost = 0,00
  177. prerequisite = {
  178. focus = Air Effort
  179. }
  180. prerequisite = {
  181. focus = Air Effort
  182. }
  183. mutually_exclusive = {
  184. focus = Treaty with Sweden
  185. focus = Treaty with the UK
  186. focus = Treaty with the USSR
  187. focus = Treaty with Germany
  188. }
  189. x = 9
  190. y = 4
  191. }
  192. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement