AvengerDr

Event

Mar 16th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. # goes into /Events folder
  2.  
  3. namespace = somnium
  4.  
  5. narrative_event = {
  6. id = rome.001
  7. title = EVTNAMErome.0001
  8. desc= EVTDESCrome.0001
  9. picture = GFX_evt_hagia_sofia
  10. capable_only = yes
  11. prisoner = no
  12. is_triggered_only = yes
  13. trigger = {
  14. religion = hellenic_pagan
  15. has_landed_title = e_byzantium
  16. }
  17. #Fast event triggers
  18. only_playable = yes
  19. option = {
  20. name = EVTOPTArome.0001
  21. custom_tooltip = { text = EVTTwre }
  22. # the following gives a negative dominion to any orthodox ruler
  23. # it should be made more speficic, perhaps only orthodox rulers that are
  24. # de jure vassals in Byzantium
  25. any_realm_lord = {
  26. limit = {
  27. higher_real_tier_than = BARON
  28. religion = orthodox
  29. }
  30. opinion = { modifier = opinion_destroyed_dj_liege_title
  31. who = ROOT}
  32. }
  33. # it also gives a negative modifier to anyone who had a claim
  34. any_independent_ruler = {
  35. limit = {
  36. OR = {
  37. has_weak_claim = e_byzantium
  38. has_strong_claim = e_byzantium
  39. }
  40. }
  41. opinion = { modifier = opinion_destroyed_dj_liege_title
  42. who = ROOT}
  43. }
  44.  
  45. # this destroys the title
  46. e_byzantium = {
  47. destroy_landed_title = yes
  48. }
  49. # gives you a nickname and detracts some prestige/piety points
  50. root = {
  51. give_nickname = last_emperor
  52. prestige = -1000
  53. piety = -500
  54. set_character_flag = byz_dissolved
  55. # I don't know if this is relevant to only CK2+ but some negative modifiers
  56. # won't go away otherwise
  57. hidden_tooltip = {
  58. remove_character_modifier = byz_decadence4
  59. }
  60. }
  61. }
  62. # cancels it
  63. option = {
  64. name = EVTOPTBrome.0001
  65. custom_tooltip = { text = EVTTnodissolve}
  66. }
  67. }
Advertisement
Add Comment
Please, Sign In to add comment