Advertisement
t_a_w

decisions/banish_traitor_decision.txt

Oct 25th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. targetted_decisions = {
  2. banish_traitor_decision = {
  3. filter = court
  4. ai_target_filter = court
  5. is_high_prio = yes
  6. from_potential = {
  7. is_ruler = yes
  8. ai = no
  9. }
  10. potential = {
  11. host = {
  12. character = FROM
  13. }
  14. prisoner = yes
  15. }
  16. allow = {
  17. prisoner = yes
  18. FROM = {
  19. OR = {
  20. has_opinion_modifier = {
  21. who = ROOT
  22. modifier = opinion_traitor
  23. }
  24. has_opinion_modifier = {
  25. who = ROOT
  26. modifier = opinion_rebel_traitor
  27. }
  28. has_opinion_modifier = {
  29. who = ROOT
  30. modifier = opinion_dishonorable
  31. }
  32. }
  33. }
  34. }
  35. effect = {
  36. prisoner = no
  37. FROM = {
  38. remove_opinion = {
  39. who = ROOT
  40. modifier = opinion_traitor
  41. }
  42. remove_opinion = {
  43. who = ROOT
  44. modifier = opinion_rebel_traitor
  45. }
  46. remove_opinion = {
  47. who = ROOT
  48. modifier = opinion_dishonorable
  49. }
  50. }
  51. FROM = {
  52. wealth = ROOT
  53. }
  54. clear_wealth = yes
  55. any_demesne_title = {
  56. limit = {
  57. controls_religion = no
  58. }
  59. usurp_title = FROM
  60. }
  61. }
  62. revoke_allowed = {
  63. always = no
  64. }
  65. ai_will_do = {
  66. factor = 0
  67. }
  68. }
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement