Advertisement
rangerage

Untitled

Aug 16th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. greek_lands_question = {
  2. potential = {
  3. is_greater_power = yes
  4. exists = GRE
  5. NOT = {
  6. truce_with = GRE
  7. has_country_flag = greek_lands_question
  8. }
  9. any_owned_province = {
  10. is_core = GRE
  11. }
  12. }
  13.  
  14. allow = {
  15. nationalism_n_imperialism = 1
  16. war = no
  17. }
  18.  
  19. effect = {
  20. relation = {
  21. who = GRE
  22. value = 50
  23. }
  24. diplomatic_influence = {
  25. who = GRE
  26. value = 50
  27. }
  28. prestige = 15
  29. badboy = -5
  30. GRE = {
  31. inherit = {
  32. all_core = {
  33. limit = {
  34. owner = THIS
  35. }
  36. }
  37. }
  38. }
  39. set_country_flag = greek_lands_question
  40. }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement