Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. [flavourF01-Kheterata.txt]
  2. # Kheteratan Events
  3.  
  4. namespace = kheteratan_events
  5.  
  6. # The Reign of Khetarch Baqtkhet II
  7. country_event =
  8. {
  9. id = kheteratan_events.1
  10. title = kheteratan_events.1.t
  11. desc = kheteratan_events.1.d
  12. fire_only_once = yes
  13.  
  14. trigger = { tag = F01 }
  15.  
  16. option =
  17. {
  18. name = kheteratan_events.1.a
  19. add_country_modifier =
  20. {
  21. name = khetarch_baqtkhet_ii
  22. duration = -1
  23. }
  24. }
  25. }
  26.  
  27. # The Death of Khetarch Baqtkhet II
  28. country_event =
  29. {
  30. id = kheteratan_events.2
  31. title = kheteratan_events.2.t
  32. desc = kheteratan_events.2.d
  33. fire_only_once = yes
  34.  
  35. trigger =
  36. {
  37. has_country_modifier = khetarch_baqtkhet_ii
  38. is_religion_enabled = corinite
  39. }
  40.  
  41. mean_time_to_happen = { months = 60 }
  42.  
  43. option =
  44. {
  45. name = kheteratan_events.2.a
  46. remove_country_modifier = khetarch_baqtkhet_ii
  47. add_country_modifier =
  48. {
  49. name = khetarch_regency
  50. duration = -1
  51. }
  52. }
  53. option =
  54. {
  55. name = kheteratan_events.2.b
  56. remove_country_modifier = khetarch_baqtkhet_ii
  57. add_country_modifier =
  58. {
  59. name = paid_for_khetarch_burial
  60. duration = -1
  61. }
  62. }
  63.  
  64. }
  65.  
  66. [flavourF01-kheterata_l_english.yml]
  67. l_english:
  68. kheteratan_events.1.t:0 "The Reign of Khetarch Baqtkhet II"
  69. kheteratan_events.1.d:0 "Khetarch Baqtkhet II has been our Khetarch since 1136, and his time as Khetarch has seen Kheterata regain much of her lost land, and has pushed back the elven threat. In 1162, he oversaw the construction of a new, stable Kheteratan government after the assassination of Jexis. The elven governors who split away from Jexis's empire after her death were easy pickings for the fledgeling state, as the local Kheteratans saw the incoming armies not as menaces and threats, but as saviors and heroes."
  70. kheteratan_events.1.a:0 "Long Live Khetarch Baqtkhet II!"
  71. kheteratan_events.2.t:0 "The Death of Khetarch Baqtkhet II"
  72. kheteratan_events.2.d:0 "Just this evening, our Khetarch, Baqtkhet II, passed away in his sleep. In response to the Khetarch's passing, the Council of Elders has called for all pious Khetists to pay a tithe to help finance Baqtkhet's burial, which will eat into our tax income.
  73. kheteratan_events.2.a:0 "Allow the church to collect the tithe."
  74. kheteratan_events.2.b:0 "The State will pay for part of the burial."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement