Advertisement
rangerage

Untitled

Aug 30th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. outside_form_italy = {
  2. potential = {
  3. NOT = { is_culture_group = italian }
  4. is_greater_power = yes
  5. NOT = { exists = ITA }
  6. OR = {
  7. any_owned_province = { is_core = ITA }
  8. SAR = { in_sphere = THIS }
  9. SIC = { in_sphere = THIS }
  10. PAP = { in_sphere = THIS }
  11. TUS = { in_sphere = THIS }
  12. MOD = { in_sphere = THIS }
  13. PAR = { in_sphere = THIS }
  14. LUC = { in_sphere = THIS }
  15. LOM = { in_sphere = THIS }
  16. VEN = { in_sphere = THIS }
  17. }
  18. }
  19.  
  20. allow = {
  21. invention = biased_multiculturalism
  22. war = no
  23. ITA = {
  24. all_core = {
  25. OR = {
  26. OR = {
  27. owned_by = THIS
  28. owner = {
  29. in_sphere = THIS
  30. war = no
  31. }
  32. }
  33. NOT = {
  34. OR = {
  35. culture = north_italian
  36. culture = south_italian
  37. }
  38. }
  39. }
  40. }
  41. }
  42. }
  43.  
  44. effect = {
  45. prestige = 50
  46. infamy = -4
  47. any_country = {
  48. limit = {
  49. OR = {
  50. primary_culture = north_italian
  51. primary_culture = south_italian
  52. }
  53. }
  54. any_owned = {
  55. add_core = ITA
  56. }
  57. }
  58. any_country = {
  59. limit = {
  60. OR = {
  61. primary_culture = north_italian
  62. primary_culture = south_italian
  63. }
  64. in_sphere = THIS
  65. }
  66. annex_to = THIS
  67. }
  68. any_owned = {
  69. limit = {
  70. is_core = THIS
  71. is_core = ITA
  72. }
  73. remove_core = ITA
  74. }
  75. release_vassal = ITA
  76. create_alliance = ITA
  77. diplomatic_influence = {
  78. who = ITA
  79. value = 300
  80. }
  81. }
  82.  
  83. ai_will_do = {
  84. factor = 1
  85. }
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement