Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. wal_fwa_terrorism = {
  2. avaliable = {
  3. WAL = {
  4. has_country_flag = wal_fwa_terrorism_start
  5. }
  6. }
  7. wal_find_fwa_low = {
  8. avaliable = {
  9. NOT = {
  10. has_country_flag = wal_finding_fwa
  11. }
  12. }
  13. cost = 25
  14. complete_effect = {
  15. custom_effect_tooltip = WAL_Find_The_FWA_low
  16. hidden_effect = {
  17. set_country_flag = wal_finding_fwa
  18. random_list = {
  19. 25 = {
  20. country_event = {
  21. id = walunion.23
  22. days = 15
  23. }
  24. }
  25. 75 = {
  26. country_event = {
  27. id = walunion.24
  28. days = 15
  29. }
  30. }
  31. }
  32. }
  33. }
  34. }
  35. wal_find_fwa_medium = {
  36. avaliable = {
  37. NOT = {
  38. has_country_flag = wal_finding_fwa
  39. }
  40. }
  41. cost = 50
  42. complete_effect = {
  43. custom_effect_tooltip = WAL_Find_The_FWA_medium
  44. hidden_effect = {
  45. set_country_flag = wal_finding_fwa
  46. random_list = {
  47. 55 = {
  48. country_event = {
  49. id = walunion.23
  50. days = 15
  51. }
  52. }
  53. 45 = {
  54. country_event = {
  55. id = walunion.24
  56. days = 15
  57. }
  58. }
  59. }
  60. }
  61. }
  62. }
  63. wal_find_fwa_high = {
  64. avaliable = {
  65. NOT = {
  66. has_country_flag = wal_finding_fwa
  67. }
  68. }
  69. cost = 75
  70. complete_effect = {
  71. custom_effect_tooltip = WAL_Find_The_FWA_high
  72. hidden_effect = {
  73. set_country_flag = wal_finding_fwa
  74. random_list = {
  75. 80 = {
  76. country_event = {
  77. id = walunion.23
  78. days = 15
  79. }
  80. }
  81. 20 = {
  82. country_event = {
  83. id = walunion.24
  84. days = 15
  85. }
  86. }
  87. }
  88. }
  89. }
  90. }
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement