DirtyFlame

Poland-Lithuania

May 31st, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. political_decisions = {
  2. form_poland_lithuania {
  3. potential = {
  4. OR = {
  5. AND = {
  6. tag = POL
  7. LIT = {
  8. ai = yes
  9. }
  10. }
  11. AND = {
  12. tag = LIT
  13. POL = {
  14. ai = yes
  15. }
  16. }
  17. }
  18. NOT = { has_global_flag = form_poland_lithuania }
  19. }
  20. allow = {
  21. OR = {
  22. AND = {
  23. tag = POL
  24. OR = {
  25. LIT = {
  26. all_core = {
  27. owned_by = POL
  28. }
  29. }
  30. is_our_vassal = LIT
  31. }
  32. }
  33. AND = {
  34. tag = LIT
  35. OR = {
  36. POL = {
  37. all_core = {
  38. owned_by = LIT
  39. }
  40. }
  41. is_our_vassal = POL
  42. }
  43. }
  44. }
  45. }
  46. effect = {
  47. change_tag = PLC
  48. POL = {
  49. any_core = {
  50. remove_core = POL
  51. }
  52. }
  53. LIT = {
  54. any_core = {
  55. remove_core = LIT
  56. }
  57. }
  58. PLC = {
  59. inherit = POL
  60. inherit = LIT
  61. }
  62. prestige = 25
  63. set_global_flag = form_poland_lithuania
  64. }
  65. ai_will_do = {
  66. factor = 1
  67. }
  68. }
  69. }
Advertisement
Add Comment
Please, Sign In to add comment