Advertisement
Sergiovan

One event

Nov 5th, 2014
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. #Someone messed with your fow
  2. country_event = {
  3. id = flavor_xcom.18
  4. title = flavor_xcom.EVTNAME18
  5. desc = flavor_xcom.EVTDESC18
  6. picture = HARBOUR_eventPicture #Change //TODO
  7.  
  8. mean_time_to_happen = {
  9. months = 5
  10. }
  11.  
  12. trigger = {
  13. OR = {
  14. tag = DOM
  15. vassal_of = DOM
  16. }
  17. any_neighbor_country = {
  18. NOT = {
  19. truce_with = DOM
  20. vassal_of = DOM
  21. tag = DOM
  22. }
  23. DOM = {
  24. has_country_flag = fow_messed_@PREV
  25. }
  26. }
  27. }
  28.  
  29. option = {
  30. name = flavor_xcom.EVTOPTA18
  31. if = {
  32. limit = {
  33. vassal_of = DOM
  34. }
  35. random_neighbor_country = {
  36. limit = {
  37. NOT = {
  38. truce_with = DOM
  39. vassal_of = DOM
  40. tag = DOM
  41. }
  42. DOM = {
  43. has_country_flag = fow_messed_@PREV
  44. }
  45. }
  46. save_event_target_as = wrath
  47. }
  48. DOM = {
  49. country_event = {
  50. id = flavor_xcom.19
  51. }
  52. }
  53. }
  54. if = {
  55. limit = {
  56. tag = DOM
  57. }
  58. random_neighbor_country = {
  59. limit = {
  60. NOT = {
  61. truce_with = DOM
  62. vassal_of = DOM
  63. tag = DOM
  64. }
  65. DOM = {
  66. has_country_flag = fow_messed_@PREV
  67. }
  68. }
  69. save_event_target_as = wrath
  70. }
  71. country_event = {
  72. id = flavor_xcom.19
  73. }
  74. }
  75. }
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement