Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. focus_tree = {
  2. id = egypt_focus
  3.  
  4. country = {
  5. factor = 1
  6.  
  7. modifier = {
  8. add = 10
  9. tag = EGY
  10. }
  11. }
  12.  
  13.  
  14. focus = {
  15. id = EGY_five_year_plan
  16. icon = GFX_goal_generic_construction
  17. x = 2
  18. y = 0
  19. cost = 10
  20. ai_will_do = {
  21. factor = 1
  22. }
  23.  
  24. completion_reward = {
  25. add_tech_bonus = {
  26. name = EGY_four_year_plan
  27. bonus = 1.0
  28. uses = 2
  29. category = industry
  30. }
  31.  
  32. }
  33.  
  34. focus = {
  35. id = EGY_five_year_plan
  36. icon = GFX_goal_generic_construction
  37. prerequisite = { focus = EGY_five_year_plan }
  38. x = 3
  39. y = 0
  40. cost = 10
  41. ai_will_do = {
  42. factor = 2
  43. }
  44.  
  45. completion_reward = {
  46. add_tech_bonus = {
  47. name = EGY_four_year_plan
  48. bonus = 1.0
  49. uses = 2
  50. category = industry
  51. }
  52. }
  53.  
  54. focus = {
  55. id = EGY_overcome_depression
  56. icon = GFX_goal_generic_construction
  57. x = 1
  58. y = 1
  59. cost = 10
  60. ai_will_do = {
  61. factor = 3
  62. }
  63.  
  64. completion_reward = {
  65. add_tech_bonus = {
  66. name = EGY_overcome_depression
  67. bonus = 1.0
  68. uses = 2
  69. category = industry
  70. }
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement