Advertisement
Guest User

Untitled

a guest
Jul 13th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. can_use = {
  2. ROOT = {
  3. can_call_crusade = yes
  4. }
  5.  
  6. FROM = {
  7. OR = {
  8. religion = messalian
  9. NOT = { religion_group = ROOT }
  10. is_heresy_of = ROOT
  11. is_parent_religion = ROOT
  12. AND = {
  13. religion_group = pagan_group
  14. NOT = { religion = ROOT }
  15. }
  16. AND = {
  17. religion_group = christian
  18. NOT = { religion = messalian }
  19. }
  20. }
  21. }
  22.  
  23. NOT = { # Not if the Schism has been mended
  24. AND = {
  25. OR = {
  26. religion = catholic
  27. religion = fraticelli
  28. }
  29. has_global_flag = schism_mended
  30. }
  31. }
  32. }
  33.  
  34. can_use_title = {
  35. FROM = {
  36. any_realm_title = {
  37. de_jure_liege_or_above = PREVPREV
  38. }
  39.  
  40. independent = yes # Don't declare Crusades on revolters - chances are high the war will invalidate
  41.  
  42. num_of_realm_counties = {
  43. value = 6
  44. title = PREV
  45. }
  46. }
  47. }
  48.  
  49. is_valid = {
  50. ROOT = {
  51. can_call_crusade = yes
  52. }
  53. }
  54.  
  55. FROM = {
  56. OR = {
  57. religion = messalian
  58. NOT = { religion_group = ROOT }
  59. is_heresy_of = ROOT
  60. is_parent_religion = ROOT
  61. AND = {
  62. religion_group = pagan_group
  63. NOT = { religion = ROOT }
  64. }
  65. AND = {
  66. religion_group = christian
  67. NOT = { religion = messalian }
  68. }
  69. }
  70. }
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement