Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. character_event = {
  2. id = shatteredWorld.54
  3. hide_window = yes
  4. is_triggered_only = yes
  5.  
  6. option = {
  7. set_global_flag = disable_assign_all_empires
  8.  
  9. # assign_all_kings
  10. character_event = { id = shatteredWorld.53 }
  11.  
  12. # assign all empires
  13. any_title = {
  14. limit = {
  15. tier = emperor
  16. is_landless_type_title = no
  17. is_titular = no
  18. }
  19.  
  20. capital_scope = {
  21. kingdom = {
  22. holder_scope = {
  23. grant_title_no_opinion = PREVPREVPREV
  24.  
  25. any_demesne_title = {
  26. limit = {
  27. tier = emperor
  28. }
  29.  
  30. any_de_jure_vassal_title = {
  31. limit = {
  32. tier = count
  33. holder_scope = {
  34. independent = yes
  35. }
  36. }
  37.  
  38. holder_scope = {
  39. set_defacto_liege = PREVPREVPREV
  40. }
  41. }
  42. }
  43. }
  44. }
  45. }
  46. }
  47.  
  48. recalc_succession = yes
  49. }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement