Advertisement
rangerage

Untitled

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