Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. #change capital
  2. country_event = {
  3. id = armenia.27
  4. title = armenia.27.t
  5. desc = armenia.27.d
  6. picture = GFX_report_event_german_reichstag_gathering
  7.  
  8. fire_only_once = yes
  9.  
  10. trigger = {
  11. # has_global_flag = transcaucasia_formed
  12. }
  13.  
  14. option = { #Tblisi
  15. name = armenia.27.a
  16. ai_chance = {
  17. base = 100
  18. }
  19. set_capital = 231
  20. }
  21.  
  22. option = { #Baku
  23. name = armenia.27.b
  24. ai_chance = {
  25. base = 0
  26. }
  27. set_capital = 774
  28. }
  29.  
  30. option = { #Yerevan
  31. name = armenia.27.c
  32. ai_chance = {
  33. base = 0
  34. }
  35. set_capital = 230
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement