Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. ########################################
  2. # Events for the various Daimyos of Japan
  3. # And the Shogunate/a United Japan
  4. #
  5. # written by Henrik Lohmander
  6. ########################################
  7.  
  8. #
  9. #
  10. ########################################
  11.  
  12. namespace = flavor_newdaimyo
  13. normal_or_historical_nations = yes
  14.  
  15. #Tag Specific:
  16. #Hosokawa: 3
  17. #Yamana: 1
  18. #Uesugi: 2
  19. #Takeda: 1
  20. #Hatakeyama: 1
  21. #Shiba: 1
  22. #Oda: 4
  23. #Ryuku: 1
  24. #Ouchi: 1
  25.  
  26. #Atsuta's Develop
  27. country_event = {
  28. id = flavor_newdaimyo.1
  29. title = flavor_newdaimyo.1.t
  30. desc = flavor_newdaimyo.1.d
  31. picture = BARBARY_PIRATES_eventPicture
  32.  
  33. fire_only_once = yes
  34.  
  35. trigger = {
  36. owns = 1030 # Owari
  37. is_year = 1555
  38. NOT = { is_year = 1565 }
  39. 1030 = {base_tax = 4}
  40. has_government_attribute = heir
  41. }
  42.  
  43. mean_time_to_happen = {
  44. months = 12
  45. }
  46. option = {
  47. name = flavor_newdaimyo.1.a
  48. add_years_of_income = -1.2
  49. add_mercantilism = 1
  50. 1030 = {
  51.  
  52. add_base_production = 1
  53. add_province_modifier = {
  54. name = "NewSen_Atsuta"
  55. duration = -1
  56. }
  57. }
  58. option = {
  59. name = flavor_newdaimyo.1.b
  60. add_years_of_income = 1.5
  61. }
  62. }
  63.  
  64. province event = {
  65. id = flavor_newdaimyo.2
  66. title = flavor_newdaimyo.2.t
  67. desc = flavor_newdaimyo.2.d
  68. picture = BATTLE_eventPicture
  69.  
  70. fire_only_once = yes
  71.  
  72. trigger = {
  73. province_id = 1020
  74. IMG = { exists = no }
  75. is_year = 1590
  76. NOT = { is_year = 1595 }
  77.  
  78.  
  79.  
  80. }
  81.  
  82. mean_time_to_happen = {
  83. months = 12
  84. }
  85. option = {
  86. name = flavor_newdaimyo.2.a
  87. add_prestige = -20
  88. add_dip_power = 10
  89. define_advisor = {
  90. female = yes
  91. type = diplomat
  92. discount = yes
  93. skill = 2
  94. culture = japanese
  95.  
  96. }
  97. }
  98. option = {
  99. name = flavor_newdaimyo.2.b
  100. add_prestige = 10
  101. }
  102. }
  103. #Uzizane
  104. country_event = {
  105. id = flavor_newdaimyo.2
  106. title = flavor_newdaimyo.2.t
  107. desc = flavor_newdaimyo.2.d
  108. picture = wihgfx_FEMALE_SCHOLAR_eventPicture
  109.  
  110. trigger = {
  111. OR = {
  112. has_reform = shogunate
  113. has_reform = daimyo
  114. }
  115. is_year = 1590
  116. NOT = {
  117. is_year = 1594
  118. }
  119.  
  120. }
  121.  
  122. mean_time_to_happen = {
  123. months = 20
  124. }
  125.  
  126.  
  127.  
  128. option = {
  129. name = flavor_newdaimyo.2.a
  130. add_meritocracy_effect = yes
  131. define_advisor = {
  132.  
  133. type = diplomat
  134. discount = yes
  135. skill = 2
  136. culture = japanese
  137. name = "Uzizane Imagawa"
  138. }
  139. }
  140. option = {
  141. name = flavor_newdaimyo.2.b
  142.  
  143. }
  144. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement