Advertisement
Shanix

Untitled

May 2nd, 2016
982
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. country_event = { #Multiply primary cultures by 2
  2. id = 6002
  3. title = "Fountain of Youth"
  4. desc = "Fountain of Youth Discovered"
  5. picture = "Nile"
  6.  
  7. is_triggered_only = yes
  8.  
  9. option = {
  10. name = "Growth"
  11. any_pop = {
  12. limit = {
  13. or = {
  14. is_primary_culture = yes
  15. }
  16. }
  17. reduce_pop = 2
  18. }
  19. }
  20. }
  21.  
  22. country_event = { #Multiply primary 2
  23. id = 6003
  24. title = "Fountain of Youth"
  25. desc = "Fountain of Youth Discovered"
  26. picture = "Nile"
  27.  
  28. is_triggered_only = yes
  29.  
  30. option = {
  31. name = "Growth"
  32. any_pop = {
  33. limit = {
  34. or = {
  35. is_primary_culture = yes
  36. }
  37. }
  38. reduce_pop = 1.1
  39. }
  40. }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement