Guest User

Untitled

a guest
Jun 5th, 2016
5
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.02 KB | None | 0 0
  1. biggest_nation_now = {
  2. potential = {
  3. any_country = {
  4. NOT = {
  5. num_of_cities = ROOT
  6. }
  7. }
  8. NOT = {
  9. calc_true_if = {
  10. all_country = {
  11. num_of_cities = ROOT
  12. }
  13. amount = 1
  14. }
  15. }
  16. }
  17.  
  18. trigger = {
  19. NOT = {
  20. any_country = {
  21. num_of_cities = ROOT
  22. }
  23. }
  24. }
  25.  
  26. trade_steering = 0.1
  27. caravan_power = 0.1
  28. }
  29.  
  30. second_biggest_nation_now = {
  31. potential = {
  32. any_country = {
  33. NOT = {
  34. num_of_cities = ROOT
  35. }
  36. }
  37. calc_true_if = {
  38. all_country = {
  39. num_of_cities = ROOT
  40. }
  41. amount = 1
  42. }
  43. NOT = {
  44. calc_true_if = {
  45. all_country = {
  46. num_of_cities = ROOT
  47. }
  48. amount = 2
  49. }
  50. }
  51. }
  52.  
  53. trigger = {
  54. NOT = {
  55. calc_true_if = {
  56. all_country = {
  57. num_of_cities = ROOT
  58. }
  59. amount = 2
  60. }
  61. }
  62. }
  63.  
  64. trade_steering = 0.09
  65. caravan_power = 0.09
  66. }
  67.  
  68. third_biggest_nation_now = {
  69. potential = {
  70. any_country = {
  71. NOT = {
  72. num_of_cities = ROOT
  73. }
  74. }
  75. calc_true_if = {
  76. all_country = {
  77. num_of_cities = ROOT
  78. }
  79. amount = 2
  80. }
  81. NOT = {
  82. calc_true_if = {
  83. all_country = {
  84. num_of_cities = ROOT
  85. }
  86. amount = 3
  87. }
  88. }
  89. }
  90.  
  91. trigger = {
  92. NOT = {
  93. calc_true_if = {
  94. all_country = {
  95. num_of_cities = ROOT
  96. }
  97. amount = 3
  98. }
  99. }
  100. }
  101.  
  102. trade_steering = 0.08
  103. caravan_power = 0.08
  104. }
  105.  
  106. fourth_biggest_nation_now = {
  107. potential = {
  108. any_country = {
  109. NOT = {
  110. num_of_cities = ROOT
  111. }
  112. }
  113. calc_true_if = {
  114. all_country = {
  115. num_of_cities = ROOT
  116. }
  117. amount = 3
  118. }
  119. NOT = {
  120. calc_true_if = {
  121. all_country = {
  122. num_of_cities = ROOT
  123. }
  124. amount = 4
  125. }
  126. }
  127. }
  128.  
  129. trigger = {
  130. NOT = {
  131. calc_true_if = {
  132. all_country = {
  133. num_of_cities = ROOT
  134. }
  135. amount = 4
  136. }
  137. }
  138. }
  139.  
  140. trade_steering = 0.07
  141. caravan_power = 0.07
  142. }
  143.  
  144. fifth_biggest_nation_now = {
  145. potential = {
  146. any_country = {
  147. NOT = {
  148. num_of_cities = ROOT
  149. }
  150. }
  151. calc_true_if = {
  152. all_country = {
  153. num_of_cities = ROOT
  154. }
  155. amount = 4
  156. }
  157. NOT = {
  158. calc_true_if = {
  159. all_country = {
  160. num_of_cities = ROOT
  161. }
  162. amount = 5
  163. }
  164. }
  165. }
  166.  
  167. trigger = {
  168. NOT = {
  169. calc_true_if = {
  170. all_country = {
  171. num_of_cities = ROOT
  172. }
  173. amount = 5
  174. }
  175. }
  176. }
  177.  
  178. trade_steering = 0.06
  179. caravan_power = 0.06
  180. }
  181.  
  182. sixth_biggest_nation_now = {
  183. potential = {
  184. any_country = {
  185. NOT = {
  186. num_of_cities = ROOT
  187. }
  188. }
  189. calc_true_if = {
  190. all_country = {
  191. num_of_cities = ROOT
  192. }
  193. amount = 5
  194. }
  195. NOT = {
  196. calc_true_if = {
  197. all_country = {
  198. num_of_cities = ROOT
  199. }
  200. amount = 6
  201. }
  202. }
  203. }
  204.  
  205. trigger = {
  206. NOT = {
  207. calc_true_if = {
  208. all_country = {
  209. num_of_cities = ROOT
  210. }
  211. amount = 6
  212. }
  213. }
  214. }
  215.  
  216. trade_steering = 0.05
  217. caravan_power = 0.05
  218. }
  219.  
  220. seventh_biggest_nation_now = {
  221. potential = {
  222. any_country = {
  223. NOT = {
  224. num_of_cities = ROOT
  225. }
  226. }
  227. calc_true_if = {
  228. all_country = {
  229. num_of_cities = ROOT
  230. }
  231. amount = 6
  232. }
  233. NOT = {
  234. calc_true_if = {
  235. all_country = {
  236. num_of_cities = ROOT
  237. }
  238. amount = 7
  239. }
  240. }
  241. }
  242.  
  243. trigger = {
  244. NOT = {
  245. calc_true_if = {
  246. all_country = {
  247. num_of_cities = ROOT
  248. }
  249. amount = 7
  250. }
  251. }
  252. }
  253.  
  254. trade_steering = 0.04
  255. caravan_power = 0.04
  256. }
  257.  
  258. eigth_biggest_nation_now = {
  259. potential = {
  260. any_country = {
  261. NOT = {
  262. num_of_cities = ROOT
  263. }
  264. }
  265. calc_true_if = {
  266. all_country = {
  267. num_of_cities = ROOT
  268. }
  269. amount = 7
  270. }
  271. NOT = {
  272. calc_true_if = {
  273. all_country = {
  274. num_of_cities = ROOT
  275. }
  276. amount = 8
  277. }
  278. }
  279. }
  280.  
  281. trigger = {
  282. NOT = {
  283. calc_true_if = {
  284. all_country = {
  285. num_of_cities = ROOT
  286. }
  287. amount = 8
  288. }
  289. }
  290. }
  291.  
  292. trade_steering = 0.03
  293. caravan_power = 0.03
  294. }
  295.  
  296. nineth_biggest_nation_now = {
  297. potential = {
  298. any_country = {
  299. NOT = {
  300. num_of_cities = ROOT
  301. }
  302. }
  303. calc_true_if = {
  304. all_country = {
  305. num_of_cities = ROOT
  306. }
  307. amount = 8
  308. }
  309. NOT = {
  310. calc_true_if = {
  311. all_country = {
  312. num_of_cities = ROOT
  313. }
  314. amount = 9
  315. }
  316. }
  317. }
  318.  
  319. trigger = {
  320. NOT = {
  321. calc_true_if = {
  322. all_country = {
  323. num_of_cities = ROOT
  324. }
  325. amount = 9
  326. }
  327. }
  328. }
  329.  
  330. trade_steering = 0.02
  331. caravan_power = 0.02
  332. }
  333.  
  334. tenth_biggest_nation_now = {
  335. potential = {
  336. any_country = {
  337. NOT = {
  338. num_of_cities = ROOT
  339. }
  340. }
  341. calc_true_if = {
  342. all_country = {
  343. num_of_cities = ROOT
  344. }
  345. amount = 9
  346. }
  347. }
  348.  
  349. trigger = {
  350. NOT = {
  351. calc_true_if = {
  352. all_country = {
  353. num_of_cities = ROOT
  354. }
  355. amount = 10
  356. }
  357. }
  358. }
  359.  
  360. trade_steering = 0.01
  361. caravan_power = 0.01
  362. }
  363.  
  364.  
  365. most_monthly_income_now = {
  366. potential = {
  367. any_country = {
  368. NOT = { monthly_income = ROOT }
  369. }
  370. NOT = {
  371. calc_true_if = {
  372. all_country = {
  373. monthly_income = ROOT
  374. }
  375. amount = 1
  376. }
  377. }
  378. }
  379.  
  380. trigger = {
  381. NOT = {
  382. any_country = {
  383. monthly_income = ROOT
  384. }
  385. }
  386. }
  387.  
  388. development_cost = -0.1
  389. }
  390.  
  391. second_most_monthly_income_now = {
  392. potential = {
  393. any_country = {
  394. NOT = { monthly_income = ROOT }
  395. }
  396. calc_true_if = {
  397. all_country = {
  398. monthly_income = ROOT
  399. }
  400. amount = 1
  401. }
  402. NOT = {
  403. calc_true_if = {
  404. all_country = {
  405. monthly_income = ROOT
  406. }
  407. amount = 2
  408. }
  409. }
  410. }
  411.  
  412. trigger = {
  413. NOT = {
  414. calc_true_if = {
  415. all_country = {
  416. monthly_income = ROOT
  417. }
  418. amount = 2
  419. }
  420. }
  421. }
  422.  
  423. development_cost = -0.09
  424. }
  425.  
  426. third_most_monthly_income_now = {
  427. potential = {
  428. any_country = {
  429. NOT = { monthly_income = ROOT }
  430. }
  431. calc_true_if = {
  432. all_country = {
  433. monthly_income = ROOT
  434. }
  435. amount = 2
  436. }
  437. NOT = {
  438. calc_true_if = {
  439. all_country = {
  440. monthly_income = ROOT
  441. }
  442. amount = 3
  443. }
  444. }
  445. }
  446.  
  447. trigger = {
  448. NOT = {
  449. calc_true_if = {
  450. all_country = {
  451. monthly_income = ROOT
  452. }
  453. amount = 3
  454. }
  455. }
  456. }
  457.  
  458. development_cost = -0.08
  459. }
  460.  
  461. fourth_most_monthly_income_now = {
  462. potential = {
  463. any_country = {
  464. NOT = { monthly_income = ROOT }
  465. }
  466. calc_true_if = {
  467. all_country = {
  468. monthly_income = ROOT
  469. }
  470. amount = 3
  471. }
  472. NOT = {
  473. calc_true_if = {
  474. all_country = {
  475. monthly_income = ROOT
  476. }
  477. amount = 4
  478. }
  479. }
  480. }
  481.  
  482. trigger = {
  483. NOT = {
  484. calc_true_if = {
  485. all_country = {
  486. monthly_income = ROOT
  487. }
  488. amount = 4
  489. }
  490. }
  491. }
  492.  
  493. development_cost = -0.07
  494. }
  495.  
  496. fifth_most_monthly_income_now = {
  497. potential = {
  498. any_country = {
  499. NOT = { monthly_income = ROOT }
  500. }
  501. calc_true_if = {
  502. all_country = {
  503. monthly_income = ROOT
  504. }
  505. amount = 4
  506. }
  507. NOT = {
  508. calc_true_if = {
  509. all_country = {
  510. monthly_income = ROOT
  511. }
  512. amount = 5
  513. }
  514. }
  515. }
  516.  
  517. trigger = {
  518. NOT = {
  519. calc_true_if = {
  520. all_country = {
  521. monthly_income = ROOT
  522. }
  523. amount = 5
  524. }
  525. }
  526. }
  527.  
  528. development_cost = -0.06
  529. }
  530.  
  531. sixth_most_monthly_income_now = {
  532. potential = {
  533. any_country = {
  534. NOT = { monthly_income = ROOT }
  535. }
  536. calc_true_if = {
  537. all_country = {
  538. monthly_income = ROOT
  539. }
  540. amount = 5
  541. }
  542. NOT = {
  543. calc_true_if = {
  544. all_country = {
  545. monthly_income = ROOT
  546. }
  547. amount = 6
  548. }
  549. }
  550. }
  551.  
  552. trigger = {
  553. NOT = {
  554. calc_true_if = {
  555. all_country = {
  556. monthly_income = ROOT
  557. }
  558. amount = 6
  559. }
  560. }
  561. }
  562.  
  563. development_cost = -0.05
  564. }
  565.  
  566. seventh_most_monthly_income_now = {
  567. potential = {
  568. any_country = {
  569. NOT = { monthly_income = ROOT }
  570. }
  571. calc_true_if = {
  572. all_country = {
  573. monthly_income = ROOT
  574. }
  575. amount = 6
  576. }
  577. NOT = {
  578. calc_true_if = {
  579. all_country = {
  580. monthly_income = ROOT
  581. }
  582. amount = 7
  583. }
  584. }
  585. }
  586.  
  587. trigger = {
  588. NOT = {
  589. calc_true_if = {
  590. all_country = {
  591. monthly_income = ROOT
  592. }
  593. amount = 7
  594. }
  595. }
  596. }
  597.  
  598. development_cost = -0.04
  599. }
  600.  
  601. eigth_most_monthly_income_now = {
  602. potential = {
  603. any_country = {
  604. NOT = { monthly_income = ROOT }
  605. }
  606. calc_true_if = {
  607. all_country = {
  608. monthly_income = ROOT
  609. }
  610. amount = 7
  611. }
  612. NOT = {
  613. calc_true_if = {
  614. all_country = {
  615. monthly_income = ROOT
  616. }
  617. amount = 8
  618. }
  619. }
  620. }
  621.  
  622. trigger = {
  623. NOT = {
  624. calc_true_if = {
  625. all_country = {
  626. monthly_income = ROOT
  627. }
  628. amount = 8
  629. }
  630. }
  631. }
  632.  
  633. development_cost = -0.03
  634. }
  635.  
  636. nineth_most_monthly_income_now = {
  637. potential = {
  638. any_country = {
  639. NOT = { monthly_income = ROOT }
  640. }
  641. calc_true_if = {
  642. all_country = {
  643. monthly_income = ROOT
  644. }
  645. amount = 8
  646. }
  647. NOT = {
  648. calc_true_if = {
  649. all_country = {
  650. monthly_income = ROOT
  651. }
  652. amount = 9
  653. }
  654. }
  655. }
  656.  
  657. trigger = {
  658. NOT = {
  659. calc_true_if = {
  660. all_country = {
  661. monthly_income = ROOT
  662. }
  663. amount = 9
  664. }
  665. }
  666. }
  667.  
  668. development_cost = -0.02
  669. }
  670.  
  671. tenth_most_monthly_income_now = {
  672. potential = {
  673. any_country = {
  674. NOT = { monthly_income = ROOT }
  675. }
  676. calc_true_if = {
  677. all_country = {
  678. monthly_income = ROOT
  679. }
  680. amount = 9
  681. }
  682. }
  683.  
  684. trigger = {
  685. NOT = {
  686. calc_true_if = {
  687. all_country = {
  688. monthly_income = ROOT
  689. }
  690. amount = 10
  691. }
  692. }
  693. }
  694.  
  695. development_cost = -0.01
  696. }
  697.  
  698.  
  699.  
  700. most_prestige_now = {
  701. potential = {
  702. any_country = {
  703. NOT = { prestige = ROOT }
  704. }
  705. NOT = {
  706. calc_true_if = {
  707. all_country = {
  708. prestige = ROOT
  709. }
  710. amount = 1
  711. }
  712. }
  713. }
  714.  
  715. trigger = {
  716. NOT = {
  717. any_country = {
  718. prestige = ROOT
  719. }
  720. }
  721. }
  722.  
  723. unjustified_demands = -0.2
  724. }
  725.  
  726. second_most_prestige_now = {
  727. potential = {
  728. any_country = {
  729. NOT = { prestige = ROOT }
  730. }
  731. calc_true_if = {
  732. all_country = {
  733. prestige = ROOT
  734. }
  735. amount = 1
  736. }
  737. NOT = {
  738. calc_true_if = {
  739. all_country = {
  740. prestige = ROOT
  741. }
  742. amount = 2
  743. }
  744. }
  745. }
  746.  
  747. trigger = {
  748. NOT = {
  749. calc_true_if = {
  750. all_country = {
  751. prestige = ROOT
  752. }
  753. amount = 2
  754. }
  755. }
  756. }
  757.  
  758. unjustified_demands = -0.18
  759. }
  760.  
  761. third_most_prestige_now = {
  762. potential = {
  763. any_country = {
  764. NOT = { prestige = ROOT }
  765. }
  766. calc_true_if = {
  767. all_country = {
  768. prestige = ROOT
  769. }
  770. amount = 2
  771. }
  772. NOT = {
  773. calc_true_if = {
  774. all_country = {
  775. prestige = ROOT
  776. }
  777. amount = 3
  778. }
  779. }
  780. }
  781.  
  782. trigger = {
  783. NOT = {
  784. calc_true_if = {
  785. all_country = {
  786. prestige = ROOT
  787. }
  788. amount = 3
  789. }
  790. }
  791. }
  792.  
  793. unjustified_demands = -0.16
  794. }
  795.  
  796. fourth_most_prestige_now = {
  797. potential = {
  798. any_country = {
  799. NOT = { prestige = ROOT }
  800. }
  801. calc_true_if = {
  802. all_country = {
  803. prestige = ROOT
  804. }
  805. amount = 3
  806. }
  807. NOT = {
  808. calc_true_if = {
  809. all_country = {
  810. prestige = ROOT
  811. }
  812. amount = 4
  813. }
  814. }
  815. }
  816.  
  817. trigger = {
  818. NOT = {
  819. calc_true_if = {
  820. all_country = {
  821. prestige = ROOT
  822. }
  823. amount = 4
  824. }
  825. }
  826. }
  827.  
  828. unjustified_demands = -0.14
  829. }
  830.  
  831. fifth_most_prestige_now = {
  832. potential = {
  833. any_country = {
  834. NOT = { prestige = ROOT }
  835. }
  836. calc_true_if = {
  837. all_country = {
  838. prestige = ROOT
  839. }
  840. amount = 4
  841. }
  842. NOT = {
  843. calc_true_if = {
  844. all_country = {
  845. prestige = ROOT
  846. }
  847. amount = 5
  848. }
  849. }
  850. }
  851.  
  852. trigger = {
  853. NOT = {
  854. calc_true_if = {
  855. all_country = {
  856. prestige = ROOT
  857. }
  858. amount = 5
  859. }
  860. }
  861. }
  862.  
  863. unjustified_demands = -0.12
  864. }
  865.  
  866. sixth_most_prestige_now = {
  867. potential = {
  868. any_country = {
  869. NOT = { prestige = ROOT }
  870. }
  871. calc_true_if = {
  872. all_country = {
  873. prestige = ROOT
  874. }
  875. amount = 5
  876. }
  877. NOT = {
  878. calc_true_if = {
  879. all_country = {
  880. prestige = ROOT
  881. }
  882. amount = 6
  883. }
  884. }
  885. }
  886.  
  887. trigger = {
  888. NOT = {
  889. calc_true_if = {
  890. all_country = {
  891. prestige = ROOT
  892. }
  893. amount = 6
  894. }
  895. }
  896. }
  897.  
  898. unjustified_demands = -0.10
  899. }
  900.  
  901. seventh_most_prestige_now = {
  902. potential = {
  903. any_country = {
  904. NOT = { prestige = ROOT }
  905. }
  906. calc_true_if = {
  907. all_country = {
  908. prestige = ROOT
  909. }
  910. amount = 6
  911. }
  912. NOT = {
  913. calc_true_if = {
  914. all_country = {
  915. prestige = ROOT
  916. }
  917. amount = 7
  918. }
  919. }
  920. }
  921.  
  922. trigger = {
  923. NOT = {
  924. calc_true_if = {
  925. all_country = {
  926. prestige = ROOT
  927. }
  928. amount = 7
  929. }
  930. }
  931. }
  932.  
  933. unjustified_demands = -0.08
  934. }
  935.  
  936. eigth_most_prestige_now = {
  937. potential = {
  938. any_country = {
  939. NOT = { prestige = ROOT }
  940. }
  941. calc_true_if = {
  942. all_country = {
  943. prestige = ROOT
  944. }
  945. amount = 7
  946. }
  947. NOT = {
  948. calc_true_if = {
  949. all_country = {
  950. prestige = ROOT
  951. }
  952. amount = 8
  953. }
  954. }
  955. }
  956.  
  957. trigger = {
  958. NOT = {
  959. calc_true_if = {
  960. all_country = {
  961. prestige = ROOT
  962. }
  963. amount = 8
  964. }
  965. }
  966. }
  967.  
  968. unjustified_demands = -0.06
  969. }
  970.  
  971. ninth_most_prestige_now = {
  972. potential = {
  973. any_country = {
  974. NOT = { prestige = ROOT }
  975. }
  976. calc_true_if = {
  977. all_country = {
  978. prestige = ROOT
  979. }
  980. amount = 8
  981. }
  982. NOT = {
  983. calc_true_if = {
  984. all_country = {
  985. prestige = ROOT
  986. }
  987. amount = 9
  988. }
  989. }
  990. }
  991.  
  992. trigger = {
  993. NOT = {
  994. calc_true_if = {
  995. all_country = {
  996. prestige = ROOT
  997. }
  998. amount = 9
  999. }
  1000. }
  1001. }
  1002.  
  1003. unjustified_demands = -0.04
  1004. }
  1005.  
  1006. tenth_most_prestige_now = {
  1007. potential = {
  1008. any_country = {
  1009. NOT = { prestige = ROOT }
  1010. }
  1011. calc_true_if = {
  1012. all_country = {
  1013. prestige = ROOT
  1014. }
  1015. amount = 9
  1016. }
  1017. }
  1018.  
  1019. trigger = {
  1020. NOT = {
  1021. calc_true_if = {
  1022. all_country = {
  1023. prestige = ROOT
  1024. }
  1025. amount = 10
  1026. }
  1027. }
  1028. }
  1029.  
  1030. unjustified_demands = -0.02
  1031. }
  1032.  
  1033.  
  1034.  
  1035.  
  1036. most_dip_rep_now = {
  1037. potential = {
  1038. any_country = {
  1039. NOT = { diplomatic_reputation = ROOT }
  1040. }
  1041. NOT = {
  1042. calc_true_if = {
  1043. all_country = {
  1044. diplomatic_reputation = ROOT
  1045. }
  1046. amount = 1
  1047. }
  1048. }
  1049. }
  1050.  
  1051. trigger = {
  1052. NOT = {
  1053. any_country = {
  1054. diplomatic_reputation = ROOT
  1055. }
  1056. }
  1057. }
  1058.  
  1059. improve_relation_modifier = 0.3
  1060. }
  1061.  
  1062. second_most_dip_rep_now = {
  1063. potential = {
  1064. any_country = {
  1065. NOT = { diplomatic_reputation = ROOT }
  1066. }
  1067. calc_true_if = {
  1068. all_country = {
  1069. diplomatic_reputation = ROOT
  1070. }
  1071. amount = 1
  1072. }
  1073. NOT = {
  1074. calc_true_if = {
  1075. all_country = {
  1076. diplomatic_reputation = ROOT
  1077. }
  1078. amount = 2
  1079. }
  1080. }
  1081. }
  1082.  
  1083. trigger = {
  1084. NOT = {
  1085. calc_true_if = {
  1086. all_country = {
  1087. diplomatic_reputation = ROOT
  1088. }
  1089. amount = 2
  1090. }
  1091. }
  1092. }
  1093.  
  1094. improve_relation_modifier = 0.28
  1095. }
  1096.  
  1097. third_most_dip_rep_now = {
  1098. potential = {
  1099. any_country = {
  1100. NOT = { diplomatic_reputation = ROOT }
  1101. }
  1102. calc_true_if = {
  1103. all_country = {
  1104. diplomatic_reputation = ROOT
  1105. }
  1106. amount = 2
  1107. }
  1108. NOT = {
  1109. calc_true_if = {
  1110. all_country = {
  1111. diplomatic_reputation = ROOT
  1112. }
  1113. amount = 3
  1114. }
  1115. }
  1116. }
  1117.  
  1118. trigger = {
  1119. NOT = {
  1120. calc_true_if = {
  1121. all_country = {
  1122. diplomatic_reputation = ROOT
  1123. }
  1124. amount = 3
  1125. }
  1126. }
  1127. }
  1128.  
  1129. improve_relation_modifier = 0.26
  1130. }
  1131.  
  1132. fourth_most_dip_rep_now = {
  1133. potential = {
  1134. any_country = {
  1135. NOT = { diplomatic_reputation = ROOT }
  1136. }
  1137. calc_true_if = {
  1138. all_country = {
  1139. diplomatic_reputation = ROOT
  1140. }
  1141. amount = 3
  1142. }
  1143. NOT = {
  1144. calc_true_if = {
  1145. all_country = {
  1146. diplomatic_reputation = ROOT
  1147. }
  1148. amount = 4
  1149. }
  1150. }
  1151. }
  1152.  
  1153. trigger = {
  1154. NOT = {
  1155. calc_true_if = {
  1156. all_country = {
  1157. diplomatic_reputation = ROOT
  1158. }
  1159. amount = 4
  1160. }
  1161. }
  1162. }
  1163.  
  1164. improve_relation_modifier = 0.24
  1165. }
  1166.  
  1167. fifth_most_dip_rep_now = {
  1168. potential = {
  1169. any_country = {
  1170. NOT = { diplomatic_reputation = ROOT }
  1171. }
  1172. calc_true_if = {
  1173. all_country = {
  1174. diplomatic_reputation = ROOT
  1175. }
  1176. amount = 4
  1177. }
  1178. NOT = {
  1179. calc_true_if = {
  1180. all_country = {
  1181. diplomatic_reputation = ROOT
  1182. }
  1183. amount = 5
  1184. }
  1185. }
  1186. }
  1187.  
  1188. trigger = {
  1189. NOT = {
  1190. calc_true_if = {
  1191. all_country = {
  1192. diplomatic_reputation = ROOT
  1193. }
  1194. amount = 5
  1195. }
  1196. }
  1197. }
  1198.  
  1199. improve_relation_modifier = 0.22
  1200. }
  1201.  
  1202. sixth_most_dip_rep_now = {
  1203. potential = {
  1204. any_country = {
  1205. NOT = { diplomatic_reputation = ROOT }
  1206. }
  1207. calc_true_if = {
  1208. all_country = {
  1209. diplomatic_reputation = ROOT
  1210. }
  1211. amount = 5
  1212. }
  1213. NOT = {
  1214. calc_true_if = {
  1215. all_country = {
  1216. diplomatic_reputation = ROOT
  1217. }
  1218. amount = 6
  1219. }
  1220. }
  1221. }
  1222.  
  1223. trigger = {
  1224. NOT = {
  1225. calc_true_if = {
  1226. all_country = {
  1227. diplomatic_reputation = ROOT
  1228. }
  1229. amount = 6
  1230. }
  1231. }
  1232. }
  1233.  
  1234. improve_relation_modifier = 0.20
  1235. }
  1236.  
  1237. seventh_most_dip_rep_now = {
  1238. potential = {
  1239. any_country = {
  1240. NOT = { diplomatic_reputation = ROOT }
  1241. }
  1242. calc_true_if = {
  1243. all_country = {
  1244. diplomatic_reputation = ROOT
  1245. }
  1246. amount = 6
  1247. }
  1248. NOT = {
  1249. calc_true_if = {
  1250. all_country = {
  1251. diplomatic_reputation = ROOT
  1252. }
  1253. amount = 7
  1254. }
  1255. }
  1256. }
  1257.  
  1258. trigger = {
  1259. NOT = {
  1260. calc_true_if = {
  1261. all_country = {
  1262. diplomatic_reputation = ROOT
  1263. }
  1264. amount = 7
  1265. }
  1266. }
  1267. }
  1268.  
  1269. improve_relation_modifier = 0.18
  1270. }
  1271.  
  1272. eigth_most_dip_rep_now = {
  1273. potential = {
  1274. any_country = {
  1275. NOT = { diplomatic_reputation = ROOT }
  1276. }
  1277. calc_true_if = {
  1278. all_country = {
  1279. diplomatic_reputation = ROOT
  1280. }
  1281. amount = 7
  1282. }
  1283. NOT = {
  1284. calc_true_if = {
  1285. all_country = {
  1286. diplomatic_reputation = ROOT
  1287. }
  1288. amount = 8
  1289. }
  1290. }
  1291. }
  1292.  
  1293. trigger = {
  1294. NOT = {
  1295. calc_true_if = {
  1296. all_country = {
  1297. diplomatic_reputation = ROOT
  1298. }
  1299. amount = 8
  1300. }
  1301. }
  1302. }
  1303.  
  1304. improve_relation_modifier = 0.16
  1305. }
  1306.  
  1307. nineth_most_dip_rep_now = {
  1308. potential = {
  1309. any_country = {
  1310. NOT = { diplomatic_reputation = ROOT }
  1311. }
  1312. calc_true_if = {
  1313. all_country = {
  1314. diplomatic_reputation = ROOT
  1315. }
  1316. amount = 8
  1317. }
  1318. NOT = {
  1319. calc_true_if = {
  1320. all_country = {
  1321. diplomatic_reputation = ROOT
  1322. }
  1323. amount = 9
  1324. }
  1325. }
  1326. }
  1327.  
  1328. trigger = {
  1329. NOT = {
  1330. calc_true_if = {
  1331. all_country = {
  1332. diplomatic_reputation = ROOT
  1333. }
  1334. amount = 9
  1335. }
  1336. }
  1337. }
  1338.  
  1339. improve_relation_modifier = 0.14
  1340. }
  1341.  
  1342. tenth_most_dip_rep_now = {
  1343. potential = {
  1344. any_country = {
  1345. NOT = { diplomatic_reputation = ROOT }
  1346. }
  1347. calc_true_if = {
  1348. all_country = {
  1349. diplomatic_reputation = ROOT
  1350. }
  1351. amount = 9
  1352. }
  1353. }
  1354.  
  1355. trigger = {
  1356. NOT = {
  1357. calc_true_if = {
  1358. all_country = {
  1359. diplomatic_reputation = ROOT
  1360. }
  1361. amount = 10
  1362. }
  1363. }
  1364. }
  1365.  
  1366. improve_relation_modifier = 0.12
  1367. }
  1368.  
  1369.  
  1370.  
  1371. biggest_army_now = {
  1372. potential = {
  1373. any_country = {
  1374. NOT = { army_size = ROOT }
  1375. }
  1376. NOT = {
  1377. calc_true_if = {
  1378. all_country = {
  1379. army_size = ROOT
  1380. }
  1381. amount = 1
  1382. }
  1383. }
  1384. }
  1385.  
  1386. trigger = {
  1387. NOT = {
  1388. any_country = {
  1389. army_size = ROOT
  1390. }
  1391. }
  1392. }
  1393.  
  1394. leader_land_fire = 2
  1395. leader_land_manuever = 2
  1396. leader_land_shock = 2
  1397. leader_siege = 2
  1398. global_regiment_recruit_speed = -0.1
  1399. }
  1400.  
  1401. second_biggest_army_now = {
  1402. potential = {
  1403. any_country = {
  1404. NOT = { army_size = ROOT }
  1405. }
  1406. calc_true_if = {
  1407. all_country = {
  1408. army_size = ROOT
  1409. }
  1410. amount = 1
  1411. }
  1412. NOT = {
  1413. calc_true_if = {
  1414. all_country = {
  1415. army_size = ROOT
  1416. }
  1417. amount = 2
  1418. }
  1419. }
  1420. }
  1421.  
  1422. trigger = {
  1423. NOT = {
  1424. calc_true_if = {
  1425. all_country = {
  1426. army_size = ROOT
  1427. }
  1428. amount = 2
  1429. }
  1430. }
  1431. }
  1432.  
  1433. leader_land_fire = 1.8
  1434. leader_land_manuever = 1.8
  1435. leader_land_shock = 1.8
  1436. leader_siege = 1.8
  1437. global_regiment_recruit_speed = -0.09
  1438. }
  1439.  
  1440. third_biggest_army_now = {
  1441. potential = {
  1442. any_country = {
  1443. NOT = { army_size = ROOT }
  1444. }
  1445. calc_true_if = {
  1446. all_country = {
  1447. army_size = ROOT
  1448. }
  1449. amount = 2
  1450. }
  1451. NOT = {
  1452. calc_true_if = {
  1453. all_country = {
  1454. army_size = ROOT
  1455. }
  1456. amount = 3
  1457. }
  1458. }
  1459. }
  1460.  
  1461. trigger = {
  1462. NOT = {
  1463. calc_true_if = {
  1464. all_country = {
  1465. army_size = ROOT
  1466. }
  1467. amount = 3
  1468. }
  1469. }
  1470. }
  1471.  
  1472. leader_land_fire = 1.6
  1473. leader_land_manuever = 1.6
  1474. leader_land_shock = 1.6
  1475. leader_siege = 1.6
  1476. global_regiment_recruit_speed = -0.08
  1477. }
  1478.  
  1479. fourth_biggest_army_now = {
  1480. potential = {
  1481. any_country = {
  1482. NOT = { army_size = ROOT }
  1483. }
  1484. calc_true_if = {
  1485. all_country = {
  1486. army_size = ROOT
  1487. }
  1488. amount = 3
  1489. }
  1490. NOT = {
  1491. calc_true_if = {
  1492. all_country = {
  1493. army_size = ROOT
  1494. }
  1495. amount = 4
  1496. }
  1497. }
  1498. }
  1499.  
  1500. trigger = {
  1501. NOT = {
  1502. calc_true_if = {
  1503. all_country = {
  1504. army_size = ROOT
  1505. }
  1506. amount = 4
  1507. }
  1508. }
  1509. }
  1510.  
  1511. leader_land_fire = 1.4
  1512. leader_land_manuever = 1.4
  1513. leader_land_shock = 1.4
  1514. leader_siege = 1.4
  1515. global_regiment_recruit_speed = -0.07
  1516. }
  1517.  
  1518. fifth_biggest_army_now = {
  1519. potential = {
  1520. any_country = {
  1521. NOT = { army_size = ROOT }
  1522. }
  1523. calc_true_if = {
  1524. all_country = {
  1525. army_size = ROOT
  1526. }
  1527. amount = 4
  1528. }
  1529. NOT = {
  1530. calc_true_if = {
  1531. all_country = {
  1532. army_size = ROOT
  1533. }
  1534. amount = 5
  1535. }
  1536. }
  1537. }
  1538.  
  1539. trigger = {
  1540. NOT = {
  1541. calc_true_if = {
  1542. all_country = {
  1543. army_size = ROOT
  1544. }
  1545. amount = 5
  1546. }
  1547. }
  1548. }
  1549.  
  1550. leader_land_fire = 1.2
  1551. leader_land_manuever = 1.2
  1552. leader_land_shock = 1.2
  1553. leader_siege = 1.2
  1554. global_regiment_recruit_speed = -0.06
  1555. }
  1556.  
  1557. sixth_biggest_army_now = {
  1558. potential = {
  1559. any_country = {
  1560. NOT = { army_size = ROOT }
  1561. }
  1562. calc_true_if = {
  1563. all_country = {
  1564. army_size = ROOT
  1565. }
  1566. amount = 5
  1567. }
  1568. NOT = {
  1569. calc_true_if = {
  1570. all_country = {
  1571. army_size = ROOT
  1572. }
  1573. amount = 6
  1574. }
  1575. }
  1576. }
  1577.  
  1578. trigger = {
  1579. NOT = {
  1580. calc_true_if = {
  1581. all_country = {
  1582. army_size = ROOT
  1583. }
  1584. amount = 6
  1585. }
  1586. }
  1587. }
  1588.  
  1589. leader_land_fire = 1
  1590. leader_land_manuever = 1
  1591. leader_land_shock = 1
  1592. leader_siege = 1
  1593. global_regiment_recruit_speed = -0.05
  1594. }
  1595.  
  1596. seventh_biggest_army_now = {
  1597. potential = {
  1598. any_country = {
  1599. NOT = { army_size = ROOT }
  1600. }
  1601. calc_true_if = {
  1602. all_country = {
  1603. army_size = ROOT
  1604. }
  1605. amount = 6
  1606. }
  1607. NOT = {
  1608. calc_true_if = {
  1609. all_country = {
  1610. army_size = ROOT
  1611. }
  1612. amount = 7
  1613. }
  1614. }
  1615. }
  1616.  
  1617. trigger = {
  1618. NOT = {
  1619. calc_true_if = {
  1620. all_country = {
  1621. army_size = ROOT
  1622. }
  1623. amount = 7
  1624. }
  1625. }
  1626. }
  1627.  
  1628. leader_land_fire = 0.8
  1629. leader_land_manuever = 0.8
  1630. leader_land_shock = 0.8
  1631. leader_siege = 0.8
  1632. global_regiment_recruit_speed = -0.04
  1633. }
  1634.  
  1635. eigth_biggest_army_now = {
  1636. potential = {
  1637. any_country = {
  1638. NOT = { army_size = ROOT }
  1639. }
  1640. calc_true_if = {
  1641. all_country = {
  1642. army_size = ROOT
  1643. }
  1644. amount = 7
  1645. }
  1646. NOT = {
  1647. calc_true_if = {
  1648. all_country = {
  1649. army_size = ROOT
  1650. }
  1651. amount = 8
  1652. }
  1653. }
  1654. }
  1655.  
  1656. trigger = {
  1657. NOT = {
  1658. calc_true_if = {
  1659. all_country = {
  1660. army_size = ROOT
  1661. }
  1662. amount = 8
  1663. }
  1664. }
  1665. }
  1666.  
  1667. leader_land_fire = 0.6
  1668. leader_land_manuever = 0.6
  1669. leader_land_shock = 0.6
  1670. leader_siege = 0.6
  1671. global_regiment_recruit_speed = -0.03
  1672. }
  1673.  
  1674. nineth_biggest_army_now = {
  1675. potential = {
  1676. any_country = {
  1677. NOT = { army_size = ROOT }
  1678. }
  1679. calc_true_if = {
  1680. all_country = {
  1681. army_size = ROOT
  1682. }
  1683. amount = 8
  1684. }
  1685. NOT = {
  1686. calc_true_if = {
  1687. all_country = {
  1688. army_size = ROOT
  1689. }
  1690. amount = 9
  1691. }
  1692. }
  1693. }
  1694.  
  1695. trigger = {
  1696. NOT = {
  1697. calc_true_if = {
  1698. all_country = {
  1699. army_size = ROOT
  1700. }
  1701. amount = 9
  1702. }
  1703. }
  1704. }
  1705.  
  1706. leader_land_fire = 0.4
  1707. leader_land_manuever = 0.4
  1708. leader_land_shock = 0.4
  1709. leader_siege = 0.4
  1710. global_regiment_recruit_speed = -0.02
  1711. }
  1712.  
  1713. tenth_biggest_army_now = {
  1714. potential = {
  1715. any_country = {
  1716. NOT = { army_size = ROOT }
  1717. }
  1718. calc_true_if = {
  1719. all_country = {
  1720. army_size = ROOT
  1721. }
  1722. amount = 9
  1723. }
  1724. }
  1725.  
  1726. trigger = {
  1727. NOT = {
  1728. calc_true_if = {
  1729. all_country = {
  1730. army_size = ROOT
  1731. }
  1732. amount = 10
  1733. }
  1734. }
  1735. }
  1736.  
  1737. leader_land_fire = 0.2
  1738. leader_land_manuever = 0.2
  1739. leader_land_shock = 0.2
  1740. leader_siege = 0.2
  1741. global_regiment_recruit_speed = -0.01
  1742. }
  1743.  
  1744.  
  1745.  
  1746. biggest_navy_now = {
  1747. potential = {
  1748. any_country = {
  1749. NOT = { navy_size = ROOT }
  1750. }
  1751. NOT = {
  1752. calc_true_if = {
  1753. all_country = {
  1754. navy_size = ROOT
  1755. }
  1756. amount = 1
  1757. }
  1758. }
  1759. }
  1760.  
  1761. trigger = {
  1762. NOT = {
  1763. any_country = {
  1764. navy_size = ROOT
  1765. }
  1766. }
  1767. }
  1768.  
  1769. leader_naval_fire = 2
  1770. leader_naval_manuever = 2
  1771. leader_naval_shock = 2
  1772. global_ship_recruit_speed = -0.1
  1773. }
  1774.  
  1775. second_biggest_navy_now = {
  1776. potential = {
  1777. any_country = {
  1778. NOT = { navy_size = ROOT }
  1779. }
  1780. calc_true_if = {
  1781. all_country = {
  1782. navy_size = ROOT
  1783. }
  1784. amount = 1
  1785. }
  1786. NOT = {
  1787. calc_true_if = {
  1788. all_country = {
  1789. navy_size = ROOT
  1790. }
  1791. amount = 2
  1792. }
  1793. }
  1794. }
  1795.  
  1796. trigger = {
  1797. NOT = {
  1798. calc_true_if = {
  1799. all_country = {
  1800. navy_size = ROOT
  1801. }
  1802. amount = 2
  1803. }
  1804. }
  1805. }
  1806.  
  1807. leader_naval_fire = 1.8
  1808. leader_naval_manuever = 1.8
  1809. leader_naval_shock = 1.8
  1810. global_ship_recruit_speed = -0.09
  1811. }
  1812.  
  1813. third_biggest_navy_now = {
  1814. potential = {
  1815. any_country = {
  1816. NOT = { navy_size = ROOT }
  1817. }
  1818. calc_true_if = {
  1819. all_country = {
  1820. navy_size = ROOT
  1821. }
  1822. amount = 2
  1823. }
  1824. NOT = {
  1825. calc_true_if = {
  1826. all_country = {
  1827. navy_size = ROOT
  1828. }
  1829. amount = 3
  1830. }
  1831. }
  1832. }
  1833.  
  1834. trigger = {
  1835. NOT = {
  1836. calc_true_if = {
  1837. all_country = {
  1838. navy_size = ROOT
  1839. }
  1840. amount = 3
  1841. }
  1842. }
  1843. }
  1844.  
  1845. leader_naval_fire = 1.6
  1846. leader_naval_manuever = 1.6
  1847. leader_naval_shock = 1.6
  1848. global_ship_recruit_speed = -0.08
  1849. }
  1850.  
  1851. fourth_biggest_navy_now = {
  1852. potential = {
  1853. any_country = {
  1854. NOT = { navy_size = ROOT }
  1855. }
  1856. calc_true_if = {
  1857. all_country = {
  1858. navy_size = ROOT
  1859. }
  1860. amount = 3
  1861. }
  1862. NOT = {
  1863. calc_true_if = {
  1864. all_country = {
  1865. navy_size = ROOT
  1866. }
  1867. amount = 4
  1868. }
  1869. }
  1870. }
  1871.  
  1872. trigger = {
  1873. NOT = {
  1874. calc_true_if = {
  1875. all_country = {
  1876. navy_size = ROOT
  1877. }
  1878. amount = 4
  1879. }
  1880. }
  1881. }
  1882.  
  1883. leader_naval_fire = 1.4
  1884. leader_naval_manuever = 1.4
  1885. leader_naval_shock = 1.4
  1886. global_ship_recruit_speed = -0.07
  1887. }
  1888.  
  1889. fifth_biggest_navy_now = {
  1890. potential = {
  1891. any_country = {
  1892. NOT = { navy_size = ROOT }
  1893. }
  1894. calc_true_if = {
  1895. all_country = {
  1896. navy_size = ROOT
  1897. }
  1898. amount = 4
  1899. }
  1900. NOT = {
  1901. calc_true_if = {
  1902. all_country = {
  1903. navy_size = ROOT
  1904. }
  1905. amount = 5
  1906. }
  1907. }
  1908. }
  1909.  
  1910. trigger = {
  1911. NOT = {
  1912. calc_true_if = {
  1913. all_country = {
  1914. navy_size = ROOT
  1915. }
  1916. amount = 5
  1917. }
  1918. }
  1919. }
  1920.  
  1921. leader_naval_fire = 1.2
  1922. leader_naval_manuever = 1.2
  1923. leader_naval_shock = 1.2
  1924. global_ship_recruit_speed = -0.06
  1925. }
  1926.  
  1927. sixth_biggest_navy_now = {
  1928. potential = {
  1929. any_country = {
  1930. NOT = { navy_size = ROOT }
  1931. }
  1932. calc_true_if = {
  1933. all_country = {
  1934. navy_size = ROOT
  1935. }
  1936. amount = 5
  1937. }
  1938. NOT = {
  1939. calc_true_if = {
  1940. all_country = {
  1941. navy_size = ROOT
  1942. }
  1943. amount = 6
  1944. }
  1945. }
  1946. }
  1947.  
  1948. trigger = {
  1949. NOT = {
  1950. calc_true_if = {
  1951. all_country = {
  1952. navy_size = ROOT
  1953. }
  1954. amount = 6
  1955. }
  1956. }
  1957. }
  1958.  
  1959. leader_naval_fire = 1
  1960. leader_naval_manuever = 1
  1961. leader_naval_shock = 1
  1962. global_ship_recruit_speed = -0.05
  1963. }
  1964.  
  1965. seventh_biggest_navy_now = {
  1966. potential = {
  1967. any_country = {
  1968. NOT = { navy_size = ROOT }
  1969. }
  1970. calc_true_if = {
  1971. all_country = {
  1972. navy_size = ROOT
  1973. }
  1974. amount = 6
  1975. }
  1976. NOT = {
  1977. calc_true_if = {
  1978. all_country = {
  1979. navy_size = ROOT
  1980. }
  1981. amount = 7
  1982. }
  1983. }
  1984. }
  1985.  
  1986. trigger = {
  1987. NOT = {
  1988. calc_true_if = {
  1989. all_country = {
  1990. navy_size = ROOT
  1991. }
  1992. amount = 7
  1993. }
  1994. }
  1995. }
  1996.  
  1997. leader_naval_fire = 0.8
  1998. leader_naval_manuever = 0.8
  1999. leader_naval_shock = 0.8
  2000. global_ship_recruit_speed = -0.04
  2001. }
  2002.  
  2003. eigth_biggest_navy_now = {
  2004. potential = {
  2005. any_country = {
  2006. NOT = { navy_size = ROOT }
  2007. }
  2008. calc_true_if = {
  2009. all_country = {
  2010. navy_size = ROOT
  2011. }
  2012. amount = 7
  2013. }
  2014. NOT = {
  2015. calc_true_if = {
  2016. all_country = {
  2017. navy_size = ROOT
  2018. }
  2019. amount = 8
  2020. }
  2021. }
  2022. }
  2023.  
  2024. trigger = {
  2025. NOT = {
  2026. calc_true_if = {
  2027. all_country = {
  2028. navy_size = ROOT
  2029. }
  2030. amount = 8
  2031. }
  2032. }
  2033. }
  2034.  
  2035. leader_naval_fire = 0.6
  2036. leader_naval_manuever = 0.6
  2037. leader_naval_shock = 0.6
  2038. global_ship_recruit_speed = -0.03
  2039. }
  2040.  
  2041. nineth_biggest_navy_now = {
  2042. potential = {
  2043. any_country = {
  2044. NOT = { navy_size = ROOT }
  2045. }
  2046. calc_true_if = {
  2047. all_country = {
  2048. navy_size = ROOT
  2049. }
  2050. amount = 8
  2051. }
  2052. NOT = {
  2053. calc_true_if = {
  2054. all_country = {
  2055. navy_size = ROOT
  2056. }
  2057. amount = 9
  2058. }
  2059. }
  2060. }
  2061.  
  2062. trigger = {
  2063. NOT = {
  2064. calc_true_if = {
  2065. all_country = {
  2066. navy_size = ROOT
  2067. }
  2068. amount = 9
  2069. }
  2070. }
  2071. }
  2072.  
  2073. leader_naval_fire = 0.4
  2074. leader_naval_manuever = 0.4
  2075. leader_naval_shock = 0.4
  2076. global_ship_recruit_speed = -0.02
  2077. }
  2078.  
  2079. tenth_biggest_navy_now = {
  2080. potential = {
  2081. any_country = {
  2082. NOT = { navy_size = ROOT }
  2083. }
  2084. calc_true_if = {
  2085. all_country = {
  2086. navy_size = ROOT
  2087. }
  2088. amount = 9
  2089. }
  2090. }
  2091.  
  2092. trigger = {
  2093. NOT = {
  2094. calc_true_if = {
  2095. all_country = {
  2096. navy_size = ROOT
  2097. }
  2098. amount = 10
  2099. }
  2100. }
  2101. }
  2102.  
  2103. leader_naval_fire = 0.2
  2104. leader_naval_manuever = 0.2
  2105. leader_naval_shock = 0.2
  2106. global_ship_recruit_speed = -0.01
  2107. }
  2108.  
  2109. most_religious_unity_now = {
  2110. potential = {
  2111. any_country = {
  2112. NOT = { religious_unity = ROOT }
  2113. }
  2114. NOT = {
  2115. calc_true_if = {
  2116. all_country = {
  2117. religious_unity = ROOT
  2118. }
  2119. amount = 1
  2120. }
  2121. }
  2122. }
  2123.  
  2124. trigger = {
  2125. NOT = {
  2126. any_country = {
  2127. religious_unity = ROOT
  2128. }
  2129. }
  2130. }
  2131.  
  2132. improve_relation_modifier = 0.25
  2133. }
  2134.  
  2135. second_most_religious_unity_now = {
  2136. potential = {
  2137. any_country = {
  2138. NOT = { religious_unity = ROOT }
  2139. }
  2140. calc_true_if = {
  2141. all_country = {
  2142. religious_unity = ROOT
  2143. }
  2144. amount = 1
  2145. }
  2146. NOT = {
  2147. calc_true_if = {
  2148. all_country = {
  2149. religious_unity = ROOT
  2150. }
  2151. amount = 2
  2152. }
  2153. }
  2154. }
  2155.  
  2156. trigger = {
  2157. NOT = {
  2158. calc_true_if = {
  2159. all_country = {
  2160. religious_unity = ROOT
  2161. }
  2162. amount = 2
  2163. }
  2164. }
  2165. }
  2166.  
  2167. improve_relation_modifier = 0.225
  2168. }
  2169.  
  2170. third_most_religious_unity_now = {
  2171. potential = {
  2172. any_country = {
  2173. NOT = { religious_unity = ROOT }
  2174. }
  2175. calc_true_if = {
  2176. all_country = {
  2177. religious_unity = ROOT
  2178. }
  2179. amount = 2
  2180. }
  2181. NOT = {
  2182. calc_true_if = {
  2183. all_country = {
  2184. religious_unity = ROOT
  2185. }
  2186. amount = 3
  2187. }
  2188. }
  2189. }
  2190.  
  2191. trigger = {
  2192. NOT = {
  2193. calc_true_if = {
  2194. all_country = {
  2195. religious_unity = ROOT
  2196. }
  2197. amount = 3
  2198. }
  2199. }
  2200. }
  2201.  
  2202. improve_relation_modifier = 0.20
  2203. }
  2204.  
  2205. fourth_most_religious_unity_now = {
  2206. potential = {
  2207. any_country = {
  2208. NOT = { religious_unity = ROOT }
  2209. }
  2210. calc_true_if = {
  2211. all_country = {
  2212. religious_unity = ROOT
  2213. }
  2214. amount = 3
  2215. }
  2216. NOT = {
  2217. calc_true_if = {
  2218. all_country = {
  2219. religious_unity = ROOT
  2220. }
  2221. amount = 4
  2222. }
  2223. }
  2224. }
  2225.  
  2226. trigger = {
  2227. NOT = {
  2228. calc_true_if = {
  2229. all_country = {
  2230. religious_unity = ROOT
  2231. }
  2232. amount = 4
  2233. }
  2234. }
  2235. }
  2236.  
  2237. improve_relation_modifier = 0.175
  2238. }
  2239.  
  2240. fifth_most_religious_unity_now = {
  2241. potential = {
  2242. any_country = {
  2243. NOT = { religious_unity = ROOT }
  2244. }
  2245. calc_true_if = {
  2246. all_country = {
  2247. religious_unity = ROOT
  2248. }
  2249. amount = 4
  2250. }
  2251. NOT = {
  2252. calc_true_if = {
  2253. all_country = {
  2254. religious_unity = ROOT
  2255. }
  2256. amount = 5
  2257. }
  2258. }
  2259. }
  2260.  
  2261. trigger = {
  2262. NOT = {
  2263. calc_true_if = {
  2264. all_country = {
  2265. religious_unity = ROOT
  2266. }
  2267. amount = 5
  2268. }
  2269. }
  2270. }
  2271.  
  2272. improve_relation_modifier = 0.15
  2273. }
  2274.  
  2275. sixth_most_religious_unity_now = {
  2276. potential = {
  2277. any_country = {
  2278. NOT = { religious_unity = ROOT }
  2279. }
  2280. calc_true_if = {
  2281. all_country = {
  2282. religious_unity = ROOT
  2283. }
  2284. amount = 5
  2285. }
  2286. NOT = {
  2287. calc_true_if = {
  2288. all_country = {
  2289. religious_unity = ROOT
  2290. }
  2291. amount = 6
  2292. }
  2293. }
  2294. }
  2295.  
  2296. trigger = {
  2297. NOT = {
  2298. calc_true_if = {
  2299. all_country = {
  2300. religious_unity = ROOT
  2301. }
  2302. amount = 6
  2303. }
  2304. }
  2305. }
  2306.  
  2307. improve_relation_modifier = 0.125
  2308. }
  2309.  
  2310. seventh_most_religious_unity_now = {
  2311. potential = {
  2312. any_country = {
  2313. NOT = { religious_unity = ROOT }
  2314. }
  2315. calc_true_if = {
  2316. all_country = {
  2317. religious_unity = ROOT
  2318. }
  2319. amount = 6
  2320. }
  2321. NOT = {
  2322. calc_true_if = {
  2323. all_country = {
  2324. religious_unity = ROOT
  2325. }
  2326. amount = 7
  2327. }
  2328. }
  2329. }
  2330.  
  2331. trigger = {
  2332. NOT = {
  2333. calc_true_if = {
  2334. all_country = {
  2335. religious_unity = ROOT
  2336. }
  2337. amount = 7
  2338. }
  2339. }
  2340. }
  2341.  
  2342. improve_relation_modifier = 0.10
  2343. }
  2344.  
  2345. eigth_most_religious_unity_now = {
  2346. potential = {
  2347. any_country = {
  2348. NOT = { religious_unity = ROOT }
  2349. }
  2350. calc_true_if = {
  2351. all_country = {
  2352. religious_unity = ROOT
  2353. }
  2354. amount = 7
  2355. }
  2356. NOT = {
  2357. calc_true_if = {
  2358. all_country = {
  2359. religious_unity = ROOT
  2360. }
  2361. amount = 8
  2362. }
  2363. }
  2364. }
  2365.  
  2366. trigger = {
  2367. NOT = {
  2368. calc_true_if = {
  2369. all_country = {
  2370. religious_unity = ROOT
  2371. }
  2372. amount = 8
  2373. }
  2374. }
  2375. }
  2376.  
  2377. improve_relation_modifier = 0.075
  2378. }
  2379.  
  2380. nineth_most_religious_unity_now = {
  2381. potential = {
  2382. any_country = {
  2383. NOT = { religious_unity = ROOT }
  2384. }
  2385. calc_true_if = {
  2386. all_country = {
  2387. religious_unity = ROOT
  2388. }
  2389. amount = 8
  2390. }
  2391. NOT = {
  2392. calc_true_if = {
  2393. all_country = {
  2394. religious_unity = ROOT
  2395. }
  2396. amount = 9
  2397. }
  2398. }
  2399. }
  2400.  
  2401. trigger = {
  2402. NOT = {
  2403. calc_true_if = {
  2404. all_country = {
  2405. religious_unity = ROOT
  2406. }
  2407. amount = 9
  2408. }
  2409. }
  2410. }
  2411.  
  2412. improve_relation_modifier = 0.05
  2413. }
  2414.  
  2415. tenth_most_religious_unity_now = {
  2416. potential = {
  2417. any_country = {
  2418. NOT = { religious_unity = ROOT }
  2419. }
  2420. calc_true_if = {
  2421. all_country = {
  2422. religious_unity = ROOT
  2423. }
  2424. amount = 9
  2425. }
  2426. }
  2427.  
  2428. trigger = {
  2429. NOT = {
  2430. calc_true_if = {
  2431. all_country = {
  2432. religious_unity = ROOT
  2433. }
  2434. amount = 10
  2435. }
  2436. }
  2437. }
  2438.  
  2439. improve_relation_modifier = 0.025
  2440. }
  2441.  
  2442.  
  2443.  
  2444.  
  2445. best_ruler_now = {
  2446. potential = {
  2447. any_country = {
  2448. NOT = { ADM = ROOT }
  2449. NOT = { DIP = ROOT }
  2450. NOT = { MIL = ROOT }
  2451. }
  2452. NOT = {
  2453. calc_true_if = {
  2454. all_country = {
  2455. ADM = ROOT
  2456. DIP = ROOT
  2457. MIL = ROOT
  2458. }
  2459. amount = 1
  2460. }
  2461. }
  2462. }
  2463.  
  2464. trigger = {
  2465. NOT = {
  2466. any_country = {
  2467. ADM = ROOT
  2468. DIP = ROOT
  2469. MIL = ROOT
  2470. }
  2471. }
  2472. }
  2473.  
  2474. global_autonomy = -0.1
  2475. prestige_decay = -0.02
  2476. naval_morale = 0.05
  2477. land_morale = 0.05
  2478. }
  2479.  
  2480. second_best_ruler_now = {
  2481. potential = {
  2482. any_country = {
  2483. NOT = { ADM = ROOT }
  2484. NOT = { DIP = ROOT }
  2485. NOT = { MIL = ROOT }
  2486. }
  2487. calc_true_if = {
  2488. all_country = {
  2489. ADM = ROOT
  2490. DIP = ROOT
  2491. MIL = ROOT
  2492. }
  2493. amount = 1
  2494. }
  2495. NOT = {
  2496. calc_true_if = {
  2497. all_country = {
  2498. ADM = ROOT
  2499. DIP = ROOT
  2500. MIL = ROOT
  2501. }
  2502. amount = 2
  2503. }
  2504. }
  2505. }
  2506.  
  2507. trigger = {
  2508. NOT = {
  2509. calc_true_if = {
  2510. all_country = {
  2511. ADM = ROOT
  2512. DIP = ROOT
  2513. MIL = ROOT
  2514. }
  2515. amount = 2
  2516. }
  2517. }
  2518. }
  2519.  
  2520. global_autonomy = -0.09
  2521. prestige_decay = -0.018
  2522. naval_morale = 0.045
  2523. land_morale = 0.045
  2524. }
  2525.  
  2526. third_best_ruler_now = {
  2527. potential = {
  2528. any_country = {
  2529. NOT = { ADM = ROOT }
  2530. NOT = { DIP = ROOT }
  2531. NOT = { MIL = ROOT }
  2532. }
  2533. calc_true_if = {
  2534. all_country = {
  2535. ADM = ROOT
  2536. DIP = ROOT
  2537. MIL = ROOT
  2538. }
  2539. amount = 2
  2540. }
  2541. NOT = {
  2542. calc_true_if = {
  2543. all_country = {
  2544. ADM = ROOT
  2545. DIP = ROOT
  2546. MIL = ROOT
  2547. }
  2548. amount = 3
  2549. }
  2550. }
  2551. }
  2552.  
  2553. trigger = {
  2554. NOT = {
  2555. calc_true_if = {
  2556. all_country = {
  2557. ADM = ROOT
  2558. DIP = ROOT
  2559. MIL = ROOT
  2560. }
  2561. amount = 3
  2562. }
  2563. }
  2564. }
  2565.  
  2566. global_autonomy = -0.08
  2567. prestige_decay = -0.016
  2568. naval_morale = 0.04
  2569. land_morale = 0.04
  2570. }
  2571.  
  2572. fourth_best_ruler_now = {
  2573. potential = {
  2574. any_country = {
  2575. NOT = { ADM = ROOT }
  2576. NOT = { DIP = ROOT }
  2577. NOT = { MIL = ROOT }
  2578. }
  2579. calc_true_if = {
  2580. all_country = {
  2581. ADM = ROOT
  2582. DIP = ROOT
  2583. MIL = ROOT
  2584. }
  2585. amount = 3
  2586. }
  2587. NOT = {
  2588. calc_true_if = {
  2589. all_country = {
  2590. ADM = ROOT
  2591. DIP = ROOT
  2592. MIL = ROOT
  2593. }
  2594. amount = 4
  2595. }
  2596. }
  2597. }
  2598.  
  2599. trigger = {
  2600. NOT = {
  2601. calc_true_if = {
  2602. all_country = {
  2603. ADM = ROOT
  2604. DIP = ROOT
  2605. MIL = ROOT
  2606. }
  2607. amount = 4
  2608. }
  2609. }
  2610. }
  2611.  
  2612. global_autonomy = -0.07
  2613. prestige_decay = -0.014
  2614. naval_morale = 0.035
  2615. land_morale = 0.035
  2616. }
  2617.  
  2618. fifth_best_ruler_now = {
  2619. potential = {
  2620. any_country = {
  2621. NOT = { ADM = ROOT }
  2622. NOT = { DIP = ROOT }
  2623. NOT = { MIL = ROOT }
  2624. }
  2625. calc_true_if = {
  2626. all_country = {
  2627. ADM = ROOT
  2628. DIP = ROOT
  2629. MIL = ROOT
  2630. }
  2631. amount = 4
  2632. }
  2633. NOT = {
  2634. calc_true_if = {
  2635. all_country = {
  2636. ADM = ROOT
  2637. DIP = ROOT
  2638. MIL = ROOT
  2639. }
  2640. amount = 5
  2641. }
  2642. }
  2643. }
  2644.  
  2645. trigger = {
  2646. NOT = {
  2647. calc_true_if = {
  2648. all_country = {
  2649. ADM = ROOT
  2650. DIP = ROOT
  2651. MIL = ROOT
  2652. }
  2653. amount = 5
  2654. }
  2655. }
  2656. }
  2657.  
  2658. global_autonomy = -0.06
  2659. prestige_decay = -0.012
  2660. naval_morale = 0.03
  2661. land_morale = 0.03
  2662. }
  2663.  
  2664. sixth_best_ruler_now = {
  2665. potential = {
  2666. any_country = {
  2667. NOT = { ADM = ROOT }
  2668. NOT = { DIP = ROOT }
  2669. NOT = { MIL = ROOT }
  2670. }
  2671. calc_true_if = {
  2672. all_country = {
  2673. ADM = ROOT
  2674. DIP = ROOT
  2675. MIL = ROOT
  2676. }
  2677. amount = 5
  2678. }
  2679. NOT = {
  2680. calc_true_if = {
  2681. all_country = {
  2682. ADM = ROOT
  2683. DIP = ROOT
  2684. MIL = ROOT
  2685. }
  2686. amount = 6
  2687. }
  2688. }
  2689. }
  2690.  
  2691. trigger = {
  2692. NOT = {
  2693. calc_true_if = {
  2694. all_country = {
  2695. ADM = ROOT
  2696. DIP = ROOT
  2697. MIL = ROOT
  2698. }
  2699. amount = 6
  2700. }
  2701. }
  2702. }
  2703.  
  2704. global_autonomy = -0.05
  2705. prestige_decay = -0.01
  2706. naval_morale = 0.025
  2707. land_morale = 0.025
  2708. }
  2709.  
  2710. seventh_best_ruler_now = {
  2711. potential = {
  2712. any_country = {
  2713. NOT = { ADM = ROOT }
  2714. NOT = { DIP = ROOT }
  2715. NOT = { MIL = ROOT }
  2716. }
  2717. calc_true_if = {
  2718. all_country = {
  2719. ADM = ROOT
  2720. DIP = ROOT
  2721. MIL = ROOT
  2722. }
  2723. amount = 6
  2724. }
  2725. NOT = {
  2726. calc_true_if = {
  2727. all_country = {
  2728. ADM = ROOT
  2729. DIP = ROOT
  2730. MIL = ROOT
  2731. }
  2732. amount = 7
  2733. }
  2734. }
  2735. }
  2736.  
  2737. trigger = {
  2738. NOT = {
  2739. calc_true_if = {
  2740. all_country = {
  2741. ADM = ROOT
  2742. DIP = ROOT
  2743. MIL = ROOT
  2744. }
  2745. amount = 7
  2746. }
  2747. }
  2748. }
  2749.  
  2750. global_autonomy = -0.04
  2751. prestige_decay = -0.008
  2752. naval_morale = 0.02
  2753. land_morale = 0.02
  2754. }
  2755.  
  2756. eigth_best_ruler_now = {
  2757. potential = {
  2758. any_country = {
  2759. NOT = { ADM = ROOT }
  2760. NOT = { DIP = ROOT }
  2761. NOT = { MIL = ROOT }
  2762. }
  2763. calc_true_if = {
  2764. all_country = {
  2765. ADM = ROOT
  2766. DIP = ROOT
  2767. MIL = ROOT
  2768. }
  2769. amount = 7
  2770. }
  2771. NOT = {
  2772. calc_true_if = {
  2773. all_country = {
  2774. ADM = ROOT
  2775. DIP = ROOT
  2776. MIL = ROOT
  2777. }
  2778. amount = 8
  2779. }
  2780. }
  2781. }
  2782.  
  2783. trigger = {
  2784. NOT = {
  2785. calc_true_if = {
  2786. all_country = {
  2787. ADM = ROOT
  2788. DIP = ROOT
  2789. MIL = ROOT
  2790. }
  2791. amount = 8
  2792. }
  2793. }
  2794. }
  2795.  
  2796. global_autonomy = -0.03
  2797. prestige_decay = -0.006
  2798. naval_morale = 0.015
  2799. land_morale = 0.015
  2800. }
  2801.  
  2802. nineth_best_ruler_now = {
  2803. potential = {
  2804. any_country = {
  2805. NOT = { ADM = ROOT }
  2806. NOT = { DIP = ROOT }
  2807. NOT = { MIL = ROOT }
  2808. }
  2809. calc_true_if = {
  2810. all_country = {
  2811. ADM = ROOT
  2812. DIP = ROOT
  2813. MIL = ROOT
  2814. }
  2815. amount = 8
  2816. }
  2817. NOT = {
  2818. calc_true_if = {
  2819. all_country = {
  2820. ADM = ROOT
  2821. DIP = ROOT
  2822. MIL = ROOT
  2823. }
  2824. amount = 9
  2825. }
  2826. }
  2827. }
  2828.  
  2829. trigger = {
  2830. NOT = {
  2831. calc_true_if = {
  2832. all_country = {
  2833. ADM = ROOT
  2834. DIP = ROOT
  2835. MIL = ROOT
  2836. }
  2837. amount = 9
  2838. }
  2839. }
  2840. }
  2841.  
  2842. global_autonomy = -0.02
  2843. prestige_decay = -0.004
  2844. naval_morale = 0.01
  2845. land_morale = 0.01
  2846. }
  2847.  
  2848. tenth_best_ruler_now = {
  2849. potential = {
  2850. any_country = {
  2851. NOT = { ADM = ROOT }
  2852. NOT = { DIP = ROOT }
  2853. NOT = { MIL = ROOT }
  2854. }
  2855. calc_true_if = {
  2856. all_country = {
  2857. ADM = ROOT
  2858. DIP = ROOT
  2859. MIL = ROOT
  2860. }
  2861. amount = 9
  2862. }
  2863. }
  2864.  
  2865. trigger = {
  2866. NOT = {
  2867. calc_true_if = {
  2868. all_country = {
  2869. ADM = ROOT
  2870. DIP = ROOT
  2871. MIL = ROOT
  2872. }
  2873. amount = 10
  2874. }
  2875. }
  2876. }
  2877.  
  2878. global_autonomy = -0.01
  2879. prestige_decay = -0.002
  2880. naval_morale = 0.005
  2881. land_morale = 0.005
  2882. }
Advertisement
Add Comment
Please, Sign In to add comment