Advertisement
rangerage

Untitled

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