Advertisement
Guest User

UK Ireland events + localisation

a guest
Oct 17th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. country_event = {
  2. id = uk.70
  3. title = "Industrial Sabotage in Ireland!"
  4. desc = uk.70.d
  5. picture = report_event_generic_ruin
  6.  
  7. fire_only_once = no
  8.  
  9. mean_time_to_happen = {
  10. months = 12
  11. }
  12.  
  13. trigger = {
  14. tag = ENG
  15. OR = {
  16. has_idea = ENG_irb
  17. has_idea = ENG_irb1
  18. has_idea = ENG_irb2
  19. has_idea = ENG_irb3
  20. }
  21. NOT = {
  22. has_idea = ENG_irb_hiding
  23. }
  24. }
  25.  
  26. option = {
  27. name = "Bloody Irish"
  28. random_owned_controlled_state ={
  29. limit = {
  30. is_core_of = IRE
  31. }
  32. damage_building = {
  33. type = industrial_complex
  34. damage = 0.4
  35. }
  36. }
  37. }
  38. }
  39.  
  40. country_event = {
  41. id = uk.71
  42. title = "Irish Railroad Bombing"
  43. desc = uk.71.d
  44. picture = report_event_airplane_crash
  45.  
  46. fire_only_once = no
  47.  
  48. mean_time_to_happen = {
  49. months = 9
  50. }
  51.  
  52. trigger = {
  53. tag = ENG
  54. OR = {
  55. has_idea = ENG_irb
  56. has_idea = ENG_irb1
  57. has_idea = ENG_irb2
  58. has_idea = ENG_irb3
  59. }
  60. NOT = {
  61. has_idea = ENG_irb_hiding
  62. }
  63. }
  64.  
  65. option = {
  66. name = "Fools!"
  67. random_owned_controlled_state ={
  68. limit = {
  69. is_core_of = IRE
  70. }
  71. damage_building = {
  72. type = infrastructure
  73. damage = 0.7
  74. }
  75. }
  76. }
  77. }
  78.  
  79. country_event = {
  80. id = uk.72
  81. title = "The Brotherhood Targets the RIC!"
  82. desc = uk.72.d
  83. picture = report_event_europe_funeral
  84.  
  85. fire_only_once = no
  86.  
  87. mean_time_to_happen = {
  88. months = 9
  89. }
  90.  
  91. trigger = {
  92. tag = ENG
  93. OR = {
  94. has_idea = ENG_irb
  95. has_idea = ENG_irb1
  96. has_idea = ENG_irb2
  97. has_idea = ENG_irb3
  98. }
  99. NOT = {
  100. has_idea = ENG_irb_hiding
  101. }
  102. }
  103.  
  104. option = {
  105. name = "They're just doing their job!"
  106. add_political_power = -50
  107. }
  108. }
  109. }
  110.  
  111. uk.70.d:0 "Today there was an attack on one of our industrial centres in Ireland. The terrorist organisation known as the Irish Republican Brotherhood has claimed the attack as one of their own. There have been no fatalities as a result of the attack, but some people are reported to have been seriously injured."
  112. uk.71.d:0 "Those vile terrorists in the Irish Republican Brotherhood have today claimed a bombing attack on a major Irish Railway as their own. 2 people have been reportedly killed with several others having sustained serious injuries. This attack has also put severe strain on the train lines in the region, causing major delays to both Passenger and Freight travel."
  113. uk.72.d:0 "Horrifying news has been reported today, as IRB members have been seen attacking and injuring members of the Royal Irish Constabulary. As of yet, no officers have thankfully been killed, but some have sustained serious injuries. These attacks are a threat to our control of Ireland, as we rely heavily on the RIC to deal with insurgent action and protests peacefully to prevent escalation. The Irish are now killing themselves."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement