Advertisement
Guest User

flavorQAR.txt

a guest
Jan 14th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. #1445.1.1 - Second Georgian expedition
  2. #1447.1.1 - First war with Aq Qoyunlu
  3. #1451.1.1 - End of first war
  4. #1466.16.5 - Second war with Aq Qoyunlu
  5. #1467.11.11 - Jahan Shah dies while fleeing from a surprise attack by Uzun Hasan. Qara Qoyunlu falls to Aq Qoyunlu
  6.  
  7.  
  8.  
  9.  
  10.  
  11. ########################################
  12. # Qara Qoyunlu and Aq Qoyunlu feud #
  13. ########################################
  14.  
  15. namespace = flavor_qar
  16. normal_or_historical_nations = yes
  17.  
  18. # Qara Qoyunlu ruler dies
  19. country_event = {
  20. id = flavor_qar.1
  21. title = "flavor_qar.EVTNAME1"
  22. desc = "flavor_qar.EVTDESC1"
  23. picture = DEATH_OF_HEIR_eventPicture
  24.  
  25. major = yes
  26. fire_only_once = yes
  27.  
  28. trigger = {
  29. tag = QAR
  30. ai = yes
  31. was_player = no
  32. NOT = { has_country_flag = qara_dismantled }
  33. is_at_war = no
  34. is_subject = no
  35. has_regency = no
  36. is_female = no
  37. NOT = { is_year = 1500 }
  38. AKK = {
  39. exists = yes
  40. is_subject = no
  41. is_neighbor_of = QAR
  42. has_ruler = "Uzun Hasan"
  43. }
  44.  
  45. }
  46.  
  47. mean_time_to_happen = {
  48. months = 12
  49. modifier = {
  50. factor = 1.1
  51. luck = yes
  52. }
  53. modifier = {
  54. factor = 0.75
  55. has_heir = no
  56. }
  57. modifier = {
  58. factor = 0.75
  59. is_monarch_leader = yes
  60. }
  61. modifier = {
  62. factor = 0.75
  63. is_heir_leader = yes
  64. }
  65. modifier = {
  66. factor = 0.75
  67. NOT = { MIL = 4 }
  68. }
  69.  
  70. modifier = {
  71. factor = 0.75
  72. NOT = { ADM = 4 }
  73. }
  74.  
  75. modifier = {
  76. factor = 0.75
  77. NOT = { DIP = 4 }
  78. }
  79. }
  80.  
  81. immediate = {
  82. hidden_effect = {
  83. set_country_flag = qara_dismantled
  84. }
  85. }
  86.  
  87. option = {
  88. name = "flavor_qar.EVTOPTA1"
  89. tooltip = {
  90. kill_ruler = yes
  91. }
  92. hidden_effect = {
  93. define_ruler = {
  94. regency = yes
  95. }
  96.  
  97. AKK = {
  98. country_event = { id = flavor_qar.2 days = 3 }
  99. }
  100. }
  101. }
  102. }
  103.  
  104. ##### Aq Inheritance #####
  105. country_event = {
  106. id = flavor_qar.2
  107. title = "flavor_qar.EVTNAME2"
  108. desc = "flavor_qar.EVTDESC2"
  109. picture = DEATH_OF_HEIR_eventPicture
  110.  
  111. is_triggered_only = yes
  112.  
  113. option = {
  114. name = "flavor_qar.EVTOPTA2"
  115. ai_chance = { factor = 100 }
  116. if = {
  117. limit = {
  118. war_with = QAR
  119. }
  120. white_peace = QAR
  121. }
  122. QAR = {
  123. every_owned_province = {
  124.  
  125. add_core = ROOT
  126. }
  127. every_owned_province = {
  128. cede_province = ROOT
  129. }
  130. }
  131. spawn_rebels = {
  132. type = pretender_rebels
  133. size = 1
  134. }
  135. }
  136. option = {
  137. name = "flavor_qar.EVTOPTB2"
  138. ai_chance = { factor = 100 }
  139. add_mil_power = 300
  140. add_adm_power = 300
  141. add_dip_power = 300
  142. if = {
  143. limit = {
  144. war_with = QAR
  145. }
  146. white_peace = QAR
  147. }
  148.  
  149. QAR = {
  150. every_owned_province = {
  151. limit = {
  152. base_tax = 2
  153. base_production = 2
  154. base_manpower = 2
  155. region = mashriq_region
  156. is_capital = no
  157. is_overseas = no
  158. }
  159. add_base_tax = -1
  160. add_base_manpower = -1
  161. add_base_production = -1
  162. }
  163. every_owned_province = {
  164. limit = {
  165. OR = {
  166. region = anatolia_region
  167. region = persia_region
  168. region = caucasia_region
  169. province_id = 2308
  170. }
  171. is_part_of_hre = no
  172. }
  173.  
  174. add_core = ROOT
  175. }
  176. every_owned_province = {
  177. limit = {
  178. OR = {
  179. region = anatolia_region
  180. region = persia_region
  181. region = caucasia_region
  182. province_id = 2308
  183. }
  184. is_part_of_hre = no
  185. }
  186. cede_province = ROOT
  187. }
  188. }
  189. }
  190. option = {
  191. name = "flavor_qar.EVTOPTD2"
  192. ai_chance = { factor = 50 }
  193. create_union = QAR
  194. add_mil_power = -200
  195. add_army_tradition = 40
  196. create_general = 80
  197. add_ruler_modifier = {
  198. name = turkomans_united
  199. }
  200. if = {
  201. limit = {
  202. war_with = QAR
  203. }
  204. white_peace = QAR
  205. }
  206. QAR = {
  207. every_owned_province = {
  208. limit = {
  209. region = mashriq_region
  210. }
  211.  
  212. add_core = ROOT
  213. }
  214. every_owned_province = {
  215. limit = {
  216. region = mashriq_region
  217. }
  218. cede_province = ROOT
  219. }
  220. }
  221. QAR = {
  222. add_liberty_desire = -200
  223. }
  224. }
  225. option = {
  226. name = "flavor_qar.EVTOPTE2"
  227. ai_chance = { factor = 10 }
  228. add_prestige = 33
  229. }
  230. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement