Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. focus = {
  2. id = ETH_f23
  3. icon = GFX_focus_hol_the_foundations_of_defense
  4. prerequisite = {ETH_f1}
  5. mutually_exclusive = { focus = ETH_f12}
  6. mutually_exclusive = { focus = ETH_f17}
  7. mutually_exclusive = { focus = ETH_f2}
  8.  
  9. x = 12
  10. y = 1
  11. cost = 7
  12.  
  13. completion_reward = {
  14. add_manpower = 100000
  15. set_stability = 0.8
  16. set_war_support = 0.8
  17. }
  18.  
  19. available = {
  20. has_war = yes
  21. }
  22. }
  23.  
  24. focus = {
  25. id = ETH_f24
  26. icon = GFX_focus_chi_reach_out_to_france
  27. prerequisite = {focus = ETH_f23}
  28. mutually_exclusive = { focus = ETH_f25}
  29. mutually_exclusive = { focus = ETH_f26}
  30.  
  31. x = 11
  32. y = 1
  33. cost = 20
  34.  
  35. completion_reward = {
  36.  
  37. }
  38.  
  39. available = {
  40. has_war = yes
  41. FRA = {has_government = democratic}
  42. }
  43. }
  44.  
  45. focus = {
  46. id = ETH_f25
  47. icon = GFX_focus_chi_british_cooperation
  48. prerequisite = {focus = ETH_f23}
  49. mutually_exclusive = { focus = ETH_f24}
  50. mutually_exclusive = { focus = ETH_f26}
  51.  
  52. x = 13
  53. y = 1
  54. cost = 20
  55.  
  56. completion_reward = {
  57.  
  58. }
  59.  
  60. available = {
  61. has_war = yes
  62. ENG = {has_government = democratic}
  63. }
  64. }
  65.  
  66. focus = {
  67. id = ETH_f26
  68. icon = GFX_focus_eng_move_to_secure_the_dominions
  69. prerequisite = {focus = ETH_f23}
  70. mutually_exclusive = { focus = ETH_f24}
  71. mutually_exclusive = { focus = ETH_f25}
  72.  
  73. x = 15
  74. y = 1
  75. cost = 20
  76.  
  77. completion_reward = {
  78. set_rule = { can_create_factions = yes}
  79. create_faction = "Fre"
  80. OMA = {country_event = {id = eth.14 days = 1}}
  81. YEM = {country_event = {id = eth.15 days = 1}}
  82. SAU = {country_event = {id = eth.16 days = 1}}
  83. IRQ = {country_event = {id = eth.17 days = 1}}
  84. PER = {country_event = {id = eth.18 days = 1}}
  85. AFG = {country_event = {id = eth.19 days = 1}}
  86. POR = {country_event = {id = eth.20 days = 1}}
  87. }
  88.  
  89. available = {
  90. has_war = yes
  91. OMA = {has_government = neutrality}
  92. YEM = {has_government = neutrality}
  93. SAU = {has_government = neutrality}
  94. IRQ = {has_government = neutrality}
  95. PER = {has_government = neutrality}
  96. AFG = {has_government = neutrality}
  97. POR = {has_government = neutrality}
  98. }
  99. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement