Advertisement
rangerage

Untitled

Aug 30th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 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. war = no
  22. ITA = {
  23. all_core = {
  24. OR = {
  25. OR = {
  26. owned_by = THIS
  27. owner = { in_sphere = THIS }
  28. }
  29. NOT = {
  30. OR = {
  31. culture = north_italian
  32. culture = south_italian
  33. }
  34. }
  35. }
  36. }
  37. }
  38. }
  39.  
  40. effect = {
  41. prestige = 50
  42. any_owned = {
  43. limit = {
  44. is_core = THIS
  45. is_core = ITA
  46. }
  47. remove_core = ITA
  48. }
  49. any_country = {
  50. limit = {
  51. OR = {
  52. primary_culture = north_italian
  53. primary_culture = south_italian
  54. }
  55. in_sphere = THIS
  56. }
  57. annex_to = THIS
  58. }
  59. release_vassal = ITA
  60. create_alliance = ITA
  61. diplomatic_influence = {
  62. who = ITA
  63. value = 300
  64. }
  65. }
  66.  
  67. ai_will_do = {
  68. factor = 1
  69. }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement