Advertisement
Guest User

Puppet Target Country

a guest
May 21st, 2018
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. #################### Puppet Target Country
  2. ####################
  3. #################### event puppet.0 <TAG>
  4. ####################
  5. ####################
  6. ####################
  7.  
  8. add_namespace = puppet
  9. country_event = {
  10. id = puppet.0
  11. title = "Puppet Target Country"
  12. desc = "Do you want to puppet?"
  13. picture = GFX_report_event_soviet_soldiers
  14. #fire_only_once = yes
  15. is_triggered_only = yes
  16. mean_time_to_happen = { days = 10 }
  17. option = {
  18. name = Welcome
  19. ai_chance = { factor = 100 }
  20.  
  21.  
  22.  
  23. every_country = {
  24. limit = {
  25. AND = {
  26. is_ai = no
  27. NOT = { tag = ROOT }
  28. }}
  29. puppet = ROOT
  30. }
  31.  
  32.  
  33. ###########################################################
  34.  
  35. ###########################################################
  36.  
  37. ###################################################
  38. ######################################################
  39.  
  40. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement