Advertisement
Guest User

EU4 Achievements

a guest
Jul 17th, 2018
2,824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 145.41 KB | None | 0 0
  1. #############################
  2. # 7 VERY EASY ACHIEVEMENTS
  3. #############################
  4.  
  5. achievement_for_the_glory = {
  6. id = 1
  7.  
  8. possible = {
  9. normal_or_historical_nations = yes
  10. normal_province_values = yes
  11. ironman = yes
  12. start_date = 1444.11.11
  13. }
  14.  
  15. happened = {
  16. custom_trigger_tooltip = {
  17. tooltip = achievement_for_the_glory_tooltip
  18. has_country_flag = have_diploannexed
  19. }
  20. }
  21. }
  22.  
  23. achievement_grand_army = {
  24. id = 2
  25.  
  26. possible = {
  27. normal_or_historical_nations = yes
  28. normal_province_values = yes
  29. ironman = yes
  30. start_date = 1444.11.11
  31. NOT = { army_size_percentage = 0.99 }
  32. }
  33.  
  34. happened = {
  35. army_size_percentage = 0.99
  36. }
  37. }
  38.  
  39. achievement_grand_navy = {
  40. id = 3
  41.  
  42. possible = {
  43. normal_or_historical_nations = yes
  44. normal_province_values = yes
  45. ironman = yes
  46. start_date = 1444.11.11
  47. NOT = { navy_size_percentage = 0.99 }
  48. }
  49.  
  50. happened = {
  51. navy_size_percentage = 0.99
  52. }
  53. }
  54.  
  55. achievement_defender_of_the_faith = {
  56. id = 4
  57.  
  58. possible = {
  59. normal_or_historical_nations = yes
  60. normal_province_values = yes
  61. ironman = yes
  62. start_date = 1444.11.11
  63. is_defender_of_faith = no
  64. }
  65.  
  66. happened = {
  67. is_defender_of_faith = yes
  68. }
  69. }
  70.  
  71. achievement_until_death_do_us_apart = {
  72. id = 5
  73.  
  74. possible = {
  75. normal_or_historical_nations = yes
  76. normal_province_values = yes
  77. ironman = yes
  78. start_date = 1444.11.11
  79. NOT = { num_of_royal_marriages = 1 }
  80. }
  81.  
  82. happened = {
  83. num_of_royal_marriages = 1
  84. }
  85. }
  86.  
  87. achievement_that_is_mine = {
  88. id = 6
  89.  
  90. possible = {
  91. normal_or_historical_nations = yes
  92. normal_province_values = yes
  93. ironman = yes
  94. start_date = 1444.11.11
  95. }
  96.  
  97. happened = {
  98. custom_trigger_tooltip = {
  99. tooltip = achievement_for_the_glory_tooltip
  100. has_country_flag = conquered_province
  101. }
  102. }
  103. }
  104.  
  105. achievement_victorious = {
  106. id = 7
  107.  
  108. possible = {
  109. normal_or_historical_nations = yes
  110. normal_province_values = yes
  111. ironman = yes
  112. start_date = 1444.11.11
  113. }
  114.  
  115. happened = {
  116. custom_trigger_tooltip = {
  117. tooltip = achievement_for_the_glory_tooltip
  118. has_country_flag = has_won_war
  119. }
  120. }
  121. }
  122.  
  123.  
  124. #############################
  125. # 11 EASY ACHIEVEMENTS
  126. #############################
  127.  
  128. achievement_emperors_new_clothes = {
  129. id = 8
  130.  
  131. possible = {
  132. NOT = { num_of_custom_nations = 1 }
  133. normal_or_historical_nations = yes
  134. normal_province_values = yes
  135. ironman = yes
  136. start_date = 1444.11.11
  137. NOT = { tag = HAB }
  138. }
  139.  
  140. happened = {
  141. is_emperor = yes
  142. }
  143. }
  144.  
  145. achievement_down_under = {
  146. id = 9
  147.  
  148. possible = {
  149. NOT = { num_of_custom_nations = 1 }
  150. normal_or_historical_nations = yes
  151. normal_province_values = yes
  152. ironman = yes
  153. start_date = 1444.11.11
  154. }
  155.  
  156. provinces_to_highlight = {
  157. region = australia_region
  158. NOT = { owned_by = ROOT }
  159. has_discovered = ROOT
  160. }
  161.  
  162. happened = {
  163. australia_region = {
  164. owned_by = ROOT
  165. is_colony = yes
  166. }
  167. }
  168. }
  169.  
  170. achievement_isnt_this_the_way_to_india = {
  171. id = 10
  172.  
  173. possible = {
  174. NOT = { num_of_custom_nations = 1 }
  175. normal_or_historical_nations = yes
  176. normal_province_values = yes
  177. ironman = yes
  178. start_date = 1444.11.11
  179. is_random_new_world = no
  180. tag = CAS
  181. NOT = {
  182. north_america = { has_discovered = ROOT }
  183. south_america = { has_discovered = ROOT }
  184. }
  185. }
  186.  
  187. happened = {
  188. north_america = { has_discovered = ROOT }
  189. south_america = { has_discovered = ROOT }
  190. }
  191. }
  192.  
  193. achievement_azur_seme_de_lis_or = {
  194. id = 11
  195.  
  196. possible = {
  197. NOT = { num_of_custom_nations = 1 }
  198. normal_or_historical_nations = yes
  199. normal_province_values = yes
  200. ironman = yes
  201. start_date = 1444.11.11
  202. tag = FRA
  203. }
  204.  
  205. provinces_to_highlight = {
  206. is_core = FRA
  207. }
  208.  
  209. happened = {
  210. all_core_province = {
  211. owned_by = FRA
  212. }
  213. }
  214. }
  215.  
  216. achievement_not_so_sad_a_state = {
  217. id = 12
  218.  
  219. possible = {
  220. NOT = { num_of_custom_nations = 1 }
  221. normal_or_historical_nations = yes
  222. normal_province_values = yes
  223. ironman = yes
  224. start_date = 1444.11.11
  225. tag = POR
  226. is_random_new_world = no
  227. }
  228.  
  229. provinces_to_highlight = {
  230. OR = {
  231. continent = africa
  232. region = brazil_region
  233. }
  234. NOT = { owned_by = POR }
  235. }
  236.  
  237. happened = {
  238. africa = {
  239. owned_by = POR
  240. is_colony = yes
  241. }
  242. brazil_region = {
  243. owned_by = POR
  244. is_colony = yes
  245. }
  246. }
  247. }
  248.  
  249. achievement_seriously = {
  250. id = 13
  251.  
  252. possible = {
  253. normal_or_historical_nations = yes
  254. normal_province_values = yes
  255. ironman = yes
  256. start_date = 1444.11.11
  257. }
  258.  
  259. happened = {
  260. custom_trigger_tooltip = {
  261. tooltip = achievement_seriously_tooltip
  262. has_country_flag = killed_tenkey
  263. }
  264. }
  265. }
  266.  
  267. achievement_its_all_about_the_money = {
  268. id = 14
  269.  
  270. possible = {
  271. normal_or_historical_nations = yes
  272. normal_province_values = yes
  273. ironman = yes
  274. start_date = 1444.11.11
  275. }
  276.  
  277. happened = {
  278. treasury = 3000
  279. }
  280. }
  281.  
  282. achievement_respected = {
  283. id = 15
  284.  
  285. possible = {
  286. normal_or_historical_nations = yes
  287. normal_province_values = yes
  288. ironman = yes
  289. start_date = 1444.11.11
  290. }
  291.  
  292. happened = {
  293. prestige = 100
  294. legitimacy = 100
  295. stability = 3
  296. }
  297. }
  298.  
  299. achievement_true_catholic = {
  300. id = 16
  301.  
  302. possible = {
  303. normal_or_historical_nations = yes
  304. normal_province_values = yes
  305. ironman = yes
  306. start_date = 1444.11.11
  307. NOT = { num_of_cardinals = 2 }
  308. }
  309.  
  310. visible = {
  311. religion = catholic
  312. }
  313.  
  314. happened = {
  315. num_of_cardinals = 3
  316. }
  317. }
  318.  
  319. achievement_truly_divine_ruler = {
  320. id = 17
  321.  
  322. possible = {
  323. NOT = { num_of_custom_nations = 1 }
  324. normal_or_historical_nations = yes
  325. normal_province_values = yes
  326. ironman = yes
  327. start_date = 1444.11.11
  328. NOT = {
  329. AND = {
  330. dip = 5
  331. mil = 5
  332. adm = 5
  333. }
  334. }
  335. }
  336.  
  337. happened = {
  338. dip = 5
  339. mil = 5
  340. adm = 5
  341. }
  342. }
  343.  
  344. achievement_grand_coalition = {
  345. id = 51
  346.  
  347. possible = {
  348. normal_or_historical_nations = yes
  349. normal_province_values = yes
  350. ironman = yes
  351. start_date = 1444.11.11
  352. }
  353.  
  354. happened = {
  355. num_of_coalition_members = 6
  356. }
  357. }
  358.  
  359.  
  360. #############################
  361. # 11 NORMAL ACHIEVEMENTS
  362. #############################
  363.  
  364. achievement_italian_ambition = {
  365. id = 18
  366.  
  367. possible = {
  368. NOT = { num_of_custom_nations = 1 }
  369. normal_or_historical_nations = yes
  370. normal_province_values = yes
  371. ironman = yes
  372. start_date = 1444.11.11
  373. }
  374.  
  375. visible = {
  376. culture_group = latin
  377. }
  378.  
  379. happened = {
  380. tag = ITA
  381. }
  382. }
  383.  
  384. achievement_cold_war = {
  385. id = 19
  386.  
  387. possible = {
  388. NOT = { num_of_custom_nations = 1 }
  389. normal_or_historical_nations = yes
  390. normal_province_values = yes
  391. ironman = yes
  392. start_date = 1444.11.11
  393. }
  394.  
  395. happened = {
  396. custom_trigger_tooltip = {
  397. tooltip = achievement_cold_war_tooltip
  398. has_country_flag = cold_war
  399. }
  400. }
  401. }
  402.  
  403. achievement_royal_authority = {
  404. id = 20
  405.  
  406. possible = {
  407. NOT = { num_of_custom_nations = 1 }
  408. normal_or_historical_nations = yes
  409. normal_province_values = yes
  410. ironman = yes
  411. start_date = 1444.11.11
  412. }
  413.  
  414. happened = {
  415. custom_trigger_tooltip = {
  416. tooltip = achievement_royal_authority_tooltip
  417. has_country_flag = installed_union
  418. }
  419. }
  420. }
  421.  
  422. achievement_viva_la_revolucion = {
  423. id = 21
  424.  
  425. possible = {
  426. NOT = { num_of_custom_nations = 1 }
  427. normal_or_historical_nations = yes
  428. normal_province_values = yes
  429. ironman = yes
  430. start_date = 1444.11.11
  431. }
  432.  
  433. happened = {
  434. custom_trigger_tooltip = {
  435. tooltip = achievement_viva_la_revolucion_tooltip
  436. has_country_flag = supported_rebels
  437. }
  438. }
  439. }
  440.  
  441. achievement_brothers_in_arms = {
  442. id = 22
  443.  
  444. possible = {
  445. NOT = { num_of_custom_nations = 1 }
  446. normal_or_historical_nations = yes
  447. normal_province_values = yes
  448. ironman = yes
  449. start_date = 1444.11.11
  450. }
  451.  
  452. happened = {
  453. custom_trigger_tooltip = {
  454. tooltip = achievement_brothers_in_arms_tooltip
  455. has_country_flag = brothers_in_arms
  456. }
  457. }
  458. }
  459.  
  460. achievement_no_pirates_in_my_carribean = {
  461. id = 23
  462.  
  463. possible = {
  464. NOT = { num_of_custom_nations = 1 }
  465. normal_or_historical_nations = yes
  466. normal_province_values = yes
  467. ironman = yes
  468. start_date = 1444.11.11
  469. is_random_new_world = no
  470. }
  471.  
  472. provinces_to_highlight = {
  473. region = carribeans_region
  474. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  475. }
  476.  
  477. happened = {
  478. carribeans_region = {
  479. type = all
  480. country_or_non_sovereign_subject_holds = ROOT
  481. }
  482. }
  483. }
  484.  
  485. achievement_master_of_india = {
  486. id = 24
  487.  
  488. possible = {
  489. NOT = { num_of_custom_nations = 1 }
  490. normal_or_historical_nations = yes
  491. normal_province_values = yes
  492. ironman = yes
  493. start_date = 1444.11.11
  494. capital_scope = {
  495. continent = europe
  496. }
  497. }
  498.  
  499. provinces_to_highlight = {
  500. superregion = india_superregion
  501. OR = {
  502. NOT = { owned_by = ROOT }
  503. NOT = { is_core = ROOT }
  504. }
  505. }
  506.  
  507. happened = {
  508. deccan_region = {
  509. type = all
  510. owned_by = ROOT
  511. is_core = ROOT
  512. }
  513. coromandel_region = {
  514. type = all
  515. owned_by = ROOT
  516. is_core = ROOT
  517. }
  518. bengal_region = {
  519. type = all
  520. owned_by = ROOT
  521. is_core = ROOT
  522. }
  523. hindusthan_region = {
  524. type = all
  525. owned_by = ROOT
  526. is_core = ROOT
  527. }
  528. west_india_region = {
  529. type = all
  530. owned_by = ROOT
  531. is_core = ROOT
  532. }
  533. }
  534. }
  535.  
  536. achievement_sweden_is_not_overpowered = {
  537. id = 25
  538.  
  539. possible = {
  540. NOT = { num_of_custom_nations = 1 }
  541. normal_or_historical_nations = yes
  542. normal_province_values = yes
  543. ironman = yes
  544. start_date = 1444.11.11
  545. tag = SWE
  546. }
  547.  
  548. provinces_to_highlight = {
  549. OR = {
  550. province_id = 1
  551. province_id = 2
  552. province_id = 3
  553. province_id = 6
  554. province_id = 9
  555. province_id = 11
  556. province_id = 19
  557. province_id = 25
  558. province_id = 27
  559. province_id = 28
  560. province_id = 30
  561. province_id = 33
  562. province_id = 34
  563. province_id = 35
  564. province_id = 36
  565. province_id = 37
  566. province_id = 38
  567. province_id = 39
  568. province_id = 40
  569. province_id = 41
  570. province_id = 42
  571. province_id = 43
  572. province_id = 45
  573. province_id = 46
  574. province_id = 47
  575. province_id = 48
  576. province_id = 1841
  577. province_id = 1842
  578. province_id = 1858
  579. province_id = 1930
  580. province_id = 1935
  581. province_id = 1981
  582. province_id = 1982
  583. province_id = 2994
  584. province_id = 2995
  585. province_id = 2996
  586. province_id = 4113
  587. province_id = 4165
  588. }
  589. NOT = { owned_by = ROOT }
  590. }
  591.  
  592. happened = {
  593. owns_core_province = 1
  594. owns_core_province = 2
  595. owns_core_province = 3
  596. owns_core_province = 6
  597. owns_core_province = 9
  598. owns_core_province = 11
  599. owns_core_province = 19
  600. owns_core_province = 25
  601. owns_core_province = 27
  602. owns_core_province = 28
  603. owns_core_province = 30
  604. owns_core_province = 33
  605. owns_core_province = 34
  606. owns_core_province = 35
  607. owns_core_province = 36
  608. owns_core_province = 37
  609. owns_core_province = 38
  610. owns_core_province = 39
  611. owns_core_province = 40
  612. owns_core_province = 41
  613. owns_core_province = 42
  614. owns_core_province = 43
  615. owns_core_province = 45
  616. owns_core_province = 46
  617. owns_core_province = 47
  618. owns_core_province = 48
  619. owns_core_province = 1841
  620. owns_core_province = 1842
  621. owns_core_province = 1858
  622. owns_core_province = 1930
  623. owns_core_province = 1935
  624. owns_core_province = 1981
  625. owns_core_province = 1982
  626. owns_core_province = 2994
  627. owns_core_province = 2995
  628. owns_core_province = 2996
  629. owns_core_province = 4113
  630. owns_core_province = 4165
  631. }
  632. }
  633.  
  634. achievement_my_armies_are_invincible = {
  635. id = 26
  636.  
  637. possible = {
  638. NOT = { num_of_custom_nations = 1 }
  639. normal_or_historical_nations = yes
  640. normal_province_values = yes
  641. ironman = yes
  642. start_date = 1444.11.11
  643. }
  644.  
  645. happened = {
  646. land_morale = 7
  647. }
  648. }
  649.  
  650. achievement_this_navy_can_take_it_all = {
  651. id = 27
  652.  
  653. possible = {
  654. NOT = { num_of_custom_nations = 1 }
  655. normal_or_historical_nations = yes
  656. normal_province_values = yes
  657. ironman = yes
  658. start_date = 1444.11.11
  659. }
  660.  
  661. happened = {
  662. naval_morale = 7
  663. }
  664. }
  665.  
  666. achievement_winged_hussars = {
  667. id = 52
  668.  
  669. possible = {
  670. NOT = { num_of_custom_nations = 1 }
  671. normal_or_historical_nations = yes
  672. normal_province_values = yes
  673. ironman = yes
  674. start_date = 1444.11.11
  675. }
  676.  
  677. visible = {
  678. unit_type = eastern
  679. }
  680.  
  681. happened = {
  682. has_unit_type = polish_winged_hussar
  683. has_global_modifier_value = {
  684. which = cavalry_power
  685. value = 0.5
  686. }
  687. }
  688. }
  689.  
  690.  
  691. #############################
  692. # 11 HARD ACHIEVEMENTS
  693. #############################
  694.  
  695. achievement_the_pen_is_mightier_than_the_sword = {
  696. id = 28
  697.  
  698. possible = {
  699. NOT = { num_of_custom_nations = 1 }
  700. normal_or_historical_nations = yes
  701. normal_province_values = yes
  702. ironman = yes
  703. tag = HAB
  704. start_date = 1444.11.11
  705. }
  706.  
  707. happened = {
  708. tag = HAB
  709. personal_union = 3
  710. }
  711. }
  712.  
  713. achievement_traditional_player = {
  714. id = 29
  715.  
  716. possible = {
  717. NOT = { num_of_custom_nations = 1 }
  718. normal_or_historical_nations = yes
  719. normal_province_values = yes
  720. ironman = yes
  721. start_date = 1444.11.11
  722. }
  723.  
  724. happened = {
  725. army_tradition = 90
  726. navy_tradition = 90
  727. }
  728. }
  729.  
  730. achievement_its_all_about_luck = {
  731. id = 30
  732.  
  733. possible = {
  734. NOT = { num_of_custom_nations = 1 }
  735. normal_or_historical_nations = yes
  736. normal_province_values = yes
  737. ironman = yes
  738. start_date = 1444.11.11
  739. }
  740.  
  741. happened = {
  742. custom_trigger_tooltip = {
  743. tooltip = achievement_its_all_about_luck_tooltip
  744. has_country_flag = beat_big_leader
  745. }
  746. }
  747. }
  748.  
  749. achievement_all_belongs_to_mother_russia = {
  750. id = 31
  751.  
  752. possible = {
  753. NOT = { num_of_custom_nations = 1 }
  754. normal_or_historical_nations = yes
  755. normal_province_values = yes
  756. ironman = yes
  757. start_date = 1444.11.11
  758. OR = {
  759. primary_culture = russian
  760. primary_culture = novgorodian
  761. primary_culture = ryazanian
  762. }
  763. }
  764.  
  765. happened = {
  766. tag = RUS
  767. }
  768. }
  769.  
  770. achievement_at_every_continent = {
  771. id = 32
  772.  
  773. possible = {
  774. NOT = { num_of_custom_nations = 1 }
  775. normal_or_historical_nations = yes
  776. normal_province_values = yes
  777. ironman = yes
  778. start_date = 1444.11.11
  779. is_random_new_world = no #No South America in Random New World.
  780. }
  781.  
  782. provinces_to_highlight = {
  783. OR = {
  784. AND = {
  785. continent = asia
  786. ROOT = {
  787. NOT = {
  788. any_owned_province = {
  789. continent = asia
  790. }
  791. }
  792. }
  793. }
  794. AND = {
  795. continent = africa
  796. ROOT = {
  797. NOT = {
  798. any_owned_province = {
  799. continent = africa
  800. }
  801. }
  802. }
  803. }
  804. AND = {
  805. continent = europe
  806. ROOT = {
  807. NOT = {
  808. any_owned_province = {
  809. continent = europe
  810. }
  811. }
  812. }
  813. }
  814. AND = {
  815. continent = north_america
  816. ROOT = {
  817. NOT = {
  818. any_owned_province = {
  819. continent = north_america
  820. }
  821. }
  822. }
  823. }
  824. AND = {
  825. continent = south_america
  826. ROOT = {
  827. NOT = {
  828. any_owned_province = {
  829. continent = south_america
  830. }
  831. }
  832. }
  833. }
  834. AND = {
  835. continent = oceania
  836. ROOT = {
  837. NOT = {
  838. any_owned_province = {
  839. continent = oceania
  840. }
  841. }
  842. }
  843. }
  844. }
  845. }
  846.  
  847. happened = {
  848. any_owned_province = {
  849. continent = europe
  850. }
  851. any_owned_province = {
  852. continent = asia
  853. }
  854. any_owned_province = {
  855. continent = africa
  856. }
  857. any_owned_province = {
  858. continent = north_america
  859. }
  860. any_owned_province = {
  861. continent = south_america
  862. }
  863. any_owned_province = {
  864. continent = oceania
  865. }
  866. }
  867. }
  868.  
  869. achievement_spain_is_the_emperor = {
  870. id = 33
  871.  
  872. possible = {
  873. NOT = { num_of_custom_nations = 1 }
  874. normal_or_historical_nations = yes
  875. normal_province_values = yes
  876. ironman = yes
  877. start_date = 1444.11.11
  878. NOT = { is_emperor = yes }
  879. }
  880.  
  881. visible = {
  882. OR = {
  883. culture_group = iberian
  884. tag = SPA
  885. }
  886. }
  887.  
  888. happened = {
  889. tag = SPA
  890. is_emperor = yes
  891. }
  892. }
  893.  
  894. achievement_an_early_reich = {
  895. id = 34
  896.  
  897. possible = {
  898. NOT = { num_of_custom_nations = 1 }
  899. normal_or_historical_nations = yes
  900. normal_province_values = yes
  901. ironman = yes
  902. start_date = 1444.11.11
  903. }
  904.  
  905. visible = {
  906. culture_group = germanic
  907. }
  908.  
  909. happened = {
  910. tag = GER
  911. }
  912. }
  913.  
  914. achievement_poland_can_into_space = {
  915. id = 35
  916.  
  917. possible = {
  918. NOT = { num_of_custom_nations = 1 }
  919. normal_or_historical_nations = yes
  920. normal_province_values = yes
  921. ironman = yes
  922. start_date = 1444.11.11
  923. tag = POL
  924. }
  925.  
  926. happened = {
  927. adm_tech = 32
  928. dip_tech = 32
  929. mil_tech = 32
  930. }
  931. }
  932.  
  933. achievement_world_discoverer = {
  934. id = 36
  935.  
  936. possible = {
  937. NOT = { num_of_custom_nations = 1 }
  938. normal_or_historical_nations = yes
  939. normal_province_values = yes
  940. ironman = yes
  941. start_date = 1444.11.11
  942. }
  943.  
  944. happened = {
  945. all_province = {
  946. has_discovered = ROOT
  947. }
  948. }
  949. }
  950.  
  951. achievement_the_chrysanthemum_throne = {
  952. id = 37
  953.  
  954. possible = {
  955. NOT = { num_of_custom_nations = 1 }
  956. normal_or_historical_nations = yes
  957. normal_province_values = yes
  958. ironman = yes
  959. start_date = 1444.11.11
  960. government = daimyo
  961. }
  962.  
  963. provinces_to_highlight = {
  964. region = japan_region
  965. is_empty = no
  966. OR = {
  967. NOT = { owned_by = ROOT }
  968. NOT = { is_core = ROOT }
  969. }
  970. }
  971.  
  972. happened = {
  973. tag = JAP
  974. japan_region = {
  975. type = all
  976. OR = {
  977. is_empty = yes
  978. AND = {
  979. owned_by = JAP
  980. is_core = JAP
  981. }
  982. }
  983. }
  984. }
  985. }
  986.  
  987. achievement_trade_hegemon = {
  988. id = 53
  989.  
  990. possible = {
  991. NOT = { num_of_custom_nations = 1 }
  992. normal_or_historical_nations = yes
  993. normal_province_values = yes
  994. ironman = yes
  995. start_date = 1444.11.11
  996. capital_scope = {
  997. continent = europe
  998. }
  999. }
  1000.  
  1001. provinces_to_highlight = {
  1002. OR = {
  1003. province_id = 388
  1004. province_id = 2999
  1005. province_id = 596
  1006. }
  1007. OR = {
  1008. NOT = { owned_by = ROOT }
  1009. NOT = { is_core = ROOT }
  1010. }
  1011. }
  1012.  
  1013. happened = {
  1014. owns_core_province = 388 # Aden
  1015. owns_core_province = 2999 # Hormoz
  1016. owns_core_province = 596 # Malacca
  1017. }
  1018. }
  1019.  
  1020.  
  1021. #############################
  1022. # 11 VERY HARD ACHIEVEMENTS
  1023. #############################
  1024.  
  1025. achievement_basileus = {
  1026. id = 38
  1027.  
  1028. possible = {
  1029. NOT = { num_of_custom_nations = 1 }
  1030. normal_or_historical_nations = yes
  1031. normal_province_values = yes
  1032. ironman = yes
  1033. start_date = 1444.11.11
  1034. tag = BYZ
  1035. }
  1036.  
  1037. provinces_to_highlight = {
  1038. OR = {
  1039. area = morea_area
  1040. area = northern_greece_area
  1041. area = albania_area
  1042. area = macedonia_area
  1043. area = bulgaria_area
  1044. area = thrace_area
  1045. area = hudavendigar_area
  1046. area = aydin_area
  1047. area = germiyan_area
  1048. area = kastamonu_area
  1049. area = ankara_area
  1050. area = karaman_area
  1051. area = rum_area
  1052. area = cukurova_area
  1053. area = dulkadir_area
  1054. }
  1055. OR = {
  1056. NOT = { owned_by = ROOT }
  1057. NOT = { is_core = ROOT }
  1058. }
  1059. }
  1060.  
  1061. happened = {
  1062. tag = BYZ
  1063.  
  1064. ### Balkans
  1065.  
  1066. morea_area = {
  1067. type = all
  1068. owned_by = root
  1069. is_core = ROOT
  1070. }
  1071. northern_greece_area = {
  1072. type = all
  1073. owned_by = root
  1074. is_core = ROOT
  1075. }
  1076. albania_area = {
  1077. type = all
  1078. owned_by = root
  1079. is_core = ROOT
  1080. }
  1081. macedonia_area = {
  1082. type = all
  1083. owned_by = root
  1084. is_core = ROOT
  1085. }
  1086. bulgaria_area = {
  1087. type = all
  1088. owned_by = root
  1089. is_core = ROOT
  1090. }
  1091. thrace_area = {
  1092. type = all
  1093. owned_by = root
  1094. is_core = ROOT
  1095. }
  1096.  
  1097. #### Anatolia
  1098.  
  1099. hudavendigar_area = {
  1100. type = all
  1101. owned_by = root
  1102. is_core = ROOT
  1103. }
  1104. aydin_area = {
  1105. type = all
  1106. owned_by = root
  1107. is_core = ROOT
  1108. }
  1109. germiyan_area = {
  1110. type = all
  1111. owned_by = root
  1112. is_core = ROOT
  1113. }
  1114. kastamonu_area = {
  1115. type = all
  1116. owned_by = root
  1117. is_core = ROOT
  1118. }
  1119. ankara_area = {
  1120. type = all
  1121. owned_by = root
  1122. is_core = ROOT
  1123. }
  1124. karaman_area = {
  1125. type = all
  1126. owned_by = root
  1127. is_core = ROOT
  1128. }
  1129. rum_area = {
  1130. type = all
  1131. owned_by = root
  1132. is_core = ROOT
  1133. }
  1134. cukurova_area = {
  1135. type = all
  1136. owned_by = root
  1137. is_core = ROOT
  1138. }
  1139. dulkadir_area = {
  1140. type = all
  1141. owned_by = root
  1142. is_core = ROOT
  1143. }
  1144. }
  1145. }
  1146.  
  1147. achievement_agressive_expander = {
  1148. id = 39
  1149.  
  1150. possible = {
  1151. NOT = { num_of_custom_nations = 1 }
  1152. normal_or_historical_nations = yes
  1153. normal_province_values = yes
  1154. ironman = yes
  1155. start_date = 1444.11.11
  1156. }
  1157.  
  1158. happened = {
  1159. num_of_cities = 200
  1160. }
  1161. }
  1162.  
  1163. achievement_kaiser_not_just_in_name = {
  1164. id = 40
  1165.  
  1166. possible = {
  1167. NOT = { num_of_custom_nations = 1 }
  1168. normal_or_historical_nations = yes
  1169. normal_province_values = yes
  1170. ironman = yes
  1171. start_date = 1444.11.11
  1172. }
  1173.  
  1174. visible = {
  1175. capital_scope = { is_part_of_hre = yes }
  1176. }
  1177.  
  1178. happened = {
  1179. tag = HLR
  1180. }
  1181. }
  1182.  
  1183. achievement_norwegian_wood = {
  1184. id = 41
  1185.  
  1186. possible = {
  1187. NOT = { num_of_custom_nations = 1 }
  1188. normal_or_historical_nations = yes
  1189. normal_province_values = yes
  1190. ironman = yes
  1191. start_date = 1444.11.11
  1192. tag = NOR
  1193. }
  1194.  
  1195. provinces_to_highlight = {
  1196. trade_goods = naval_supplies
  1197. NOT = { country_or_non_sovereign_subject_holds = NOR}
  1198. }
  1199.  
  1200. happened = {
  1201. NOT = {
  1202. any_province = {
  1203. trade_goods = naval_supplies
  1204. NOT = { country_or_non_sovereign_subject_holds = NOR }
  1205. }
  1206. }
  1207. }
  1208. }
  1209.  
  1210. achievement_african_power = {
  1211. id = 42
  1212.  
  1213. possible = {
  1214. NOT = { num_of_custom_nations = 1 }
  1215. normal_or_historical_nations = yes
  1216. normal_province_values = yes
  1217. ironman = yes
  1218. start_date = 1444.11.11
  1219. tag = KON
  1220. }
  1221.  
  1222. provinces_to_highlight = {
  1223. continent = africa
  1224. is_empty = no
  1225. OR = {
  1226. NOT = { owned_by = KON }
  1227. NOT = { owned_by = KON }
  1228. }
  1229. }
  1230.  
  1231. happened = {
  1232. africa = {
  1233. type = all
  1234. OR = {
  1235. is_wasteland = yes
  1236. is_colony = yes
  1237. is_empty = yes
  1238. AND = {
  1239. owned_by = KON
  1240. is_core = KON
  1241. }
  1242. }
  1243. }
  1244. }
  1245. }
  1246.  
  1247. achievement_no_trail_of_tears = {
  1248. id = 43
  1249.  
  1250. possible = {
  1251. NOT = { num_of_custom_nations = 1 }
  1252. normal_or_historical_nations = yes
  1253. normal_province_values = yes
  1254. ironman = yes
  1255. start_date = 1444.11.11
  1256. tag = CHE
  1257. is_random_new_world = no
  1258. }
  1259.  
  1260. provinces_to_highlight = {
  1261. OR = {
  1262. area = susquehanna_area
  1263. area = delaware_valley_area
  1264. area = hudson_valley_area
  1265. area = massachusetts_bay_area
  1266. area = connecticut_valley_area
  1267. area = chesapeake_area
  1268. area = piedmont_north_america_area
  1269. area = carolinas_area
  1270. area = south_carolina_area
  1271. area = appalachia_area
  1272. area = south_appalachia_area
  1273. province_id = 929
  1274. province_id = 971
  1275. province_id = 2526
  1276. province_id = 2539
  1277. province_id = 2540
  1278. province_id = 2564
  1279. province_id = 2565
  1280. province_id = 2566
  1281. }
  1282. OR = {
  1283. NOT = { owned_by = CHE }
  1284. NOT = { is_core = CHE }
  1285. }
  1286. }
  1287.  
  1288. happened = {
  1289. has_institution = feudalism
  1290. has_institution = renaissance
  1291. has_institution = new_world_i
  1292. has_institution = printing_press
  1293. has_institution = global_trade
  1294. has_institution = manufactories
  1295. has_institution = enlightenment
  1296. susquehanna_area = {
  1297. type = all
  1298. owned_by = CHE
  1299. is_core = CHE
  1300. }
  1301. delaware_valley_area = {
  1302. type = all
  1303. owned_by = CHE
  1304. is_core = CHE
  1305. }
  1306. hudson_valley_area = {
  1307. type = all
  1308. owned_by = CHE
  1309. is_core = CHE
  1310. }
  1311. massachusetts_bay_area = {
  1312. type = all
  1313. owned_by = CHE
  1314. is_core = CHE
  1315. }
  1316. connecticut_valley_area = {
  1317. type = all
  1318. owned_by = CHE
  1319. is_core = CHE
  1320. }
  1321. chesapeake_area = {
  1322. type = all
  1323. owned_by = CHE
  1324. is_core = CHE
  1325. }
  1326. great_valley_area = {
  1327. type = all
  1328. owned_by = CHE
  1329. is_core = CHE
  1330. }
  1331. piedmont_north_america_area = {
  1332. type = all
  1333. owned_by = CHE
  1334. is_core = CHE
  1335. }
  1336. carolinas_area = {
  1337. type = all
  1338. owned_by = CHE
  1339. is_core = CHE
  1340. }
  1341. south_carolina_area = {
  1342. type = all
  1343. owned_by = CHE
  1344. is_core = CHE
  1345. }
  1346. appalachia_area = {
  1347. type = all
  1348. owned_by = CHE
  1349. is_core = CHE
  1350. }
  1351. south_appalachia_area = {
  1352. type = all
  1353. owned_by = CHE
  1354. is_core = CHE
  1355. }
  1356. owns_core_province = 929
  1357. owns_core_province = 971
  1358. owns_core_province = 2526
  1359. owns_core_province = 2539
  1360. owns_core_province = 2540
  1361. owns_core_province = 2564
  1362. owns_core_province = 2565
  1363. owns_core_province = 2566
  1364. }
  1365. }
  1366.  
  1367. achievement_one_night_in_paris = {
  1368. id = 44
  1369.  
  1370. possible = {
  1371. NOT = { num_of_custom_nations = 1 }
  1372. normal_or_historical_nations = yes
  1373. normal_province_values = yes
  1374. ironman = yes
  1375. start_date = 1444.11.11
  1376. tag = ENG
  1377. }
  1378.  
  1379. provinces_to_highlight = {
  1380. province_id = 183
  1381. OR = {
  1382. NOT = { owned_by = ROOT }
  1383. NOT = { owned_by = ROOT }
  1384. }
  1385. }
  1386.  
  1387. happened = {
  1388. OR = {
  1389. tag = ENG
  1390. tag = GBR
  1391. }
  1392. owns_core_province = 183
  1393. }
  1394. }
  1395.  
  1396. achievement_definitely_the_sultan_of_rum = {
  1397. id = 45
  1398.  
  1399. visible = {
  1400. OR = {
  1401. tag = TUR
  1402. tag = RUM
  1403. }
  1404. }
  1405.  
  1406. provinces_to_highlight = {
  1407. OR = {
  1408. province_id = 295 # Moskva
  1409. province_id = 151 # Thrace/Istanbul
  1410. province_id = 118 # Rome
  1411. }
  1412. OR = {
  1413. NOT = { owned_by = ROOT }
  1414. NOT = { is_core = ROOT }
  1415. }
  1416. }
  1417.  
  1418. possible = {
  1419. NOT = { num_of_custom_nations = 1 }
  1420. normal_or_historical_nations = yes
  1421. normal_province_values = yes
  1422. ironman = yes
  1423. start_date = 1444.11.11
  1424. }
  1425.  
  1426. happened = {
  1427. OR = {
  1428. tag = TUR
  1429. tag = RUM
  1430. }
  1431. owns_core_province = 295 # Moskva
  1432. owns_core_province = 151 # Thrace/Istanbul
  1433. owns_core_province = 118 # Rome
  1434. }
  1435. }
  1436.  
  1437. achievement_market_control = {
  1438. id = 46
  1439.  
  1440. possible = {
  1441. NOT = { num_of_custom_nations = 1 }
  1442. normal_or_historical_nations = yes
  1443. normal_province_values = yes
  1444. ironman = yes
  1445. start_date = 1444.11.11
  1446. }
  1447.  
  1448. happened = {
  1449. num_of_trading_bonuses = 7
  1450. }
  1451. }
  1452.  
  1453. achievement_ruina_imperii = {
  1454. id = 47
  1455.  
  1456. possible = {
  1457. NOT = { num_of_custom_nations = 1 }
  1458. normal_or_historical_nations = yes
  1459. normal_province_values = yes
  1460. ironman = yes
  1461. start_date = 1444.11.11
  1462. }
  1463.  
  1464. happened = {
  1465. NOT = { hre_size = 1 }
  1466. NOT = { exists = HLR }
  1467. }
  1468. }
  1469.  
  1470. achievement_luck_of_the_irish = {
  1471. id = 55
  1472.  
  1473. possible = {
  1474. NOT = { num_of_custom_nations = 1 }
  1475. normal_or_historical_nations = yes
  1476. normal_province_values = yes
  1477. ironman = yes
  1478. start_date = 1444.11.11
  1479. primary_culture = irish
  1480. }
  1481.  
  1482. provinces_to_highlight = {
  1483. region = british_isles_region
  1484. OR = {
  1485. NOT = { owned_by = ROOT }
  1486. NOT = { is_core = ROOT }
  1487. }
  1488. }
  1489.  
  1490. happened = {
  1491. british_isles_region = {
  1492. type = all
  1493. owned_by = ROOT
  1494. is_core = ROOT
  1495. }
  1496. }
  1497. }
  1498.  
  1499.  
  1500. #############################
  1501. # 4 INSANE ACHIEVEMENTS
  1502. #############################
  1503.  
  1504. achievement_world_conqueror = {
  1505. id = 48
  1506.  
  1507. possible = {
  1508. NOT = { num_of_custom_nations = 1 }
  1509. normal_or_historical_nations = yes
  1510. normal_province_values = yes
  1511. ironman = yes
  1512. start_date = 1444.11.11
  1513. is_random_new_world = no
  1514. }
  1515.  
  1516. provinces_to_highlight = {
  1517. is_wasteland = no
  1518. is_sea = no
  1519. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  1520. }
  1521.  
  1522. happened = {
  1523. NOT = {
  1524. any_country = {
  1525. NOT = {
  1526. OR = {
  1527. tag = ROOT
  1528. AND = {
  1529. is_subject_of = ROOT
  1530. NOT = { is_subject_of_type = tributary_state }
  1531. }
  1532. }
  1533. }
  1534. exists = yes
  1535. }
  1536. }
  1537. }
  1538. }
  1539.  
  1540. achievement_the_three_mountains = {
  1541. id = 49
  1542.  
  1543. possible = {
  1544. NOT = { num_of_custom_nations = 1 }
  1545. normal_or_historical_nations = yes
  1546. normal_province_values = yes
  1547. ironman = yes
  1548. start_date = 1444.11.11
  1549. tag = RYU
  1550. is_random_new_world = no
  1551. }
  1552.  
  1553. provinces_to_highlight = {
  1554. is_wasteland = no
  1555. is_sea = no
  1556. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  1557. }
  1558.  
  1559. happened = {
  1560. NOT = {
  1561. any_country = {
  1562. NOT = {
  1563. OR = {
  1564. tag = RYU
  1565. AND = {
  1566. is_subject_of = RYU
  1567. NOT = { is_subject_of_type = tributary_state }
  1568. }
  1569. }
  1570. }
  1571. exists = yes
  1572. }
  1573. }
  1574. }
  1575. }
  1576.  
  1577. achievement_jihad = {
  1578. id = 50
  1579.  
  1580. possible = {
  1581. NOT = { num_of_custom_nations = 1 }
  1582. normal_or_historical_nations = yes
  1583. normal_province_values = yes
  1584. ironman = yes
  1585. start_date = 1444.11.11
  1586. tag = NAJ
  1587. religion = sunni
  1588. }
  1589.  
  1590. provinces_to_highlight = {
  1591. if = {
  1592. limit = {
  1593. ROOT = {
  1594. NOT = { num_of_cities = 200 }
  1595. }
  1596. }
  1597. is_wasteland = no
  1598. is_sea = no
  1599. OR = {
  1600. NOT = { owned_by = ROOT }
  1601. NOT = { religion = sunni }
  1602. }
  1603. }
  1604. else = {
  1605. always = no
  1606. }
  1607. }
  1608.  
  1609. happened = {
  1610. religion = sunni
  1611. num_of_cities = 500
  1612. num_of_owned_provinces_with = {
  1613. value = 500
  1614. religion = sunni
  1615. }
  1616. }
  1617. }
  1618.  
  1619. achievement_sunset_invasion = {
  1620. id = 54
  1621.  
  1622. possible = {
  1623. NOT = { num_of_custom_nations = 1 }
  1624. normal_or_historical_nations = yes
  1625. normal_province_values = yes
  1626. ironman = yes
  1627. start_date = 1444.11.11
  1628. tag = AZT
  1629. }
  1630.  
  1631. provinces_to_highlight = {
  1632. OR = {
  1633. province_id = 227
  1634. province_id = 217
  1635. province_id = 183
  1636. province_id = 236
  1637. province_id = 97
  1638. province_id = 118
  1639. }
  1640. OR = {
  1641. NOT = { is_core = ROOT }
  1642. NOT = { owned_by = ROOT }
  1643. }
  1644. }
  1645.  
  1646. happened = {
  1647. owns_core_province = 227 # Lisbon
  1648. owns_core_province = 217 # Madrid
  1649. owns_core_province = 183 # Paris
  1650. owns_core_province = 236 # London
  1651. owns_core_province = 97 # Amsterdam
  1652. owns_core_province = 118 # Rome
  1653. }
  1654. }
  1655.  
  1656.  
  1657. ###################################
  1658. # New for 1.3
  1659. ###################################
  1660.  
  1661. # Very easy
  1662. achievement_just_a_little_patience = {
  1663. id = 56
  1664.  
  1665. possible = {
  1666. NOT = { num_of_custom_nations = 1 }
  1667. normal_or_historical_nations = yes
  1668. normal_province_values = yes
  1669. ironman = yes
  1670. start_date = 1444.11.11
  1671. }
  1672.  
  1673. happened = {
  1674. is_year = 1820
  1675. }
  1676. }
  1677.  
  1678. # Medium
  1679. achievement_turning_the_tide = {
  1680. id = 57
  1681.  
  1682. possible = {
  1683. NOT = { num_of_custom_nations = 1 }
  1684. normal_or_historical_nations = yes
  1685. normal_province_values = yes
  1686. ironman = yes
  1687. start_date = 1444.11.11
  1688. government = steppe_horde
  1689. }
  1690.  
  1691. happened = {
  1692. has_switched_nation = no
  1693. has_institution = feudalism
  1694. has_institution = renaissance
  1695. has_institution = new_world_i
  1696. has_institution = printing_press
  1697. has_institution = global_trade
  1698. has_institution = manufactories
  1699. has_institution = enlightenment
  1700. }
  1701. }
  1702.  
  1703. # Easy
  1704. achievement_double_the_love = {
  1705. id = 58
  1706.  
  1707. possible = {
  1708. NOT = { num_of_custom_nations = 1 }
  1709. normal_or_historical_nations = yes
  1710. normal_province_values = yes
  1711. ironman = yes
  1712. start_date = 1444.11.11
  1713. NOT = { personal_union = 1 }
  1714. }
  1715.  
  1716. happened = {
  1717. personal_union = 2
  1718. }
  1719. }
  1720.  
  1721. # Medium
  1722. achievement_liberty_or_death = {
  1723. id = 59
  1724.  
  1725. possible = {
  1726. NOT = { num_of_custom_nations = 1 }
  1727. normal_or_historical_nations = yes
  1728. normal_province_values = yes
  1729. ironman = yes
  1730. start_date = 1776.7.4
  1731. tag = USA
  1732. is_random_new_world = no
  1733. }
  1734.  
  1735. provinces_to_highlight = {
  1736. is_core = USA
  1737. NOT = { owned_by = ROOT }
  1738. }
  1739.  
  1740. happened = {
  1741. is_at_war = no
  1742. all_core_province = {
  1743. owned_by = USA
  1744. }
  1745. }
  1746. }
  1747.  
  1748. # Easy
  1749. achievement_nobody_wants_to_die = {
  1750. id = 60
  1751.  
  1752. possible = {
  1753. NOT = { num_of_custom_nations = 1 }
  1754. normal_or_historical_nations = yes
  1755. normal_province_values = yes
  1756. ironman = yes
  1757. start_date = 1444.11.11
  1758. tag = SON
  1759. }
  1760.  
  1761. provinces_to_highlight = {
  1762. province_id = 1132
  1763. OR = {
  1764. NOT = { owned_by = ROOT }
  1765. NOT = { is_core = ROOT }
  1766. }
  1767. }
  1768.  
  1769. happened = {
  1770. owns_core_province = 1132 #timbuktu
  1771. }
  1772. }
  1773.  
  1774.  
  1775. ###################################
  1776. # New for 1.4
  1777. ###################################
  1778.  
  1779. # Easy
  1780. achievement_in_the_name_of_the_father = {
  1781. id = 61
  1782.  
  1783. possible = {
  1784. NOT = { num_of_custom_nations = 1 }
  1785. normal_or_historical_nations = yes
  1786. normal_province_values = yes
  1787. ironman = yes
  1788. start_date = 1444.11.11
  1789. }
  1790.  
  1791. visible = {
  1792. religion = orthodox
  1793. }
  1794.  
  1795. happened = {
  1796. patriarch_authority = 1.0
  1797. }
  1798. }
  1799.  
  1800. # Medium
  1801. achievement_the_rising_sun = {
  1802. id = 62
  1803.  
  1804. possible = {
  1805. NOT = { num_of_custom_nations = 1 }
  1806. normal_or_historical_nations = yes
  1807. normal_province_values = yes
  1808. ironman = yes
  1809. start_date = 1444.11.11
  1810. capital_scope = {
  1811. continent = europe
  1812. }
  1813. }
  1814.  
  1815. provinces_to_highlight = {
  1816. region = japan_region
  1817. OR = {
  1818. NOT = { owned_by = ROOT }
  1819. NOT = { is_core = ROOT }
  1820. }
  1821. }
  1822.  
  1823. happened = {
  1824. japan_region = {
  1825. type = all
  1826. owned_by = ROOT
  1827. is_core = ROOT
  1828. }
  1829. }
  1830. }
  1831.  
  1832. # Medium
  1833. achievement_the_five_colonies = {
  1834. id = 63
  1835.  
  1836. possible = {
  1837. NOT = { num_of_custom_nations = 1 }
  1838. normal_or_historical_nations = yes
  1839. normal_province_values = yes
  1840. ironman = yes
  1841. start_date = 1444.11.11
  1842. }
  1843.  
  1844. visible = {
  1845. NOT = {
  1846. capital_scope = {
  1847. OR = {
  1848. continent = north_america
  1849. continent = south_america
  1850. continent = new_world
  1851. }
  1852. }
  1853. }
  1854. }
  1855.  
  1856. provinces_to_highlight = {
  1857. is_empty = yes
  1858. is_sea = no
  1859. ROOT = {
  1860. NOT = {
  1861. colony = 5
  1862. }
  1863. }
  1864. }
  1865.  
  1866. happened = {
  1867. colony = 5
  1868. }
  1869. }
  1870.  
  1871. # Very hard
  1872. achievement_the_re_reconquista = {
  1873. id = 64
  1874.  
  1875. possible = {
  1876. NOT = { num_of_custom_nations = 1 }
  1877. normal_or_historical_nations = yes
  1878. normal_province_values = yes
  1879. ironman = yes
  1880. start_date = 1444.11.11
  1881. tag = GRA
  1882. }
  1883.  
  1884. provinces_to_highlight = {
  1885. region = iberia_region
  1886. OR = {
  1887. NOT = { owned_by = ROOT }
  1888. NOT = { is_core = ROOT }
  1889. }
  1890. }
  1891.  
  1892. happened = {
  1893. tag = ADU
  1894. iberia_region = {
  1895. type = all
  1896. owned_by = ADU
  1897. is_core = ADU
  1898. }
  1899. }
  1900. }
  1901.  
  1902. # Very hard
  1903. achievement_turn_the_table = {
  1904. id = 65
  1905.  
  1906. possible = {
  1907. NOT = { num_of_custom_nations = 1 }
  1908. normal_or_historical_nations = yes
  1909. normal_province_values = yes
  1910. ironman = yes
  1911. start_date = 1444.11.11
  1912. }
  1913.  
  1914. visible = {
  1915. has_dlc = "Conquest of Paradise"
  1916. }
  1917.  
  1918. happened = {
  1919. is_former_colonial_nation = yes
  1920. colonial_parent = {
  1921. vassal_of = ROOT
  1922. }
  1923. }
  1924. }
  1925.  
  1926.  
  1927. ###################################
  1928. # New for 1.6
  1929. ###################################
  1930.  
  1931. # Very hard
  1932. achievement_the_great_khan = {
  1933. id = 66
  1934.  
  1935. possible = {
  1936. NOT = { num_of_custom_nations = 1 }
  1937. normal_or_historical_nations = yes
  1938. normal_province_values = yes
  1939. ironman = yes
  1940. start_date = 1444.11.11
  1941. OR = {
  1942. tag = KHA
  1943. tag = GOL
  1944. }
  1945. }
  1946.  
  1947. provinces_to_highlight = {
  1948. OR = {
  1949. region = russia_region
  1950. region = ural_region
  1951. region = crimea_region
  1952. superregion = china_superregion
  1953. superregion = persia_superregion
  1954. }
  1955. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  1956. }
  1957.  
  1958. happened = {
  1959. russia_region = {
  1960. type = all
  1961. country_or_non_sovereign_subject_holds = ROOT
  1962. }
  1963. ural_region = {
  1964. type = all
  1965. country_or_non_sovereign_subject_holds = ROOT
  1966. }
  1967. crimea_region = {
  1968. type = all
  1969. country_or_non_sovereign_subject_holds = ROOT
  1970. }
  1971. #China Super Region:
  1972. south_china_region = {
  1973. type = all
  1974. country_or_non_sovereign_subject_holds = ROOT
  1975. }
  1976. xinan_region = {
  1977. type = all
  1978. country_or_non_sovereign_subject_holds = ROOT
  1979. }
  1980. north_china_region = {
  1981. type = all
  1982. country_or_non_sovereign_subject_holds = ROOT
  1983. }
  1984. #Persia Super Region:
  1985. persia_region = {
  1986. type = all
  1987. country_or_non_sovereign_subject_holds = ROOT
  1988. }
  1989. khorasan_region = {
  1990. type = all
  1991. country_or_non_sovereign_subject_holds = ROOT
  1992. }
  1993. }
  1994. }
  1995.  
  1996. # Easy
  1997. achievement_four_for_trade = {
  1998. id = 67
  1999.  
  2000. possible = {
  2001. NOT = { num_of_custom_nations = 1 }
  2002. normal_or_historical_nations = yes
  2003. normal_province_values = yes
  2004. ironman = yes
  2005. start_date = 1444.11.11
  2006. }
  2007.  
  2008. visible = {
  2009. has_dlc = "Wealth of Nations"
  2010. }
  2011.  
  2012. happened = {
  2013. num_of_strong_trade_companies = 4
  2014. }
  2015. }
  2016.  
  2017. # Hard
  2018. achievement_the_grand_armada = {
  2019. id = 68
  2020.  
  2021. possible = {
  2022. NOT = { num_of_custom_nations = 1 }
  2023. normal_or_historical_nations = yes
  2024. normal_province_values = yes
  2025. ironman = yes
  2026. start_date = 1444.11.11
  2027. }
  2028.  
  2029. happened = {
  2030. num_of_heavy_ship = 500
  2031. NOT = { num_of_loans = 1 }
  2032. }
  2033. }
  2034.  
  2035. # Medium
  2036. achievement_je_maintiendrai = {
  2037. id = 69
  2038.  
  2039. possible = {
  2040. NOT = { num_of_custom_nations = 1 }
  2041. normal_or_historical_nations = yes
  2042. normal_province_values = yes
  2043. ironman = yes
  2044. start_date = 1444.11.11
  2045. primary_culture = dutch
  2046. NOT = { tag = NED }
  2047. }
  2048.  
  2049. happened = {
  2050. tag = NED
  2051. }
  2052. }
  2053.  
  2054. # Very hard
  2055. achievement_a_protected_market = {
  2056. id = 70
  2057.  
  2058. possible = {
  2059. NOT = { num_of_custom_nations = 1 }
  2060. normal_or_historical_nations = yes
  2061. normal_province_values = yes
  2062. ironman = yes
  2063. start_date = 1444.11.11
  2064. }
  2065.  
  2066. happened = {
  2067. mercantilism = 100
  2068. }
  2069. }
  2070.  
  2071. # Medium
  2072. achievement_queen_of_mercury = {
  2073. id = 71
  2074.  
  2075. possible = {
  2076. NOT = { num_of_custom_nations = 1 }
  2077. normal_or_historical_nations = yes
  2078. normal_province_values = yes
  2079. ironman = yes
  2080. start_date = 1444.11.11
  2081. tag = ZAN
  2082. }
  2083.  
  2084. provinces_to_highlight = {
  2085. OR = {
  2086. province_id = 1201
  2087. province_id = 529
  2088. }
  2089. OR = {
  2090. NOT = { owned_by = ROOT }
  2091. NOT = { is_core = ROOT }
  2092. }
  2093. }
  2094.  
  2095. happened = {
  2096. tag = ZAN
  2097. owns_core_province = 1201
  2098. owns_core_province = 529
  2099. }
  2100. }
  2101.  
  2102. # Easy
  2103. achievement_a_pile_of_gold = {
  2104. id = 72
  2105.  
  2106. possible = {
  2107. NOT = { num_of_custom_nations = 1 }
  2108. normal_or_historical_nations = yes
  2109. normal_province_values = yes
  2110. ironman = yes
  2111. start_date = 1444.11.11
  2112. }
  2113.  
  2114. provinces_to_highlight = {
  2115. if = {
  2116. limit = {
  2117. ROOT = {
  2118. NOT = {
  2119. gold = 10
  2120. }
  2121. }
  2122. }
  2123. trade_goods = gold
  2124. NOT = { owned_by = ROOT }
  2125. }
  2126. else = {
  2127. always = no
  2128. }
  2129. }
  2130.  
  2131. happened = {
  2132. gold = 10
  2133. }
  2134. }
  2135.  
  2136. # Hard
  2137. achievement_sons_of_carthage = {
  2138. id = 73
  2139.  
  2140. possible = {
  2141. NOT = { num_of_custom_nations = 1 }
  2142. normal_or_historical_nations = yes
  2143. normal_province_values = yes
  2144. ironman = yes
  2145. start_date = 1444.11.11
  2146. tag = TUN
  2147. }
  2148.  
  2149. provinces_to_highlight = {
  2150. OR = {
  2151. province_id = 124
  2152. province_id = 125
  2153. province_id = 127
  2154. province_id = 221
  2155. province_id = 222
  2156. province_id = 223
  2157. province_id = 224
  2158. province_id = 226
  2159. province_id = 341
  2160. province_id = 333
  2161. province_id = 339
  2162. province_id = 338
  2163. province_id = 337
  2164. province_id = 336
  2165. province_id = 1247
  2166. province_id = 1749
  2167. province_id = 1750
  2168. province_id = 1882
  2169. province_id = 2455
  2170. province_id = 2461
  2171. province_id = 2473
  2172. province_id = 2982
  2173. province_id = 2986
  2174. province_id = 2986
  2175. }
  2176. OR = {
  2177. NOT = { owned_by = ROOT }
  2178. NOT = { is_core = ROOT }
  2179. }
  2180. }
  2181.  
  2182. happened = {
  2183. owns_core_province = 124
  2184. owns_core_province = 125
  2185. owns_core_province = 127
  2186. owns_core_province = 221
  2187. owns_core_province = 222
  2188. owns_core_province = 223
  2189. owns_core_province = 224
  2190. owns_core_province = 226
  2191. owns_core_province = 341
  2192. owns_core_province = 333
  2193. owns_core_province = 339
  2194. owns_core_province = 338
  2195. owns_core_province = 337
  2196. owns_core_province = 336
  2197. owns_core_province = 1247
  2198. owns_core_province = 1749
  2199. owns_core_province = 1750
  2200. owns_core_province = 1882
  2201. owns_core_province = 2455
  2202. owns_core_province = 2461
  2203. owns_core_province = 2473
  2204. owns_core_province = 2982
  2205. owns_core_province = 2986
  2206. }
  2207. }
  2208.  
  2209. # Easy
  2210. achievement_the_princess_is_in_this_castle = {
  2211. id = 74
  2212.  
  2213. possible = {
  2214. NOT = { num_of_custom_nations = 1 }
  2215. normal_or_historical_nations = yes
  2216. normal_province_values = yes
  2217. ironman = yes
  2218. start_date = 1444.11.11
  2219. OR = {
  2220. has_female_heir = no
  2221. has_heir = no
  2222. }
  2223. }
  2224.  
  2225. happened = {
  2226. has_switched_nation = no
  2227. capital_scope = { has_building = fort_15th }
  2228. has_female_heir = yes
  2229. }
  2230. }
  2231.  
  2232. # Easy
  2233. achievement_electable = {
  2234. id = 75
  2235.  
  2236. possible = {
  2237. NOT = { num_of_custom_nations = 1 }
  2238. normal_or_historical_nations = yes
  2239. normal_province_values = yes
  2240. ironman = yes
  2241. start_date = 1444.11.11
  2242. is_elector = no
  2243. }
  2244.  
  2245. visible = {
  2246. capital_scope = { is_part_of_hre = yes }
  2247. }
  2248.  
  2249. happened = {
  2250. has_switched_nation = no
  2251. is_elector = yes
  2252. }
  2253. }
  2254.  
  2255.  
  2256. ###################################
  2257. # New for 1.7
  2258. ###################################
  2259.  
  2260. # Easy
  2261. achievement_vasa_or_wettin = {
  2262. id = 76
  2263.  
  2264. possible = {
  2265. NOT = { num_of_custom_nations = 1 }
  2266. normal_or_historical_nations = yes
  2267. normal_province_values = yes
  2268. ironman = yes
  2269. start_date = 1444.11.11
  2270. NOT = { tag = POL }
  2271. }
  2272.  
  2273. visible = {
  2274. has_dlc = "Res Publica"
  2275. OR = {
  2276. POL = { religion_group = ROOT }
  2277. PLC = { religion_group = ROOT }
  2278. }
  2279. }
  2280.  
  2281. happened = {
  2282. has_switched_nation = no
  2283. OR = {
  2284. POL = {
  2285. ruler_is_foreigner = yes
  2286. dynasty = ROOT
  2287. }
  2288. PLC = {
  2289. ruler_is_foreigner = yes
  2290. dynasty = ROOT
  2291. }
  2292. }
  2293. }
  2294. }
  2295.  
  2296. # Medium
  2297. achievement_sinaasappel = {
  2298. id = 77
  2299.  
  2300. possible = {
  2301. NOT = { num_of_custom_nations = 1 }
  2302. normal_or_historical_nations = yes
  2303. normal_province_values = yes
  2304. ironman = yes
  2305. start_date = 1444.11.11
  2306. }
  2307.  
  2308. visible = {
  2309. has_dlc = "Res Publica"
  2310. OR = {
  2311. primary_culture = dutch
  2312. primary_culture = flemish
  2313. }
  2314. }
  2315.  
  2316. provinces_to_highlight = {
  2317. superregion = china_superregion
  2318. OR = {
  2319. NOT = { owned_by = ROOT }
  2320. NOT = { is_core = ROOT }
  2321. }
  2322. }
  2323.  
  2324. happened = {
  2325. has_switched_nation = no
  2326. is_orangists_in_power = yes
  2327. republican_tradition = 99
  2328.  
  2329. OR = {
  2330. south_china_region = {
  2331. type = any
  2332. owned_by = ROOT
  2333. is_core = ROOT
  2334. }
  2335. xinan_region = {
  2336. type = any
  2337. owned_by = ROOT
  2338. is_core = ROOT
  2339. }
  2340. north_china_region = {
  2341. type = any
  2342. owned_by = ROOT
  2343. is_core = ROOT
  2344. }
  2345. }
  2346. }
  2347. }
  2348.  
  2349. # Easy
  2350. achievement_one_king_to_rule = {
  2351. id = 78
  2352.  
  2353. possible = {
  2354. NOT = { num_of_custom_nations = 1 }
  2355. normal_or_historical_nations = yes
  2356. normal_province_values = yes
  2357. ironman = yes
  2358. start_date = 1444.11.11
  2359. tag = POL
  2360. }
  2361.  
  2362. happened = {
  2363. has_switched_nation = no
  2364. government = administrative_monarchy
  2365. }
  2366. }
  2367.  
  2368. # Hard
  2369. achievement_venetian_sea = {
  2370. id = 79
  2371.  
  2372. possible = {
  2373. NOT = { num_of_custom_nations = 1 }
  2374. normal_or_historical_nations = yes
  2375. normal_province_values = yes
  2376. ironman = yes
  2377. start_date = 1444.11.11
  2378. tag = VEN
  2379. }
  2380.  
  2381. happened = {
  2382. has_switched_nation = no
  2383. NOT = { num_of_cities = 10 }
  2384. 1320 = { #Constantinople
  2385. trade_share = {
  2386. country = ROOT
  2387. share = 75
  2388. }
  2389. }
  2390. 358 = { #Alexandria
  2391. trade_share = {
  2392. country = ROOT
  2393. share = 75
  2394. }
  2395. }
  2396.  
  2397. }
  2398. }
  2399.  
  2400. # Medium
  2401. achievement_iron_price = {
  2402. id = 80
  2403.  
  2404. possible = {
  2405. NOT = { num_of_custom_nations = 1 }
  2406. normal_or_historical_nations = yes
  2407. normal_province_values = yes
  2408. ironman = yes
  2409. start_date = 1444.11.11
  2410. tag = DAN
  2411. }
  2412.  
  2413. provinces_to_highlight = {
  2414. OR = {
  2415. area = yorkshire_area
  2416. area = east_midlands_area
  2417. area = east_anglia_area
  2418. province_id = 246
  2419. }
  2420. OR = {
  2421. NOT = { owned_by = ROOT }
  2422. NOT = { is_core = ROOT }
  2423. NOT = { culture = danish }
  2424. }
  2425. }
  2426.  
  2427. happened = {
  2428. 246 = { #Northumberland
  2429. owned_by = ROOT
  2430. is_core = ROOT
  2431. culture = danish
  2432. }
  2433. yorkshire_area = {
  2434. type = all
  2435. owned_by = ROOT
  2436. is_core = ROOT
  2437. culture = danish
  2438. }
  2439. east_midlands_area = {
  2440. type = all
  2441. owned_by = ROOT
  2442. is_core = ROOT
  2443. culture = danish
  2444. }
  2445. east_anglia_area = {
  2446. type = all
  2447. owned_by = ROOT
  2448. is_core = ROOT
  2449. culture = danish
  2450. }
  2451. }
  2452. }
  2453.  
  2454.  
  2455. ###################################
  2456. # New for 1.8
  2457. ###################################
  2458.  
  2459. # Medium
  2460. achievement_total_control = {
  2461. id = 81
  2462.  
  2463. possible = {
  2464. NOT = { num_of_custom_nations = 1 }
  2465. normal_or_historical_nations = yes
  2466. normal_province_values = yes
  2467. ironman = yes
  2468. start_date = 1444.11.11
  2469. }
  2470.  
  2471. provinces_to_highlight = {
  2472. owned_by = ROOT
  2473. OR = {
  2474. NOT = { unrest = 1 }
  2475. NOT = { local_autonomy = 0.1 }
  2476. }
  2477. }
  2478.  
  2479. happened = {
  2480. num_of_cities = 100
  2481. calc_true_if = {
  2482. all_owned_province = {
  2483. NOT = { unrest = 1 }
  2484. NOT = { local_autonomy = 0.1 }
  2485. }
  2486. amount = 100
  2487. }
  2488. }
  2489. }
  2490.  
  2491. # Easy
  2492. achievement_center_of_attention = {
  2493. id = 82
  2494.  
  2495. possible = {
  2496. NOT = { num_of_custom_nations = 1 }
  2497. normal_or_historical_nations = yes
  2498. normal_province_values = yes
  2499. ironman = yes
  2500. start_date = 1444.11.11
  2501. }
  2502.  
  2503. provinces_to_highlight = {
  2504. is_reformation_center = yes
  2505. NOT = { owned_by = ROOT }
  2506. }
  2507.  
  2508. happened = {
  2509. has_switched_nation = no
  2510. any_owned_province = {
  2511. is_reformation_center = yes
  2512. religion = protestant
  2513. }
  2514. any_owned_province = {
  2515. is_reformation_center = yes
  2516. religion = reformed
  2517. }
  2518. }
  2519. }
  2520.  
  2521. # Medium
  2522. achievement_this_revolution_was_crushed = {
  2523. id = 83
  2524.  
  2525. possible = {
  2526. NOT = { num_of_custom_nations = 1 }
  2527. normal_or_historical_nations = yes
  2528. normal_province_values = yes
  2529. ironman = yes
  2530. start_date = 1444.11.11
  2531. }
  2532.  
  2533. happened = {
  2534. any_known_country = {
  2535. is_revolution_target = yes
  2536. war_with = ROOT
  2537. capital_scope = {
  2538. controlled_by = ROOT
  2539. }
  2540. NOT = {
  2541. war_score_against = {
  2542. who = ROOT
  2543. value = -98
  2544. }
  2545. }
  2546. }
  2547. }
  2548. }
  2549.  
  2550. # Easy
  2551. achievement_a_manchurian_candidate = {
  2552. id = 84
  2553.  
  2554. possible = {
  2555. NOT = { num_of_custom_nations = 1 }
  2556. normal_or_historical_nations = yes
  2557. normal_province_values = yes
  2558. ironman = yes
  2559. start_date = 1444.11.11
  2560. OR = {
  2561. tag = MJZ
  2562. tag = MHX
  2563. tag = MYR
  2564. }
  2565. }
  2566.  
  2567. happened = {
  2568. tag = QNG
  2569. }
  2570. }
  2571.  
  2572. # Easy
  2573. achievement_land_of_eastern_jade = {
  2574. id = 85
  2575.  
  2576. possible = {
  2577. NOT = { num_of_custom_nations = 1 }
  2578. normal_or_historical_nations = yes
  2579. normal_province_values = yes
  2580. ironman = yes
  2581. start_date = 1444.11.11
  2582. is_random_new_world = no
  2583. }
  2584.  
  2585. provinces_to_highlight = {
  2586. region = mexico_region
  2587. OR = {
  2588. NOT = { owned_by = ROOT }
  2589. NOT = { is_core = ROOT }
  2590. }
  2591. }
  2592.  
  2593. visible = {
  2594. OR = {
  2595. religion = buddhism #Theravada
  2596. religion = mahayana
  2597. religion = vajrayana
  2598. }
  2599. }
  2600.  
  2601. happened = {
  2602. OR = {
  2603. religion = buddhism #Theravada
  2604. religion = mahayana
  2605. religion = vajrayana
  2606. }
  2607. mexico_region = {
  2608. owned_by = ROOT
  2609. is_core = ROOT
  2610. }
  2611. }
  2612. }
  2613.  
  2614. # Hard
  2615. achievement_thats_a_silk_road = {
  2616. id = 86
  2617.  
  2618. possible = {
  2619. NOT = { num_of_custom_nations = 1 }
  2620. normal_or_historical_nations = yes
  2621. normal_province_values = yes
  2622. ironman = yes
  2623. start_date = 1444.11.11
  2624. }
  2625.  
  2626. provinces_to_highlight = {
  2627. trade_goods = silk
  2628. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  2629. }
  2630.  
  2631. happened = {
  2632. custom_trigger_tooltip = {
  2633. tooltip = achievement_thats_a_silk_road_tooltip
  2634. NOT = {
  2635. any_province = {
  2636. trade_goods = silk
  2637. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  2638. }
  2639. }
  2640. }
  2641. }
  2642. }
  2643.  
  2644. # Easy
  2645. achievement_my_true_friend = {
  2646. id = 87
  2647.  
  2648. possible = {
  2649. NOT = { num_of_custom_nations = 1 }
  2650. normal_or_historical_nations = yes
  2651. normal_province_values = yes
  2652. ironman = yes
  2653. start_date = 1444.11.11
  2654. }
  2655.  
  2656. happened = {
  2657. custom_trigger_tooltip = {
  2658. tooltip = achievement_my_true_friend_tooltip
  2659. has_country_flag = helped_rebels_win_war
  2660. }
  2661. }
  2662. }
  2663.  
  2664. # Very Easy
  2665. achievement_marshy_march = {
  2666. id = 88
  2667.  
  2668. possible = {
  2669. NOT = { num_of_custom_nations = 1 }
  2670. normal_or_historical_nations = yes
  2671. normal_province_values = yes
  2672. ironman = yes
  2673. start_date = 1444.11.11
  2674. }
  2675.  
  2676. happened = {
  2677. any_subject_country = {
  2678. march_of = ROOT
  2679. calc_true_if = {
  2680. all_owned_province = {
  2681. has_terrain = marsh
  2682. }
  2683. amount = 2
  2684. }
  2685. }
  2686. }
  2687. }
  2688.  
  2689. # Very Hard
  2690. achievement_shahanshah = {
  2691. id = 89
  2692.  
  2693. possible = {
  2694. NOT = { num_of_custom_nations = 1 }
  2695. normal_or_historical_nations = yes
  2696. normal_province_values = yes
  2697. ironman = yes
  2698. start_date = 1444.11.11
  2699. tag = ARL
  2700. }
  2701.  
  2702. happened = {
  2703. has_switched_nation = no
  2704. tag = PER
  2705. }
  2706. }
  2707.  
  2708. # Medium
  2709. achievement_die_please_die = {
  2710. id = 90
  2711.  
  2712. possible = {
  2713. NOT = { num_of_custom_nations = 1 }
  2714. normal_or_historical_nations = yes
  2715. normal_province_values = yes
  2716. ironman = yes
  2717. start_date = 1444.11.11
  2718. }
  2719.  
  2720. happened = {
  2721. has_regency = no
  2722. NOT = { adm = 2 }
  2723. NOT = { dip = 2 }
  2724. NOT = { mil = 2 }
  2725. ruler_age = 70
  2726. }
  2727. }
  2728.  
  2729.  
  2730.  
  2731. ###################################
  2732. # New for 1.9
  2733. ###################################
  2734.  
  2735. # Very Hard
  2736. achievement_holy_trinity = {
  2737. id = 91
  2738.  
  2739. possible = {
  2740. NOT = { num_of_custom_nations = 1 }
  2741. normal_or_historical_nations = yes
  2742. normal_province_values = yes
  2743. ironman = yes
  2744. start_date = 1444.11.11
  2745. tag = PAP
  2746. }
  2747.  
  2748. visible = {
  2749. has_dlc = "Art of War"
  2750. }
  2751.  
  2752. happened = {
  2753. tag = PAP
  2754. owns_core_province = 379 # Jerusalem
  2755.  
  2756. LIV = {
  2757. march_of = PAP
  2758. }
  2759. TEU = {
  2760. march_of = PAP
  2761. }
  2762. KNI = {
  2763. march_of = PAP
  2764. }
  2765.  
  2766. }
  2767. }
  2768.  
  2769. # Medium
  2770. achievement_switzerlake = {
  2771. id = 92
  2772.  
  2773. possible = {
  2774. NOT = { num_of_custom_nations = 1 }
  2775. normal_or_historical_nations = yes
  2776. normal_province_values = yes
  2777. ironman = yes
  2778. start_date = 1444.11.11
  2779. tag = SWI
  2780. }
  2781.  
  2782. provinces_to_highlight = {
  2783. has_port = no
  2784. is_wasteland = no
  2785. is_sea = no
  2786. NOT = { owned_by = ROOT }
  2787. }
  2788.  
  2789. happened = {
  2790. has_switched_nation = no
  2791. num_of_cities = 99
  2792. NOT = {
  2793. num_of_total_ports = 1
  2794. }
  2795.  
  2796. }
  2797. }
  2798.  
  2799. # Hard
  2800. achievement_king_of_jerusalem = {
  2801. id = 93
  2802.  
  2803. possible = {
  2804. NOT = { num_of_custom_nations = 1 }
  2805. normal_or_historical_nations = yes
  2806. normal_province_values = yes
  2807. ironman = yes
  2808. start_date = 1444.11.11
  2809. OR = {
  2810. tag = KNI
  2811. tag = CYP
  2812. }
  2813. }
  2814.  
  2815. happened = {
  2816. tag = KOJ
  2817. }
  2818. }
  2819.  
  2820. # Easy
  2821. achievement_krabater = {
  2822. id = 94
  2823.  
  2824. possible = {
  2825. NOT = { num_of_custom_nations = 1 }
  2826. normal_or_historical_nations = yes
  2827. normal_province_values = yes
  2828. ironman = yes
  2829. start_date = 1444.11.11
  2830. }
  2831.  
  2832. visible = {
  2833. primary_culture = croatian
  2834. }
  2835.  
  2836. happened = {
  2837. has_switched_nation = no
  2838. tag = CRO
  2839. 1 = { cavalry_in_province = CRO }
  2840. }
  2841. }
  2842.  
  2843. # Medium
  2844. achievement_lion_of_the_north = {
  2845. id = 95
  2846.  
  2847. possible = {
  2848. NOT = { num_of_custom_nations = 1 }
  2849. normal_or_historical_nations = yes
  2850. normal_province_values = yes
  2851. ironman = yes
  2852. start_date = 1444.11.11
  2853. tag = SWE
  2854. }
  2855.  
  2856. visible = {
  2857. has_dlc = "Art of War"
  2858. }
  2859.  
  2860. happened = {
  2861. religion = protestant
  2862. custom_trigger_tooltip = {
  2863. tooltip = achievement_lion_of_the_north_tooltip
  2864. has_country_flag = won_religious_league_war
  2865. }
  2866. }
  2867. }
  2868.  
  2869. # Hard
  2870. achievement_guaranteer_of_peace = {
  2871. id = 96
  2872.  
  2873. possible = {
  2874. NOT = { num_of_custom_nations = 1 }
  2875. normal_or_historical_nations = yes
  2876. normal_province_values = yes
  2877. ironman = yes
  2878. start_date = 1444.11.11
  2879. }
  2880.  
  2881. happened = {
  2882. FRA = {
  2883. guaranteed_by = ROOT
  2884. }
  2885. RUS = {
  2886. guaranteed_by = ROOT
  2887. }
  2888. TUR = {
  2889. guaranteed_by = ROOT
  2890. }
  2891. }
  2892. }
  2893.  
  2894. # Very Hard
  2895. achievement_servitor_of_jagannath = {
  2896. id = 97
  2897.  
  2898. possible = {
  2899. NOT = { num_of_custom_nations = 1 }
  2900. normal_or_historical_nations = yes
  2901. normal_province_values = yes
  2902. ironman = yes
  2903. start_date = 1444.11.11
  2904. tag = ORI
  2905. }
  2906.  
  2907. provinces_to_highlight = {
  2908. trade_goods = tropical_wood
  2909. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  2910. }
  2911.  
  2912. happened = {
  2913. NOT = {
  2914. any_province = {
  2915. trade_goods = tropical_wood
  2916. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  2917. }
  2918. }
  2919.  
  2920. }
  2921. }
  2922.  
  2923. # Medium
  2924. achievement_bengal_tiger = {
  2925. id = 98
  2926.  
  2927. possible = {
  2928. NOT = { num_of_custom_nations = 1 }
  2929. normal_or_historical_nations = yes
  2930. normal_province_values = yes
  2931. ironman = yes
  2932. start_date = 1444.11.11
  2933. tag = BNG
  2934. }
  2935.  
  2936.  
  2937. provinces_to_highlight = {
  2938. province_id = 454
  2939. OR = {
  2940. NOT = { owned_by = ROOT }
  2941. NOT = { is_core = ROOT }
  2942. }
  2943. }
  2944.  
  2945. happened = {
  2946.  
  2947. #Samarkand
  2948. owns_core_province = 454
  2949. is_core = 454
  2950. }
  2951. }
  2952.  
  2953. # Hard
  2954. achievement_prester_john = {
  2955. id = 99
  2956.  
  2957. possible = {
  2958. NOT = { num_of_custom_nations = 1 }
  2959. normal_or_historical_nations = yes
  2960. normal_province_values = yes
  2961. ironman = yes
  2962. start_date = 1444.11.11
  2963. tag = ETH
  2964. }
  2965.  
  2966. provinces_to_highlight = {
  2967. OR = {
  2968. province_id = 358
  2969. province_id = 2313
  2970. province_id = 151
  2971. }
  2972. OR = {
  2973. NOT = { owned_by = ROOT }
  2974. NOT = { is_core = ROOT }
  2975. }
  2976. }
  2977.  
  2978. happened = {
  2979. tag = ETH
  2980. religion = coptic
  2981. owns_core_province = 358 #Alexandria
  2982. owns_core_province = 2313 #Antioch
  2983. owns_core_province = 151 #Constantinople
  2984. }
  2985. }
  2986.  
  2987. # Hard
  2988. achievement_auld_alliance = {
  2989. id = 100
  2990.  
  2991. possible = {
  2992. NOT = { num_of_custom_nations = 1 }
  2993. normal_or_historical_nations = yes
  2994. normal_province_values = yes
  2995. ironman = yes
  2996. start_date = 1444.11.11
  2997. tag = SCO
  2998. }
  2999.  
  3000. happened = {
  3001. has_switched_nation = no
  3002. FRA = { vassal_of = SCO }
  3003.  
  3004. }
  3005. }
  3006.  
  3007. # Very Hard
  3008. achievement_gothic_invasion = {
  3009. id = 101
  3010.  
  3011. possible = {
  3012. NOT = { num_of_custom_nations = 1 }
  3013. normal_or_historical_nations = yes
  3014. normal_province_values = yes
  3015. ironman = yes
  3016. start_date = 1444.11.11
  3017. tag = FEO
  3018. }
  3019.  
  3020.  
  3021. provinces_to_highlight = {
  3022. continent = europe
  3023. NOT = { owned_by = ROOT }
  3024. culture_group = germanic
  3025. }
  3026.  
  3027. happened = {
  3028. has_switched_nation = no
  3029. primary_culture = goths
  3030. NOT = {
  3031. any_province = {
  3032. culture_group = germanic
  3033. NOT = { owned_by = FEO }
  3034. continent = europe
  3035. }
  3036. }
  3037. }
  3038. }
  3039.  
  3040. # Medium
  3041. achievement_kow_tow = {
  3042. id = 102
  3043.  
  3044. possible = {
  3045. NOT = { num_of_custom_nations = 1 }
  3046. normal_or_historical_nations = yes
  3047. normal_province_values = yes
  3048. ironman = yes
  3049. start_date = 1444.11.11
  3050. tag = MNG
  3051. }
  3052.  
  3053. happened = {
  3054. has_switched_nation = no
  3055. any_subject_country = {
  3056. religion_group = christian
  3057. }
  3058. any_subject_country = {
  3059. religion_group = muslim
  3060. }
  3061. any_subject_country = {
  3062. religion_group = eastern
  3063. }
  3064. any_subject_country = {
  3065. religion_group = dharmic
  3066. }
  3067. any_subject_country = {
  3068. religion_group = pagan
  3069. }
  3070.  
  3071. }
  3072. }
  3073.  
  3074. # Medium
  3075. achievement_barbarossa = {
  3076. id = 103
  3077.  
  3078. possible = {
  3079. NOT = { num_of_custom_nations = 1 }
  3080. normal_or_historical_nations = yes
  3081. normal_province_values = yes
  3082. ironman = yes
  3083. start_date = 1444.11.11
  3084. culture_group = maghrebi
  3085. }
  3086.  
  3087. happened = {
  3088. num_ships_privateering = 500
  3089. }
  3090. }
  3091.  
  3092. # Medium
  3093. achievement_georgia_on_my_mind = {
  3094. id = 104
  3095.  
  3096. possible = {
  3097. NOT = { num_of_custom_nations = 1 }
  3098. normal_or_historical_nations = yes
  3099. normal_province_values = yes
  3100. ironman = yes
  3101. start_date = 1444.11.11
  3102. is_random_new_world = no
  3103. }
  3104.  
  3105.  
  3106. provinces_to_highlight = {
  3107. OR = {
  3108. area = kartli_kakheti_area
  3109. area = samtskhe_area
  3110. area = imereti_area
  3111. area = american_georgia_area
  3112. area = upper_american_georgia_area
  3113. province_id = 2025
  3114. }
  3115. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  3116. }
  3117.  
  3118. happened = {
  3119. #Original Georgia
  3120. kartli_kakheti_area = {
  3121. type = all
  3122. country_or_non_sovereign_subject_holds = ROOT
  3123. }
  3124. samtskhe_area = {
  3125. type = all
  3126. country_or_non_sovereign_subject_holds = ROOT
  3127. }
  3128. imereti_area = {
  3129. type = all
  3130. country_or_non_sovereign_subject_holds = ROOT
  3131. }
  3132. american_georgia_area = {
  3133. type = all
  3134. country_or_non_sovereign_subject_holds = ROOT
  3135. }
  3136. upper_american_georgia_area = {
  3137. type = all
  3138. country_or_non_sovereign_subject_holds = ROOT
  3139. }
  3140. 2025 = {
  3141. country_or_non_sovereign_subject_holds = ROOT
  3142. }
  3143. }
  3144. }
  3145.  
  3146. # Very Hard
  3147. achievement_albania_or_iberia = {
  3148. id = 105
  3149.  
  3150. possible = {
  3151. NOT = { num_of_custom_nations = 1 }
  3152. normal_or_historical_nations = yes
  3153. normal_province_values = yes
  3154. ironman = yes
  3155. start_date = 1444.11.11
  3156. tag = ALB
  3157. }
  3158.  
  3159. provinces_to_highlight = {
  3160. OR = {
  3161. region = iberia_region
  3162. region = caucasia_region
  3163. }
  3164. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  3165. }
  3166.  
  3167. happened = {
  3168. has_switched_nation = no
  3169. iberia_region = {
  3170. type = all
  3171. country_or_non_sovereign_subject_holds = ROOT
  3172. }
  3173. caucasia_region = {
  3174. type = all
  3175. country_or_non_sovereign_subject_holds = ROOT
  3176. }
  3177. }
  3178. }
  3179.  
  3180. # Easy
  3181. achievement_spice_must_flow = {
  3182. id = 106
  3183.  
  3184. possible = {
  3185. NOT = { num_of_custom_nations = 1 }
  3186. normal_or_historical_nations = yes
  3187. normal_province_values = yes
  3188. ironman = yes
  3189. start_date = 1444.11.11
  3190. }
  3191.  
  3192. visible = {
  3193. culture_group = malay
  3194. }
  3195.  
  3196. happened = {
  3197. has_switched_nation = no
  3198. tag = MSA
  3199. }
  3200. }
  3201.  
  3202. # Insane
  3203. achievement_raja_of_the_rajput_reich = {
  3204. id = 107
  3205.  
  3206. possible = {
  3207. NOT = { num_of_custom_nations = 1 }
  3208. normal_or_historical_nations = yes
  3209. normal_province_values = yes
  3210. ironman = yes
  3211. start_date = 1444.11.11
  3212. tag = NGA
  3213. }
  3214.  
  3215. provinces_to_highlight = {
  3216. OR = {
  3217. region = north_german_region
  3218. region = south_german_region
  3219. }
  3220. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  3221. }
  3222.  
  3223. happened = {
  3224. has_switched_nation = no
  3225. north_german_region = {
  3226. type = all
  3227. country_or_non_sovereign_subject_holds = ROOT
  3228. }
  3229. south_german_region = {
  3230. type = all
  3231. country_or_non_sovereign_subject_holds = ROOT
  3232. }
  3233. }
  3234. }
  3235.  
  3236. # Very Hard
  3237. achievement_sun_never_sets_on_the_indian_empire = {
  3238. id = 108
  3239.  
  3240. possible = {
  3241. NOT = { num_of_custom_nations = 1 }
  3242. normal_or_historical_nations = yes
  3243. normal_province_values = yes
  3244. ironman = yes
  3245. start_date = 1444.11.11
  3246. is_random_new_world = no
  3247. }
  3248.  
  3249. visible = {
  3250. OR = {
  3251. culture_group = dravidian
  3252. culture_group = western_aryan
  3253. culture_group = hindusthani
  3254. culture_group = eastern_aryan
  3255. culture_group = central_indic
  3256. tag = HIN
  3257. tag = BHA
  3258. }
  3259. }
  3260.  
  3261. provinces_to_highlight = {
  3262. OR = {
  3263. province_id = 236
  3264. province_id = 1177
  3265. province_id = 667
  3266. province_id = 2585
  3267. }
  3268. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  3269. }
  3270.  
  3271. happened = {
  3272. has_switched_nation = no
  3273. OR = {
  3274. tag = HIN
  3275. tag = BHA
  3276. }
  3277. owns_or_non_sovereign_subject_of = 236 # London
  3278. owns_or_non_sovereign_subject_of = 1177 # Cape
  3279. owns_or_non_sovereign_subject_of = 667 # Hongkong (in Canton)
  3280. owns_or_non_sovereign_subject_of = 2585 # Ottawa (in Kichesipi)
  3281.  
  3282. }
  3283. }
  3284.  
  3285. # Very Hard
  3286. achievement_over_a_thousand = {
  3287. id = 109
  3288.  
  3289. possible = {
  3290. NOT = { num_of_custom_nations = 1 }
  3291. normal_or_historical_nations = yes
  3292. normal_province_values = yes
  3293. ironman = yes
  3294. start_date = 1444.11.11
  3295. }
  3296.  
  3297. provinces_to_highlight = {
  3298. if = {
  3299. limit = {
  3300. ROOT = {
  3301. NOT = { num_of_cities = 1001 }
  3302. }
  3303. }
  3304. is_wasteland = no
  3305. is_sea = no
  3306. NOT = { owned_by = ROOT }
  3307. }
  3308. else = {
  3309. always = no
  3310. }
  3311. }
  3312.  
  3313. happened = {
  3314. num_of_cities = 1001
  3315. }
  3316. }
  3317.  
  3318. # Hard
  3319. achievement_draculas_revenge = {
  3320. id = 110
  3321.  
  3322. possible = {
  3323. NOT = { num_of_custom_nations = 1 }
  3324. normal_or_historical_nations = yes
  3325. normal_province_values = yes
  3326. ironman = yes
  3327. start_date = 1444.11.11
  3328. primary_culture = romanian
  3329. }
  3330.  
  3331. provinces_to_highlight = {
  3332. region = balkan_region
  3333. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  3334. }
  3335.  
  3336. happened = {
  3337. tag = RMN
  3338. has_switched_nation = no
  3339. balkan_region = {
  3340. type = all
  3341. country_or_non_sovereign_subject_holds = ROOT
  3342. }
  3343. }
  3344. }
  3345.  
  3346.  
  3347.  
  3348.  
  3349. ###################################
  3350. # New for 1.10
  3351. ###################################
  3352. achievement_arabian_coffee = {
  3353. id = 111
  3354.  
  3355. possible = {
  3356. NOT = { num_of_custom_nations = 1 }
  3357. normal_or_historical_nations = yes
  3358. normal_province_values = yes
  3359. ironman = yes
  3360. start_date = 1444.11.11
  3361. }
  3362.  
  3363. visible = {
  3364. OR = {
  3365. culture_group = turko_semitic
  3366. tag = ARB
  3367. }
  3368. }
  3369.  
  3370. happened = {
  3371. has_switched_nation = no
  3372. tag = ARB
  3373. production_leader = { trade_goods = coffee }
  3374. }
  3375. }
  3376.  
  3377. achievement_even_better_than_piet_heyn = {
  3378. id = 112
  3379.  
  3380. possible = {
  3381. NOT = { num_of_custom_nations = 1 }
  3382. normal_or_historical_nations = yes
  3383. normal_province_values = yes
  3384. ironman = yes
  3385. start_date = 1444.11.11
  3386. }
  3387.  
  3388. visible = {
  3389. OR = {
  3390. has_dlc = "Wealth of Nations"
  3391. has_dlc = "El Dorado"
  3392. }
  3393. }
  3394.  
  3395. happened = {
  3396. custom_trigger_tooltip = {
  3397. tooltip = achievement_even_better_than_piet_heyn_tooltip
  3398. has_country_flag = treasure_fleet_looted
  3399. }
  3400. }
  3401. }
  3402.  
  3403. achievement_a_sun_god = {
  3404. id = 113
  3405.  
  3406. possible = {
  3407. NOT = { num_of_custom_nations = 1 }
  3408. normal_or_historical_nations = yes
  3409. normal_province_values = yes
  3410. ironman = yes
  3411. start_date = 1444.11.11
  3412. is_random_new_world = no
  3413. }
  3414.  
  3415. provinces_to_highlight = {
  3416. continent = south_america
  3417. is_wasteland = no
  3418. is_colony = no
  3419. is_empty = no
  3420. OR = {
  3421. NOT = { owned_by = ROOT }
  3422. NOT = { is_core = ROOT }
  3423. }
  3424. }
  3425.  
  3426. happened = {
  3427. tag = INC
  3428. has_switched_nation = no
  3429. has_institution = feudalism
  3430. has_institution = renaissance
  3431. has_institution = new_world_i
  3432. has_institution = printing_press
  3433. has_institution = global_trade
  3434. has_institution = manufactories
  3435. has_institution = enlightenment
  3436.  
  3437. south_america = {
  3438. type = all
  3439. OR = {
  3440. is_wasteland = yes
  3441. is_colony = yes
  3442. is_empty = yes
  3443. AND = {
  3444. owned_by = INC
  3445. is_core = INC
  3446. }
  3447. }
  3448. }
  3449.  
  3450.  
  3451. }
  3452. }
  3453.  
  3454. achievement_on_the_edge_of_madness = {
  3455. id = 114
  3456.  
  3457. possible = {
  3458. NOT = { num_of_custom_nations = 1 }
  3459. normal_or_historical_nations = yes
  3460. normal_province_values = yes
  3461. ironman = yes
  3462. start_date = 1444.11.11
  3463. tag = AZT
  3464. is_random_new_world = no
  3465. }
  3466.  
  3467. visible = {
  3468. has_dlc = "El Dorado"
  3469. }
  3470.  
  3471. happened = {
  3472. has_switched_nation = no
  3473. custom_trigger_tooltip = {
  3474. tooltip = achievement_on_the_edge_of_madness_tooltip_95_doom
  3475. had_country_flag = {
  3476. flag = doom_reached_95
  3477. days = 7300
  3478. }
  3479. NOT = { has_country_flag = doom_reached_100 }
  3480. }
  3481. }
  3482. }
  3483.  
  3484. achievement_magellans_voyage = {
  3485. id = 115
  3486.  
  3487. possible = {
  3488. NOT = { num_of_custom_nations = 1 }
  3489. normal_or_historical_nations = yes
  3490. normal_province_values = yes
  3491. ironman = yes
  3492. start_date = 1444.11.11
  3493. }
  3494.  
  3495. visible = {
  3496. has_dlc = "El Dorado"
  3497. }
  3498.  
  3499. happened = {
  3500. has_switched_nation = no
  3501. has_country_flag = circumnavigation_first
  3502. custom_trigger_tooltip = {
  3503. tooltip = achievement_magellans_voyage_tooltip
  3504. has_country_flag = circumnavigation_first
  3505. }
  3506. }
  3507. }
  3508.  
  3509. achievement_imperio_espanol = {
  3510. id = 116
  3511.  
  3512. possible = {
  3513. NOT = { num_of_custom_nations = 1 }
  3514. normal_or_historical_nations = yes
  3515. normal_province_values = yes
  3516. ironman = yes
  3517. start_date = 1444.11.11
  3518. is_random_new_world = no
  3519. }
  3520.  
  3521. visible = {
  3522. OR = {
  3523. culture_group = iberian
  3524. tag = SPA
  3525. }
  3526. }
  3527.  
  3528. provinces_to_highlight = {
  3529. OR = {
  3530. province_id = 852
  3531. province_id = 835
  3532. province_id = 484
  3533. province_id = 808
  3534. }
  3535. NOT = { owned_by = ROOT }
  3536. OR = {
  3537. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  3538. owner_is_colonial_nation = no
  3539. }
  3540. }
  3541.  
  3542. happened = {
  3543. has_switched_nation = no
  3544. tag = SPA
  3545. 852 = { #Mexico
  3546. country_or_non_sovereign_subject_holds = ROOT
  3547. owner_is_colonial_nation = yes
  3548. }
  3549. 835 = { #Panama
  3550. country_or_non_sovereign_subject_holds = ROOT
  3551. owner_is_colonial_nation = yes
  3552. }
  3553. 484 = { #Havana
  3554. country_or_non_sovereign_subject_holds = ROOT
  3555. owner_is_colonial_nation = yes
  3556. }
  3557. 808 = { #Cuzco
  3558. country_or_non_sovereign_subject_holds = ROOT
  3559. owner_is_colonial_nation = yes
  3560. }
  3561. }
  3562. }
  3563.  
  3564. achievement_blockader = {
  3565. id = 117
  3566.  
  3567. possible = {
  3568. NOT = { num_of_custom_nations = 1 }
  3569. normal_or_historical_nations = yes
  3570. normal_province_values = yes
  3571. ironman = yes
  3572. start_date = 1444.11.11
  3573. }
  3574.  
  3575. happened = {
  3576. num_of_ports_blockading = 10
  3577. }
  3578. }
  3579.  
  3580. achievement_this_is_persia = {
  3581. id = 118
  3582.  
  3583. possible = {
  3584. NOT = { num_of_custom_nations = 1 }
  3585. normal_or_historical_nations = yes
  3586. normal_province_values = yes
  3587. ironman = yes
  3588. start_date = 1444.11.11
  3589. }
  3590.  
  3591. visible = {
  3592. OR = {
  3593. culture_group = iranian
  3594. primary_culture = azerbaijani
  3595. tag = PER
  3596. }
  3597. }
  3598.  
  3599. provinces_to_highlight = {
  3600. OR = {
  3601. region = anatolia_region
  3602. region = egypt_region
  3603. area = morea_area
  3604. area = northern_greece_area
  3605. area = macedonia_area
  3606. }
  3607. OR = {
  3608. NOT = { owned_by = ROOT }
  3609. NOT = { is_core = ROOT }
  3610. }
  3611. }
  3612.  
  3613. happened = {
  3614. tag = PER
  3615. has_switched_nation = no
  3616. anatolia_region = {
  3617. type = all
  3618. owned_by = PER
  3619. is_core = PER
  3620. }
  3621. morea_area = {
  3622. type = all
  3623. owned_by = PER
  3624. is_core = PER
  3625. }
  3626. northern_greece_area = {
  3627. type = all
  3628. owned_by = PER
  3629. is_core = PER
  3630. }
  3631. macedonia_area = {
  3632. type = all
  3633. owned_by = PER
  3634. is_core = PER
  3635. }
  3636. egypt_region = {
  3637. type = all
  3638. owned_by = PER
  3639. is_core = PER
  3640. }
  3641.  
  3642. }
  3643. }
  3644.  
  3645. achievement_kirishitan_japan = {
  3646. id = 119
  3647.  
  3648. possible = {
  3649. NOT = { num_of_custom_nations = 1 }
  3650. normal_or_historical_nations = yes
  3651. normal_province_values = yes
  3652. ironman = yes
  3653. start_date = 1444.11.11
  3654. government = daimyo
  3655. }
  3656.  
  3657. provinces_to_highlight = {
  3658. region = japan_region
  3659. NOT = { religion_group = christian }
  3660. }
  3661.  
  3662. happened = {
  3663. tag = JAP
  3664. religion_group = christian
  3665. japan_region = {
  3666. type = all
  3667. religion_group = christian
  3668. }
  3669.  
  3670.  
  3671. }
  3672. }
  3673.  
  3674. achievement_hessian_mercenaries = {
  3675. id = 120
  3676.  
  3677. possible = {
  3678. NOT = { num_of_custom_nations = 1 }
  3679. normal_or_historical_nations = yes
  3680. normal_province_values = yes
  3681. ironman = yes
  3682. start_date = 1444.11.11
  3683. tag = HES
  3684. }
  3685.  
  3686. happened = {
  3687. tag = HES
  3688. has_switched_nation = no
  3689. num_of_mercenaries = 50
  3690. NOT = { num_of_loans = 1 }
  3691. }
  3692. }
  3693.  
  3694.  
  3695.  
  3696. ###################################
  3697. # New for 1.12
  3698. ###################################
  3699.  
  3700. achievement_baltic_crusader = {
  3701. id = 121
  3702.  
  3703. possible = {
  3704. NOT = { num_of_custom_nations = 1 }
  3705. normal_or_historical_nations = yes
  3706. normal_province_values = yes
  3707. ironman = yes
  3708. start_date = 1444.11.11
  3709.  
  3710. OR = {
  3711. tag = TEU
  3712. tag = LIV
  3713. }
  3714. }
  3715.  
  3716. provinces_to_highlight = {
  3717. OR = {
  3718. region = russia_region
  3719. region = ural_region
  3720. region = crimea_region
  3721. }
  3722. OR = {
  3723. NOT = { owned_by = ROOT }
  3724. NOT = { is_core = ROOT }
  3725. NOT = { religion = catholic }
  3726. }
  3727. }
  3728.  
  3729. happened = {
  3730. has_switched_nation = no
  3731. OR = {
  3732. tag = TEU
  3733. tag = LIV
  3734. }
  3735. russia_region = {
  3736. type = all
  3737. owned_by = ROOT
  3738. is_core = ROOT
  3739. religion = catholic
  3740. }
  3741. ural_region = {
  3742. type = all
  3743. owned_by = ROOT
  3744. is_core = ROOT
  3745. religion = catholic
  3746. }
  3747. crimea_region = {
  3748. type = all
  3749. owned_by = ROOT
  3750. is_core = ROOT
  3751. religion = catholic
  3752. }
  3753. }
  3754. }
  3755.  
  3756. achievement_neither_holy_nor_german = {
  3757. id = 122
  3758.  
  3759. possible = {
  3760. NOT = { num_of_custom_nations = 1 }
  3761. normal_or_historical_nations = yes
  3762. normal_province_values = yes
  3763. ironman = yes
  3764. start_date = 1444.11.11
  3765. }
  3766.  
  3767. visible = {
  3768. has_dlc = "Common Sense"
  3769. OR = {
  3770. capital_scope = { is_part_of_hre = yes }
  3771. is_emperor = yes
  3772. }
  3773. }
  3774.  
  3775. happened = {
  3776. is_emperor = yes
  3777.  
  3778. calc_true_if = {
  3779. all_country = {
  3780. government = imperial_city
  3781. NOT = { culture_group = germanic }
  3782. }
  3783. amount = 7
  3784. }
  3785.  
  3786. }
  3787. }
  3788. achievement_colonial_management = {
  3789. id = 123
  3790.  
  3791. possible = {
  3792. NOT = { num_of_custom_nations = 1 }
  3793. normal_or_historical_nations = yes
  3794. normal_province_values = yes
  3795. ironman = yes
  3796. start_date = 1444.11.11
  3797. }
  3798.  
  3799. visible = {
  3800. has_dlc = "Common Sense"
  3801. NOT = {
  3802. capital_scope = {
  3803. OR = {
  3804. continent = north_america
  3805. continent = south_america
  3806. continent = new_world
  3807. }
  3808. }
  3809. }
  3810. }
  3811.  
  3812. happened = {
  3813. custom_trigger_tooltip = {
  3814. tooltip = achievement_tooltip_colonial_management
  3815. calc_true_if = {
  3816. all_subject_country = {
  3817. is_colonial_nation = yes
  3818. has_ruler_flag = appointed_by_overlord
  3819. }
  3820. amount = 3
  3821. }
  3822. }
  3823.  
  3824. }
  3825. }
  3826.  
  3827. achievement_voting_streak = {
  3828. id = 124
  3829.  
  3830. possible = {
  3831. NOT = { num_of_custom_nations = 1 }
  3832. normal_or_historical_nations = yes
  3833. normal_province_values = yes
  3834. ironman = yes
  3835. start_date = 1444.11.11
  3836. }
  3837.  
  3838. visible = {
  3839. has_dlc = "Common Sense"
  3840. }
  3841.  
  3842. happened = {
  3843. check_variable = { which = voting_streak value = 11 }
  3844. }
  3845. }
  3846.  
  3847. achievement_industrial_evolution = {
  3848. id = 125
  3849.  
  3850. possible = {
  3851. NOT = { num_of_custom_nations = 1 }
  3852. normal_or_historical_nations = yes
  3853. normal_province_values = yes
  3854. ironman = yes
  3855. start_date = 1444.11.11
  3856. }
  3857.  
  3858. visible = {
  3859. has_dlc = "Common Sense"
  3860. OR = {
  3861. culture_group = british
  3862. tag = GBR
  3863. }
  3864. }
  3865.  
  3866. provinces_to_highlight = {
  3867. OR = {
  3868. area = home_counties_area
  3869. area = east_midlands_area
  3870. area = west_midlands_area
  3871. area = east_anglia_area
  3872. area = wessex_area
  3873. area = yorkshire_area
  3874. }
  3875. OR = {
  3876. NOT = { development = 25 }
  3877. NOT = { owned_by = ROOT }
  3878. NOT = { is_core = ROOT }
  3879. }
  3880. }
  3881.  
  3882. happened = {
  3883. has_switched_nation = no
  3884. tag = GBR
  3885. home_counties_area = {
  3886. type = all
  3887. development = 25
  3888. owned_by = ROOT
  3889. is_core = ROOT
  3890. }
  3891. east_midlands_area = {
  3892. type = all
  3893. development = 25
  3894. owned_by = ROOT
  3895. is_core = ROOT
  3896. }
  3897. west_midlands_area = {
  3898. type = all
  3899. development = 25
  3900. owned_by = ROOT
  3901. is_core = ROOT
  3902. }
  3903. east_anglia_area = {
  3904. type = all
  3905. development = 25
  3906. owned_by = ROOT
  3907. is_core = ROOT
  3908. }
  3909. wessex_area = {
  3910. type = all
  3911. development = 25
  3912. owned_by = ROOT
  3913. is_core = ROOT
  3914. }
  3915. yorkshire_area = {
  3916. type = all
  3917. development = 25
  3918. owned_by = ROOT
  3919. is_core = ROOT
  3920. }
  3921. }
  3922. }
  3923.  
  3924. achievement_city_of_cities = {
  3925. id = 126
  3926.  
  3927. possible = {
  3928. NOT = { num_of_custom_nations = 1 }
  3929. normal_or_historical_nations = yes
  3930. normal_province_values = yes
  3931. ironman = yes
  3932. start_date = 1444.11.11
  3933. }
  3934.  
  3935. visible = {
  3936. has_dlc = "Common Sense"
  3937. }
  3938.  
  3939. happened = {
  3940. any_owned_province = {
  3941. development = 60
  3942. is_core = ROOT
  3943. }
  3944. }
  3945. }
  3946.  
  3947. achievement_one_family_to_rule_them_all = {
  3948. id = 127
  3949.  
  3950. possible = {
  3951. NOT = { num_of_custom_nations = 1 }
  3952. normal_or_historical_nations = yes
  3953. normal_province_values = yes
  3954. ironman = yes
  3955. start_date = 1444.11.11
  3956. }
  3957.  
  3958. visible = {
  3959. government = monarchy
  3960. }
  3961.  
  3962. happened = {
  3963. has_regency = no
  3964. government = monarchy
  3965.  
  3966. calc_true_if = {
  3967. all_country = {
  3968. dynasty = root
  3969. is_client_nation = no
  3970. }
  3971. amount = 8
  3972. }
  3973. }
  3974. }
  3975.  
  3976. achievement_this_is_my_faith = {
  3977. id = 128
  3978.  
  3979. possible = {
  3980. NOT = { num_of_custom_nations = 1 }
  3981. normal_or_historical_nations = yes
  3982. normal_province_values = yes
  3983. ironman = yes
  3984. start_date = 1444.11.11
  3985. }
  3986.  
  3987. visible = {
  3988. has_dlc = "Common Sense"
  3989. }
  3990.  
  3991. happened = {
  3992. religion = protestant
  3993. num_of_aspects = 3
  3994. }
  3995. }
  3996.  
  3997. achievement_bleed_them_dry = {
  3998. id = 129
  3999.  
  4000. possible = {
  4001. NOT = { num_of_custom_nations = 1 }
  4002. normal_or_historical_nations = yes
  4003. normal_province_values = yes
  4004. ironman = yes
  4005. start_date = 1444.11.11
  4006. }
  4007.  
  4008. happened = {
  4009. num_of_war_reparations = 10
  4010. }
  4011. }
  4012.  
  4013. achievement_subsidize_my_love = {
  4014. id = 130
  4015.  
  4016. possible = {
  4017. NOT = { num_of_custom_nations = 1 }
  4018. normal_or_historical_nations = yes
  4019. normal_province_values = yes
  4020. ironman = yes
  4021. start_date = 1444.11.11
  4022. }
  4023.  
  4024. happened = {
  4025. is_in_deficit = no
  4026. calc_true_if = {
  4027. all_ally = {
  4028. subsidised_percent_amount = 0.5
  4029. }
  4030. amount = 3
  4031. }
  4032. }
  4033. }
  4034.  
  4035.  
  4036. achievement_take_that_habsburgs = {
  4037. id = 131
  4038.  
  4039. possible = {
  4040. NOT = { num_of_custom_nations = 1 }
  4041. normal_or_historical_nations = yes
  4042. normal_province_values = yes
  4043. ironman = yes
  4044. start_date = 1444.11.11
  4045. tag = HUN
  4046. }
  4047.  
  4048. provinces_to_highlight = {
  4049. OR = {
  4050. area = inner_austria_area
  4051. area = austria_proper_area
  4052. area = carinthia_area
  4053. area = tirol_area
  4054. }
  4055. OR = {
  4056. NOT = { owned_by = ROOT }
  4057. NOT = { is_core = ROOT }
  4058. }
  4059. }
  4060.  
  4061. happened = {
  4062. has_switched_nation = no
  4063. tag = HUN
  4064. inner_austria_area = {
  4065. type = all
  4066. owned_by = ROOT
  4067. is_core = ROOT
  4068. }
  4069. austria_proper_area = {
  4070. type = all
  4071. owned_by = ROOT
  4072. is_core = ROOT
  4073. }
  4074. carinthia_area = {
  4075. type = all
  4076. owned_by = ROOT
  4077. is_core = ROOT
  4078. }
  4079. tirol_area = {
  4080. type = all
  4081. owned_by = ROOT
  4082. is_core = ROOT
  4083. }
  4084. }
  4085. }
  4086.  
  4087. achievement_white_elephant = {
  4088. id = 132
  4089.  
  4090. possible = {
  4091. NOT = { num_of_custom_nations = 1 }
  4092. normal_or_historical_nations = yes
  4093. normal_province_values = yes
  4094. ironman = yes
  4095. start_date = 1444.11.11
  4096. tag = AYU
  4097. }
  4098.  
  4099. provinces_to_highlight = {
  4100. OR = {
  4101. region = indo_china_region
  4102. region = burma_region
  4103. }
  4104. OR = {
  4105. NOT = { owned_by = ROOT }
  4106. NOT = { is_core = ROOT }
  4107. }
  4108. }
  4109.  
  4110. happened = {
  4111. has_switched_nation = no
  4112. tag = AYU
  4113. indo_china_region = {
  4114. type = all
  4115. owned_by = ROOT
  4116. is_core = ROOT
  4117. }
  4118. burma_region = {
  4119. type = all
  4120. owned_by = ROOT
  4121. is_core = ROOT
  4122. }
  4123. }
  4124. }
  4125.  
  4126. achievement_buddhists_strike_back = {
  4127. id = 133
  4128.  
  4129. possible = {
  4130. NOT = { num_of_custom_nations = 1 }
  4131. normal_or_historical_nations = yes
  4132. normal_province_values = yes
  4133. ironman = yes
  4134. start_date = 1444.11.11
  4135. tag = CEY
  4136. }
  4137.  
  4138. provinces_to_highlight = {
  4139. superregion = india_superregion
  4140. OR = {
  4141. NOT = { owned_by = ROOT }
  4142. NOT = { is_core = ROOT }
  4143. NOT = { religion = buddhism }
  4144. }
  4145. }
  4146.  
  4147. happened = {
  4148. has_switched_nation = no
  4149. tag = CEY
  4150.  
  4151. deccan_region = {
  4152. type = all
  4153. owned_by = ROOT
  4154. is_core = ROOT
  4155. religion = buddhism
  4156. }
  4157. coromandel_region = {
  4158. type = all
  4159. owned_by = ROOT
  4160. is_core = ROOT
  4161. religion = buddhism
  4162. }
  4163. bengal_region = {
  4164. type = all
  4165. owned_by = ROOT
  4166. is_core = ROOT
  4167. religion = buddhism
  4168. }
  4169. hindusthan_region = {
  4170. type = all
  4171. owned_by = ROOT
  4172. is_core = ROOT
  4173. religion = buddhism
  4174. }
  4175. west_india_region = {
  4176. type = all
  4177. owned_by = ROOT
  4178. is_core = ROOT
  4179. religion = buddhism
  4180. }
  4181. }
  4182. }
  4183.  
  4184. achievement_better_than_napoleon = {
  4185. id = 134
  4186.  
  4187. possible = {
  4188. NOT = { num_of_custom_nations = 1 }
  4189. normal_or_historical_nations = yes
  4190. normal_province_values = yes
  4191. ironman = yes
  4192. start_date = 1444.11.11
  4193. tag = FRA
  4194. }
  4195.  
  4196. provinces_to_highlight = {
  4197. OR = {
  4198. province_id = 295
  4199. province_id = 50
  4200. province_id = 134
  4201. }
  4202. OR = {
  4203. NOT = { owned_by = ROOT }
  4204. NOT = { is_core = ROOT }
  4205. }
  4206. }
  4207.  
  4208. happened = {
  4209. has_switched_nation = no
  4210. tag = FRA
  4211. owns_core_province = 295 # Moskva
  4212. owns_core_province = 50 # Berlin
  4213. owns_core_province = 134 # Wien
  4214. }
  4215. }
  4216.  
  4217. achievement_big_blue_blob = {
  4218. id = 135
  4219.  
  4220. possible = {
  4221. NOT = { num_of_custom_nations = 1 }
  4222. normal_or_historical_nations = yes
  4223. normal_province_values = yes
  4224. ironman = yes
  4225. start_date = 1444.11.11
  4226. tag = FRA
  4227. }
  4228.  
  4229. provinces_to_highlight = {
  4230. continent = europe
  4231. is_core = FRA
  4232. NOT = { owned_by = FRA }
  4233. }
  4234.  
  4235. happened = {
  4236. has_switched_nation = no
  4237. tag = FRA
  4238. NOT = { is_year = 1500 }
  4239. calc_true_if = {
  4240. all_core_province = {
  4241. continent = europe
  4242. owned_by = FRA
  4243. }
  4244. amount = 100
  4245. }
  4246. }
  4247. }
  4248.  
  4249. achievement_full_house = {
  4250. id = 136
  4251.  
  4252. possible = {
  4253. NOT = { num_of_custom_nations = 1 }
  4254. normal_or_historical_nations = yes
  4255. normal_province_values = yes
  4256. ironman = yes
  4257. start_date = 1444.11.11
  4258. }
  4259.  
  4260. happened = {
  4261. march = 2
  4262. vassal = 3
  4263. }
  4264. }
  4265.  
  4266. achievement_black_jack = {
  4267. id = 137
  4268.  
  4269. possible = {
  4270. NOT = { num_of_custom_nations = 1 }
  4271. normal_or_historical_nations = yes
  4272. normal_province_values = yes
  4273. ironman = yes
  4274. start_date = 1444.11.11
  4275. }
  4276.  
  4277. happened = {
  4278. calc_true_if = {
  4279. all_subject_country = {
  4280. NOT = { liberty_desire = 50 }
  4281. num_of_cities = 5
  4282. }
  4283. amount = 21
  4284. }
  4285. }
  4286. }
  4287.  
  4288. achievement_a_decent_reserve = {
  4289. id = 138
  4290.  
  4291. possible = {
  4292. NOT = { num_of_custom_nations = 1 }
  4293. normal_or_historical_nations = yes
  4294. normal_province_values = yes
  4295. ironman = yes
  4296. start_date = 1444.11.11
  4297. }
  4298.  
  4299. happened = {
  4300. manpower = 1000
  4301. }
  4302. }
  4303.  
  4304. achievement_six_nations = {
  4305. id = 139
  4306.  
  4307. possible = {
  4308. NOT = { num_of_custom_nations = 1 }
  4309. normal_or_historical_nations = yes
  4310. normal_province_values = yes
  4311. ironman = yes
  4312. start_date = 1444.11.11
  4313. tag = IRO
  4314. }
  4315.  
  4316. happened = {
  4317. has_switched_nation = no
  4318. tag = IRO
  4319. is_federation_leader = yes
  4320. federation_size = 6
  4321. }
  4322. }
  4323.  
  4324. achievement_the_bohemians = {
  4325. id = 140
  4326.  
  4327. possible = {
  4328. NOT = { num_of_custom_nations = 1 }
  4329. normal_or_historical_nations = yes
  4330. normal_province_values = yes
  4331. ironman = yes
  4332. start_date = 1444.11.11
  4333. tag = BOH
  4334. }
  4335.  
  4336. provinces_to_highlight = {
  4337. province_id = 373
  4338. OR = {
  4339. NOT = { owned_by = ROOT }
  4340. NOT = { is_core = ROOT }
  4341. }
  4342. }
  4343.  
  4344. happened = {
  4345. has_switched_nation = no
  4346. tag = BOH
  4347. owns_core_province = 373 #Dublin
  4348. is_core = 373
  4349.  
  4350. }
  4351. }
  4352.  
  4353. achievement_komenoi_empire = {
  4354. id = 141
  4355.  
  4356. possible = {
  4357. NOT = { num_of_custom_nations = 1 }
  4358. normal_or_historical_nations = yes
  4359. normal_province_values = yes
  4360. ironman = yes
  4361. start_date = 1444.11.11
  4362. tag = TRE
  4363. }
  4364.  
  4365. happened = {
  4366. has_switched_nation = no
  4367. tag = TRE
  4368. government_rank = 3
  4369. }
  4370. }
  4371.  
  4372. achievement_lucky_lucca = {
  4373. id = 142
  4374.  
  4375. possible = {
  4376. NOT = { num_of_custom_nations = 1 }
  4377. normal_or_historical_nations = yes
  4378. normal_province_values = yes
  4379. ironman = yes
  4380. start_date = 1444.11.11
  4381. tag = LUC
  4382. }
  4383.  
  4384. provinces_to_highlight = {
  4385. province_id = 523
  4386. OR = {
  4387. NOT = { owned_by = ROOT }
  4388. NOT = { is_core = ROOT }
  4389. }
  4390. }
  4391.  
  4392. happened = {
  4393. has_switched_nation = no
  4394. tag = LUC
  4395. owns_core_province = 523 #Lucknow
  4396. }
  4397. }
  4398.  
  4399. achievement_fine_goosestep = {
  4400. id = 143
  4401.  
  4402. possible = {
  4403. NOT = { num_of_custom_nations = 1 }
  4404. normal_or_historical_nations = yes
  4405. normal_province_values = yes
  4406. ironman = yes
  4407. start_date = 1444.11.11
  4408. }
  4409.  
  4410. visible = {
  4411. OR = {
  4412. culture_group = germanic
  4413. tag = PRU
  4414. }
  4415. }
  4416.  
  4417. happened = {
  4418. has_switched_nation = no
  4419. tag = PRU
  4420. has_global_modifier_value = {
  4421. which = discipline
  4422. value = 0.25
  4423. }
  4424.  
  4425. }
  4426. }
  4427.  
  4428. achievement_meissner_porcelain = {
  4429. id = 144
  4430.  
  4431. possible = {
  4432. NOT = { num_of_custom_nations = 1 }
  4433. normal_or_historical_nations = yes
  4434. normal_province_values = yes
  4435. ironman = yes
  4436. start_date = 1444.11.11
  4437. tag = SAX
  4438. }
  4439.  
  4440. provinces_to_highlight = {
  4441. trade_goods = chinaware
  4442. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  4443. }
  4444.  
  4445. happened = {
  4446. tag = SAX
  4447. has_switched_nation = no
  4448. NOT = {
  4449. any_province = {
  4450. trade_goods = chinaware
  4451. NOT = { country_or_non_sovereign_subject_holds = SAX }
  4452. }
  4453. }
  4454. }
  4455. }
  4456.  
  4457.  
  4458. achievement_all_your_trade_are_belong_to_us = {
  4459. id = 145
  4460.  
  4461. possible = {
  4462. NOT = { num_of_custom_nations = 1 }
  4463. normal_or_historical_nations = yes
  4464. normal_province_values = yes
  4465. ironman = yes
  4466. start_date = 1444.11.11
  4467. }
  4468.  
  4469. happened = {
  4470.  
  4471. monthly_income = 300
  4472.  
  4473. 1269 = { #English Channel
  4474. is_strongest_trade_power = ROOT
  4475. }
  4476. 1297 = { # Genoa
  4477. is_strongest_trade_power = ROOT
  4478. }
  4479. 1308 = { # Venice
  4480. is_strongest_trade_power = ROOT
  4481. }
  4482. }
  4483. }
  4484.  
  4485. achievement_grand_duchy = {
  4486. id = 146
  4487.  
  4488. possible = {
  4489. NOT = { num_of_custom_nations = 1 }
  4490. normal_or_historical_nations = yes
  4491. normal_province_values = yes
  4492. ironman = yes
  4493. start_date = 1444.11.11
  4494. NOT = { government_rank = 2 }
  4495. }
  4496.  
  4497. happened = {
  4498. NOT = { government_rank = 2 }
  4499. total_development = 1000
  4500. }
  4501. }
  4502.  
  4503. achievement_rags_and_riches = {
  4504. id = 147
  4505.  
  4506. possible = {
  4507. NOT = { num_of_custom_nations = 1 }
  4508. normal_or_historical_nations = yes
  4509. normal_province_values = yes
  4510. ironman = yes
  4511. start_date = 1444.11.11
  4512. NOT = {
  4513. any_owned_province = {
  4514. development = 11
  4515. }
  4516. }
  4517. }
  4518.  
  4519. provinces_to_highlight = {
  4520. development = 2
  4521. owned_by = ROOT
  4522. }
  4523.  
  4524. happened = {
  4525. NOT = {
  4526. any_owned_province = {
  4527. development = 11
  4528. }
  4529. }
  4530. NOT = {
  4531. any_country = {
  4532. NOT = { tag = ROOT }
  4533. monthly_income = ROOT
  4534. }
  4535. }
  4536. }
  4537. }
  4538.  
  4539. achievement_strait_talk = {
  4540. id = 148
  4541.  
  4542. possible = {
  4543. NOT = { num_of_custom_nations = 1 }
  4544. normal_or_historical_nations = yes
  4545. normal_province_values = yes
  4546. ironman = yes
  4547. start_date = 1444.11.11
  4548. tag = ORM
  4549. }
  4550.  
  4551. happened = {
  4552. has_switched_nation = no
  4553. tag = ORM
  4554. diplomatic_reputation = 10
  4555. }
  4556. }
  4557.  
  4558. achievement_academical = {
  4559. id = 149
  4560.  
  4561. possible = {
  4562. NOT = { num_of_custom_nations = 1 }
  4563. normal_or_historical_nations = yes
  4564. normal_province_values = yes
  4565. ironman = yes
  4566. start_date = 1444.11.11
  4567. tag = ATH
  4568. }
  4569.  
  4570. provinces_to_highlight = {
  4571. NOT = { has_building = university }
  4572. owned_by = ROOT
  4573. }
  4574.  
  4575. happened = {
  4576. has_switched_nation = no
  4577. tag = ATH
  4578. calc_true_if = {
  4579. all_owned_province = {
  4580. has_building = university
  4581. }
  4582. amount = 50
  4583. }
  4584. }
  4585. }
  4586.  
  4587. achievement_one_faith = {
  4588. id = 150
  4589.  
  4590. possible = {
  4591. NOT = { num_of_custom_nations = 1 }
  4592. normal_or_historical_nations = yes
  4593. normal_province_values = yes
  4594. ironman = yes
  4595. start_date = 1444.11.11
  4596. }
  4597.  
  4598. provinces_to_highlight = {
  4599. is_empty = no
  4600. is_wasteland = no
  4601. is_sea = no
  4602. NOT = { religion = ROOT }
  4603. }
  4604.  
  4605. happened = {
  4606. NOT = {
  4607. any_province = {
  4608. is_empty = no
  4609. is_wasteland = no
  4610. NOT = { religion = ROOT }
  4611. }
  4612. }
  4613. }
  4614. }
  4615.  
  4616. achievement_dar_al_islam = {
  4617. id = 151
  4618.  
  4619. possible = {
  4620. NOT = { num_of_custom_nations = 1 }
  4621. normal_or_historical_nations = yes
  4622. normal_province_values = yes
  4623. ironman = yes
  4624. start_date = 1444.11.11
  4625. }
  4626.  
  4627. visible = {
  4628. has_dlc = "Star and Crescent"
  4629. religion_group = muslim
  4630. }
  4631.  
  4632. happened = {
  4633. religion_group = muslim
  4634. has_country_modifier = unified_islam
  4635. }
  4636. }
  4637.  
  4638. achievement_the_uncommonwealth = {
  4639. id = 152
  4640.  
  4641. possible = {
  4642. NOT = { num_of_custom_nations = 1 }
  4643. normal_or_historical_nations = yes
  4644. normal_province_values = yes
  4645. ironman = yes
  4646. start_date = 1444.11.11
  4647. tag = LIT
  4648. }
  4649.  
  4650. happened = {
  4651. has_switched_nation = no
  4652. tag = PLC
  4653. }
  4654. }
  4655.  
  4656. achievement_the_burgundian_inheritance = {
  4657. id = 153
  4658.  
  4659. possible = {
  4660. NOT = { num_of_custom_nations = 1 }
  4661. normal_or_historical_nations = yes
  4662. normal_province_values = yes
  4663. ironman = yes
  4664. start_date = 1444.11.11
  4665. tag = BUR
  4666. }
  4667.  
  4668. provinces_to_highlight = {
  4669. region = low_countries_region
  4670. OR = {
  4671. NOT = { owned_by = ROOT }
  4672. NOT = { is_core = ROOT }
  4673. }
  4674. }
  4675.  
  4676. happened = {
  4677. has_switched_nation = no
  4678. tag = BUR
  4679. FRA = { is_subject_of = ROOT }
  4680. HAB = { is_subject_of = ROOT }
  4681. low_countries_region = {
  4682. type = all
  4683. owned_by = ROOT
  4684. is_core = ROOT
  4685. }
  4686. }
  4687. }
  4688.  
  4689. achievement_the_third_way = {
  4690. id = 154
  4691.  
  4692. possible = {
  4693. NOT = { num_of_custom_nations = 1 }
  4694. normal_or_historical_nations = yes
  4695. normal_province_values = yes
  4696. ironman = yes
  4697. start_date = 1444.11.11
  4698. religion = ibadi
  4699. }
  4700.  
  4701. provinces_to_highlight = {
  4702. OR = {
  4703. religion = sunni
  4704. religion = shiite
  4705. }
  4706. }
  4707.  
  4708. happened = {
  4709. has_switched_nation = no
  4710. religion = ibadi
  4711. NOT = {
  4712. any_province = {
  4713. OR = {
  4714. religion = sunni
  4715. religion = shiite
  4716. }
  4717. }
  4718. }
  4719. }
  4720. }
  4721.  
  4722. achievement_back_to_the_piast = {
  4723. id = 155
  4724.  
  4725. possible = {
  4726. NOT = { num_of_custom_nations = 1 }
  4727. normal_or_historical_nations = yes
  4728. normal_province_values = yes
  4729. ironman = yes
  4730. start_date = 1444.11.11
  4731. OR = {
  4732. tag = MAZ
  4733. tag = SIL
  4734. }
  4735. }
  4736.  
  4737. happened = {
  4738. has_switched_nation = no
  4739. tag = POL
  4740. }
  4741. }
  4742.  
  4743. achievement_great_perm = {
  4744. id = 156
  4745.  
  4746. possible = {
  4747. NOT = { num_of_custom_nations = 1 }
  4748. normal_or_historical_nations = yes
  4749. normal_province_values = yes
  4750. ironman = yes
  4751. start_date = 1444.11.11
  4752. tag = PRM
  4753. }
  4754.  
  4755. provinces_to_highlight = {
  4756. OR = {
  4757. region = russia_region
  4758. region = ural_region
  4759. region = scandinavia_region
  4760. region = west_siberia_region
  4761. region = east_siberia_region
  4762. region = cascadia_region
  4763. region = hudson_bay_region
  4764. region = canada_region
  4765. }
  4766. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  4767. }
  4768.  
  4769. happened = {
  4770. has_switched_nation = no
  4771. tag = PRM
  4772. russia_region = {
  4773. type = all
  4774. country_or_non_sovereign_subject_holds = ROOT
  4775. }
  4776. ural_region = {
  4777. type = all
  4778. country_or_non_sovereign_subject_holds = ROOT
  4779. }
  4780. scandinavia_region = {
  4781. type = all
  4782. country_or_non_sovereign_subject_holds = ROOT
  4783. }
  4784. west_siberia_region = {
  4785. type = all
  4786. country_or_non_sovereign_subject_holds = ROOT
  4787. }
  4788. east_siberia_region = {
  4789. type = all
  4790. country_or_non_sovereign_subject_holds = ROOT
  4791. }
  4792. cascadia_region = {
  4793. type = all
  4794. country_or_non_sovereign_subject_holds = ROOT
  4795. }
  4796. hudson_bay_region = {
  4797. type = all
  4798. country_or_non_sovereign_subject_holds = ROOT
  4799. }
  4800. canada_region = {
  4801. type = all
  4802. country_or_non_sovereign_subject_holds = ROOT
  4803. }
  4804. }
  4805. }
  4806.  
  4807. achievement_lazarus = {
  4808. id = 157
  4809.  
  4810. possible = {
  4811. NOT = { num_of_custom_nations = 1 }
  4812. normal_or_historical_nations = yes
  4813. normal_province_values = yes
  4814. ironman = yes
  4815. start_date = 1444.11.11
  4816. tag = SER
  4817. }
  4818.  
  4819. provinces_to_highlight = {
  4820. region = balkan_region
  4821. OR = {
  4822. NOT = { owned_by = ROOT }
  4823. NOT = { is_core = ROOT }
  4824. }
  4825. }
  4826.  
  4827. happened = {
  4828. has_switched_nation = no
  4829. tag = SER
  4830. balkan_region = {
  4831. type = all
  4832. owned_by = ROOT
  4833. is_core = ROOT
  4834. }
  4835. }
  4836. }
  4837.  
  4838. achievement_frozen_assets = {
  4839. id = 158
  4840.  
  4841. possible = {
  4842. NOT = { num_of_custom_nations = 1 }
  4843. normal_or_historical_nations = yes
  4844. normal_province_values = yes
  4845. ironman = yes
  4846. start_date = 1444.11.11
  4847. tag = NOV
  4848. }
  4849.  
  4850. happened = {
  4851. 1652 = { # White Sea
  4852. trade_share = {
  4853. country = ROOT
  4854. share = 90
  4855. }
  4856. highest_value_trade_node = yes
  4857. }
  4858.  
  4859. }
  4860. }
  4861.  
  4862. achievement_tatarstan = {
  4863. id = 159
  4864.  
  4865. possible = {
  4866. NOT = { num_of_custom_nations = 1 }
  4867. normal_or_historical_nations = yes
  4868. normal_province_values = yes
  4869. ironman = yes
  4870. start_date = 1444.11.11
  4871. OR = {
  4872. tag = KAZ
  4873. tag = NOG
  4874. }
  4875. }
  4876.  
  4877. provinces_to_highlight = {
  4878. culture_group = tartar
  4879. OR = {
  4880. NOT = { owned_by = ROOT }
  4881. NOT = { is_core = ROOT }
  4882. }
  4883. }
  4884.  
  4885. happened = {
  4886. has_switched_nation = no
  4887. OR = {
  4888. tag = KAZ
  4889. tag = NOG
  4890. }
  4891. NOT = {
  4892. any_province = {
  4893. culture_group = tartar
  4894. NOT = { owned_by = ROOT }
  4895. }
  4896. }
  4897. }
  4898. }
  4899.  
  4900. achievement_terra_mariana = {
  4901. id = 160
  4902.  
  4903. possible = {
  4904. NOT = { num_of_custom_nations = 1 }
  4905. normal_or_historical_nations = yes
  4906. normal_province_values = yes
  4907. ironman = yes
  4908. start_date = 1444.11.11
  4909. tag = RIG
  4910. }
  4911.  
  4912. provinces_to_highlight = {
  4913. region = baltic_region
  4914. OR = {
  4915. NOT = { owned_by = ROOT }
  4916. NOT = { is_core = ROOT }
  4917. }
  4918. }
  4919.  
  4920. happened = {
  4921. has_switched_nation = no
  4922. tag = RIG
  4923. baltic_region = {
  4924. type = all
  4925. owned_by = ROOT
  4926. is_core = ROOT
  4927. }
  4928. }
  4929. }
  4930.  
  4931. achievement_blood_for_the_sky_god = {
  4932. id = 161
  4933.  
  4934. possible = {
  4935. NOT = { num_of_custom_nations = 1 }
  4936. normal_or_historical_nations = yes
  4937. normal_province_values = yes
  4938. ironman = yes
  4939. start_date = 1444.11.11
  4940. }
  4941.  
  4942. visible = {
  4943. religion = tengri_pagan_reformed
  4944. }
  4945.  
  4946. happened = {
  4947. religion = tengri_pagan_reformed
  4948. secondary_religion = nahuatl
  4949. }
  4950. }
  4951.  
  4952. achievement_pyramid_of_skulls = {
  4953. id = 162
  4954.  
  4955. possible = {
  4956. NOT = { num_of_custom_nations = 1 }
  4957. normal_or_historical_nations = yes
  4958. normal_province_values = yes
  4959. ironman = yes
  4960. start_date = 1444.11.11
  4961. is_nomad = yes
  4962. }
  4963.  
  4964. visible = {
  4965. is_nomad = yes
  4966. has_dlc = "The Cossacks"
  4967. }
  4968.  
  4969. happened = {
  4970. is_nomad = yes
  4971. custom_trigger_tooltip = {
  4972. tooltip = achievement_pyramid_of_skulls_tooltip
  4973. has_country_flag = have_razed_wealthy_province
  4974. }
  4975. }
  4976. }
  4977.  
  4978. achievement_trustworthy = {
  4979. id = 163
  4980.  
  4981. possible = {
  4982. NOT = { num_of_custom_nations = 1 }
  4983. normal_or_historical_nations = yes
  4984. normal_province_values = yes
  4985. ironman = yes
  4986. start_date = 1444.11.11
  4987. }
  4988.  
  4989. happened = {
  4990. num_of_trusted_allies = 5
  4991. }
  4992. }
  4993.  
  4994. achievement_the_continuation_of_diplomacy = {
  4995. id = 164
  4996.  
  4997. possible = {
  4998. NOT = { num_of_custom_nations = 1 }
  4999. normal_or_historical_nations = yes
  5000. normal_province_values = yes
  5001. ironman = yes
  5002. start_date = 1444.11.11
  5003. }
  5004.  
  5005. visible = {
  5006. has_dlc = "The Cossacks"
  5007. }
  5008.  
  5009. happened = {
  5010. custom_trigger_tooltip = {
  5011. tooltip = achievement_the_continuation_of_diplomacy_tooltip
  5012. has_country_flag = have_threatened_war
  5013. }
  5014. }
  5015. }
  5016.  
  5017. achievement_factionalism = {
  5018. id = 165
  5019.  
  5020. possible = {
  5021. NOT = { num_of_custom_nations = 1 }
  5022. normal_or_historical_nations = yes
  5023. normal_province_values = yes
  5024. ironman = yes
  5025. start_date = 1444.11.11
  5026. }
  5027.  
  5028. visible = {
  5029. has_dlc = "The Cossacks"
  5030. }
  5031.  
  5032. happened = {
  5033. num_of_powerful_estates = 3
  5034. }
  5035. }
  5036.  
  5037. achievement_from_humble_origins = {
  5038. id = 166
  5039.  
  5040. possible = {
  5041. is_playing_custom_nation = yes
  5042. NOT = { num_of_custom_nations = 2 }
  5043. normal_or_historical_nations = yes
  5044. normal_province_values = yes
  5045. ironman = yes
  5046. start_date = 1444.11.11
  5047. NOT = { nation_designer_points = 52 }
  5048. }
  5049.  
  5050. happened = {
  5051. has_switched_nation = no
  5052. total_development = 2000
  5053. }
  5054. }
  5055.  
  5056. achievement_ideas_guy = {
  5057. id = 167
  5058.  
  5059. possible = {
  5060. is_playing_custom_nation = yes
  5061. NOT = { num_of_custom_nations = 2 }
  5062. normal_or_historical_nations = yes
  5063. normal_province_values = yes
  5064. ironman = yes
  5065. start_date = 1444.11.11
  5066. NOT = { nation_designer_points = 802 }
  5067. NOT = { total_development = 4 }
  5068. }
  5069.  
  5070. happened = {
  5071. has_switched_nation = no
  5072. monthly_income = 500
  5073. }
  5074. }
  5075.  
  5076. achievement_for_odin = {
  5077. id = 168
  5078.  
  5079. possible = {
  5080. is_playing_custom_nation = yes
  5081. NOT = { num_of_custom_nations = 2 }
  5082. normal_or_historical_nations = yes
  5083. normal_province_values = yes
  5084. ironman = yes
  5085. start_date = 1444.11.11
  5086. NOT = { nation_designer_points = 202 }
  5087. NOT = { num_of_cities = 6 }
  5088. religion = norse_pagan_reformed
  5089. }
  5090.  
  5091. provinces_to_highlight = {
  5092. OR = {
  5093. region = british_isles_region
  5094. region = scandinavia_region
  5095. }
  5096. OR = {
  5097. NOT = { owned_by = ROOT }
  5098. NOT = { is_core = ROOT }
  5099. NOT = { religion = norse_pagan_reformed }
  5100. }
  5101. }
  5102.  
  5103. happened = {
  5104. has_switched_nation = no
  5105. religion = norse_pagan_reformed
  5106. british_isles_region = {
  5107. type = all
  5108. owned_by = ROOT
  5109. is_core = ROOT
  5110. religion = norse_pagan_reformed
  5111. }
  5112. scandinavia_region = {
  5113. type = all
  5114. owned_by = ROOT
  5115. is_core = ROOT
  5116. religion = norse_pagan_reformed
  5117. }
  5118. }
  5119. }
  5120.  
  5121. achievement_rekindling_the_flames = {
  5122. id = 169
  5123.  
  5124. possible = {
  5125. is_playing_custom_nation = yes
  5126. NOT = { num_of_custom_nations = 2 }
  5127. normal_or_historical_nations = yes
  5128. normal_province_values = yes
  5129. ironman = yes
  5130. start_date = 1444.11.11
  5131. NOT = { nation_designer_points = 202 }
  5132. NOT = { num_of_cities = 6 }
  5133. religion = zoroastrian
  5134. }
  5135.  
  5136. happened = {
  5137. has_switched_nation = no
  5138. religion = zoroastrian
  5139. has_country_modifier = royal_fires_modifier
  5140. }
  5141. }
  5142.  
  5143. achievement_first_come_first_serve = {
  5144. id = 170
  5145.  
  5146. possible = {
  5147. is_playing_custom_nation = yes
  5148. NOT = { num_of_custom_nations = 2 }
  5149. normal_or_historical_nations = yes
  5150. normal_province_values = yes
  5151. ironman = yes
  5152. start_date = 1444.11.11
  5153. is_random_new_world = no
  5154. NOT = { nation_designer_points = 202 }
  5155. technology_group = western
  5156. capital_scope = {
  5157. OR = {
  5158. continent = north_america
  5159. continent = south_america
  5160. }
  5161. }
  5162. }
  5163.  
  5164. provinces_to_highlight = {
  5165. OR = {
  5166. continent = north_america
  5167. continent = south_america
  5168. }
  5169. is_wasteland = no
  5170. is_sea = no
  5171. OR = {
  5172. NOT = { owned_by = ROOT }
  5173. NOT = { is_core = ROOT }
  5174. }
  5175. }
  5176.  
  5177. happened = {
  5178. has_switched_nation = no
  5179. north_america = {
  5180. type = all
  5181. OR = {
  5182. owned_by = ROOT
  5183. is_core = ROOT
  5184. is_wasteland = yes
  5185. is_sea = yes
  5186. }
  5187. }
  5188. south_america = {
  5189. type = all
  5190. OR = {
  5191. owned_by = ROOT
  5192. is_core = ROOT
  5193. is_wasteland = yes
  5194. is_sea = yes
  5195. }
  5196. }
  5197. }
  5198. }
  5199.  
  5200. achievement_mare_nostrum = {
  5201. id = 171
  5202.  
  5203. possible = {
  5204. NOT = { num_of_custom_nations = 1 }
  5205. normal_or_historical_nations = yes
  5206. normal_province_values = yes
  5207. ironman = yes
  5208. start_date = 1444.11.11
  5209. NOT = { tag = PAP }
  5210. }
  5211.  
  5212. visible = {
  5213. OR = {
  5214. religion_group = christian
  5215. religion_group = pagan
  5216. }
  5217. }
  5218.  
  5219. provinces_to_highlight = {
  5220. OR = {
  5221. province_id = 101
  5222. province_id = 102
  5223. province_id = 108
  5224. province_id = 111
  5225. province_id = 112
  5226. province_id = 113
  5227. province_id = 114
  5228. province_id = 115
  5229. province_id = 117
  5230. province_id = 118
  5231. province_id = 119
  5232. province_id = 120
  5233. province_id = 121
  5234. province_id = 122
  5235. province_id = 123
  5236. province_id = 124
  5237. province_id = 125
  5238. province_id = 126
  5239. province_id = 127
  5240. province_id = 130
  5241. province_id = 136
  5242. province_id = 137
  5243. province_id = 138
  5244. province_id = 142
  5245. province_id = 143
  5246. province_id = 144
  5247. province_id = 145
  5248. province_id = 146
  5249. province_id = 147
  5250. province_id = 148
  5251. province_id = 149
  5252. province_id = 151
  5253. province_id = 159
  5254. province_id = 163
  5255. province_id = 164
  5256. province_id = 197
  5257. province_id = 200
  5258. province_id = 201
  5259. province_id = 212
  5260. province_id = 213
  5261. province_id = 220
  5262. province_id = 221
  5263. province_id = 222
  5264. province_id = 222
  5265. province_id = 223
  5266. province_id = 226
  5267. province_id = 282
  5268. province_id = 284
  5269. province_id = 285
  5270. province_id = 286
  5271. province_id = 287
  5272. province_id = 316
  5273. province_id = 317
  5274. province_id = 318
  5275. province_id = 319
  5276. province_id = 320
  5277. province_id = 321
  5278. province_id = 325
  5279. province_id = 327
  5280. province_id = 328
  5281. province_id = 330
  5282. province_id = 333
  5283. province_id = 335
  5284. province_id = 336
  5285. province_id = 337
  5286. province_id = 338
  5287. province_id = 339
  5288. province_id = 341
  5289. province_id = 341
  5290. province_id = 353
  5291. province_id = 354
  5292. province_id = 355
  5293. province_id = 356
  5294. province_id = 357
  5295. province_id = 358
  5296. province_id = 362
  5297. province_id = 363
  5298. province_id = 364
  5299. province_id = 378
  5300. province_id = 462
  5301. province_id = 1247
  5302. province_id = 1750
  5303. province_id = 1751
  5304. province_id = 1756
  5305. province_id = 1764
  5306. province_id = 1769
  5307. province_id = 1773
  5308. province_id = 1774
  5309. province_id = 1826
  5310. province_id = 1854
  5311. province_id = 1855
  5312. province_id = 1856
  5313. province_id = 1882
  5314. province_id = 1933
  5315. province_id = 1934
  5316. province_id = 1974
  5317. province_id = 2195
  5318. province_id = 2196
  5319. province_id = 2296
  5320. province_id = 2298
  5321. province_id = 2299
  5322. province_id = 2302
  5323. province_id = 2304
  5324. province_id = 2313
  5325. province_id = 2325
  5326. province_id = 2326
  5327. province_id = 2348
  5328. province_id = 2406
  5329. province_id = 2410
  5330. province_id = 2412
  5331. province_id = 2447
  5332. province_id = 2451
  5333. province_id = 2452
  5334. province_id = 2453
  5335. province_id = 2455
  5336. province_id = 2461
  5337. province_id = 2465
  5338. province_id = 2473
  5339. province_id = 2753
  5340. province_id = 2954
  5341. province_id = 2977
  5342. province_id = 2980
  5343. province_id = 2982
  5344. province_id = 2983
  5345. province_id = 2984
  5346. province_id = 2984
  5347. province_id = 2985
  5348. province_id = 2986
  5349. province_id = 2988
  5350. province_id = 2991
  5351. province_id = 2992
  5352. province_id = 3003
  5353. province_id = 4316
  5354. }
  5355. NOT = { owned_by = ROOT }
  5356. }
  5357.  
  5358. happened = {
  5359. tag = ROM
  5360. owns = 101
  5361. owns = 102
  5362. owns = 108
  5363. owns = 111
  5364. owns = 112
  5365. owns = 113
  5366. owns = 114
  5367. owns = 115
  5368. owns = 117
  5369. owns = 118
  5370. owns = 119
  5371. owns = 120
  5372. owns = 121
  5373. owns = 122
  5374. owns = 123
  5375. owns = 124
  5376. owns = 125
  5377. owns = 126
  5378. owns = 127
  5379. owns = 130
  5380. owns = 136
  5381. owns = 137
  5382. owns = 138
  5383. owns = 142
  5384. owns = 143
  5385. owns = 144
  5386. owns = 145
  5387. owns = 146
  5388. owns = 147
  5389. owns = 148
  5390. owns = 149
  5391. owns = 151
  5392. owns = 159
  5393. owns = 163
  5394. owns = 164
  5395. owns = 197
  5396. owns = 200
  5397. owns = 201
  5398. owns = 212
  5399. owns = 213
  5400. owns = 220
  5401. owns = 221
  5402. owns = 222
  5403. owns = 222
  5404. owns = 223
  5405. owns = 226
  5406. owns = 282
  5407. owns = 284
  5408. owns = 285
  5409. owns = 286
  5410. owns = 287
  5411. owns = 316
  5412. owns = 317
  5413. owns = 318
  5414. owns = 319
  5415. owns = 320
  5416. owns = 321
  5417. owns = 325
  5418. owns = 327
  5419. owns = 328
  5420. owns = 330
  5421. owns = 333
  5422. owns = 335
  5423. owns = 336
  5424. owns = 337
  5425. owns = 338
  5426. owns = 339
  5427. owns = 341
  5428. owns = 341
  5429. owns = 353
  5430. owns = 354
  5431. owns = 355
  5432. owns = 356
  5433. owns = 357
  5434. owns = 358
  5435. owns = 362
  5436. owns = 363
  5437. owns = 364
  5438. owns = 378
  5439. owns = 462
  5440. owns = 1247
  5441. owns = 1750
  5442. owns = 1751
  5443. owns = 1756
  5444. owns = 1764
  5445. owns = 1769
  5446. owns = 1773
  5447. owns = 1774
  5448. owns = 1826
  5449. owns = 1854
  5450. owns = 1855
  5451. owns = 1856
  5452. owns = 1882
  5453. owns = 1933
  5454. owns = 1934
  5455. owns = 1974
  5456. owns = 2195
  5457. owns = 2196
  5458. owns = 2296
  5459. owns = 2298
  5460. owns = 2299
  5461. owns = 2302
  5462. owns = 2304
  5463. owns = 2313
  5464. owns = 2325
  5465. owns = 2326
  5466. owns = 2348
  5467. owns = 2406
  5468. owns = 2410
  5469. owns = 2412
  5470. owns = 2447
  5471. owns = 2451
  5472. owns = 2452
  5473. owns = 2453
  5474. owns = 2455
  5475. owns = 2461
  5476. owns = 2465
  5477. owns = 2473
  5478. owns = 2753
  5479. owns = 2954
  5480. owns = 2977
  5481. owns = 2980
  5482. owns = 2982
  5483. owns = 2983
  5484. owns = 2984
  5485. owns = 2984
  5486. owns = 2985
  5487. owns = 2986
  5488. owns = 2988
  5489. owns = 2991
  5490. owns = 2992
  5491. owns = 3003
  5492. owns = 4316
  5493. }
  5494. }
  5495.  
  5496. achievement_kuban_cigars = {
  5497. id = 172
  5498.  
  5499. possible = {
  5500. NOT = { num_of_custom_nations = 1 }
  5501. normal_or_historical_nations = yes
  5502. normal_province_values = yes
  5503. ironman = yes
  5504. start_date = 1444.11.11
  5505. tag = KUB
  5506. }
  5507.  
  5508. provinces_to_highlight = {
  5509. province_id = 484
  5510. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  5511. }
  5512.  
  5513. happened = {
  5514. owns_or_non_sovereign_subject_of = 484 # Havana
  5515. OR = {
  5516. production_leader = { trade_goods = tobacco }
  5517. any_subject_country = {
  5518. production_leader = { trade_goods = tobacco }
  5519. }
  5520. }
  5521. }
  5522. }
  5523.  
  5524. achievement_kushite_restoration = {
  5525. id = 173
  5526.  
  5527. possible = {
  5528. NOT = { num_of_custom_nations = 1 }
  5529. normal_or_historical_nations = yes
  5530. normal_province_values = yes
  5531. ironman = yes
  5532. start_date = 1444.11.11
  5533. primary_culture = nubian
  5534. }
  5535.  
  5536. provinces_to_highlight = {
  5537. region = egypt_region
  5538. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  5539. }
  5540.  
  5541. happened = {
  5542. egypt_region = {
  5543. type = all
  5544. country_or_non_sovereign_subject_holds = ROOT
  5545. }
  5546. }
  5547. }
  5548.  
  5549. achievement_fezzan_corridors = {
  5550. id = 174
  5551.  
  5552. possible = {
  5553. NOT = { num_of_custom_nations = 1 }
  5554. normal_or_historical_nations = yes
  5555. normal_province_values = yes
  5556. ironman = yes
  5557. start_date = 1444.11.11
  5558. tag = FZA
  5559. }
  5560.  
  5561. happened = {
  5562. 341 = { # Tunis
  5563. trade_share = {
  5564. country = ROOT
  5565. share = 90
  5566. }
  5567. }
  5568. 1110 = { # Agadir / Safi
  5569. trade_share = {
  5570. country = ROOT
  5571. share = 90
  5572. }
  5573. }
  5574. 1132 = { # Timbuktu
  5575. trade_share = {
  5576. country = ROOT
  5577. share = 90
  5578. }
  5579. }
  5580. 1149 = { # Katsina
  5581. trade_share = {
  5582. country = ROOT
  5583. share = 90
  5584. }
  5585. }
  5586. }
  5587. }
  5588.  
  5589. achievement_victorian_three = {
  5590. id = 175
  5591.  
  5592. possible = {
  5593. NOT = { num_of_custom_nations = 1 }
  5594. normal_or_historical_nations = yes
  5595. normal_province_values = yes
  5596. ironman = yes
  5597. start_date = 1444.11.11
  5598. OR = {
  5599. tag = BSG
  5600. tag = BUG
  5601. tag = KRW
  5602. }
  5603. }
  5604.  
  5605. happened = {
  5606. adm_tech = 32
  5607. dip_tech = 32
  5608. mil_tech = 32
  5609. }
  5610. }
  5611.  
  5612. achievement_animal_kingdom = {
  5613. id = 176
  5614.  
  5615. possible = {
  5616. NOT = { num_of_custom_nations = 1 }
  5617. normal_or_historical_nations = yes
  5618. normal_province_values = yes
  5619. ironman = yes
  5620. start_date = 1444.11.11
  5621. tag = MLB
  5622. }
  5623.  
  5624. provinces_to_highlight = {
  5625. region = bengal_region
  5626. OR = {
  5627. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  5628. NOT = { religion = animism }
  5629. }
  5630. }
  5631.  
  5632. happened = {
  5633. bengal_region = {
  5634. type = all
  5635. country_or_non_sovereign_subject_holds = ROOT
  5636. religion = animism
  5637. }
  5638. }
  5639. }
  5640.  
  5641. achievement_golden_horn = {
  5642. id = 177
  5643.  
  5644. possible = {
  5645. NOT = { num_of_custom_nations = 1 }
  5646. normal_or_historical_nations = yes
  5647. normal_province_values = yes
  5648. ironman = yes
  5649. start_date = 1444.11.11
  5650. primary_culture = somali
  5651. }
  5652.  
  5653. provinces_to_highlight = {
  5654. region = horn_of_africa_region
  5655. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  5656. }
  5657.  
  5658. happened = {
  5659. horn_of_africa_region = {
  5660. type = all
  5661. country_or_non_sovereign_subject_holds = ROOT
  5662. }
  5663. gold_income = 10
  5664. }
  5665. }
  5666.  
  5667. achievement_kinslayer = {
  5668. id = 178
  5669.  
  5670. possible = {
  5671. NOT = { num_of_custom_nations = 1 }
  5672. normal_or_historical_nations = yes
  5673. normal_province_values = yes
  5674. ironman = yes
  5675. start_date = 1444.11.11
  5676. OR = {
  5677. tag = TVE
  5678. tag = YAR
  5679. tag = OKA
  5680. tag = RYA
  5681. }
  5682. }
  5683.  
  5684. happened = {
  5685. dynasty = Rurikovich
  5686. NOT = {
  5687. any_country = {
  5688. dynasty = ROOT
  5689. }
  5690. }
  5691. }
  5692. }
  5693.  
  5694. achievement_choson_one = {
  5695. id = 179
  5696.  
  5697. possible = {
  5698. NOT = { num_of_custom_nations = 1 }
  5699. normal_or_historical_nations = yes
  5700. normal_province_values = yes
  5701. ironman = yes
  5702. start_date = 1444.11.11
  5703. tag = KOR
  5704. }
  5705.  
  5706. provinces_to_highlight = {
  5707. religion_group = eastern
  5708. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  5709. }
  5710.  
  5711. happened = {
  5712. NOT = {
  5713. any_province = {
  5714. religion_group = eastern
  5715. NOT = { country_or_non_sovereign_subject_holds = KOR }
  5716. }
  5717. }
  5718. }
  5719. }
  5720.  
  5721. achievement_sailor_mon = {
  5722. id = 180
  5723.  
  5724. possible = {
  5725. NOT = { num_of_custom_nations = 1 }
  5726. normal_or_historical_nations = yes
  5727. normal_province_values = yes
  5728. ironman = yes
  5729. start_date = 1444.11.11
  5730. tag = PEG
  5731. }
  5732.  
  5733. happened = {
  5734. sailors = 100000
  5735. }
  5736. }
  5737.  
  5738. achievement_networking = {
  5739. id = 181
  5740.  
  5741. possible = {
  5742. normal_or_historical_nations = yes
  5743. normal_province_values = yes
  5744. ironman = yes
  5745. start_date = 1444.11.11
  5746. }
  5747.  
  5748. happened = {
  5749. calc_true_if = {
  5750. all_rival_country = {
  5751. has_spy_network_from = {
  5752. who = ROOT
  5753. value = 100
  5754. }
  5755. }
  5756. amount = 3
  5757. }
  5758. }
  5759. }
  5760.  
  5761. achievement_the_white_company = {
  5762. id = 182
  5763.  
  5764. possible = {
  5765. normal_or_historical_nations = yes
  5766. normal_province_values = yes
  5767. ironman = yes
  5768. start_date = 1444.11.11
  5769. }
  5770.  
  5771. visible = {
  5772. has_dlc = "Mare Nostrum"
  5773. }
  5774.  
  5775. happened = {
  5776. custom_trigger_tooltip = {
  5777. tooltip = achievement_tooltip_white_company_tooltip
  5778. has_country_flag = white_company
  5779. }
  5780.  
  5781. }
  5782. }
  5783.  
  5784. achievement_time_bandit = {
  5785. id = 183
  5786.  
  5787. possible = {
  5788. normal_or_historical_nations = yes
  5789. normal_province_values = yes
  5790. ironman = yes
  5791. start_date = 1444.11.11
  5792. }
  5793.  
  5794.  
  5795.  
  5796. happened = {
  5797. custom_trigger_tooltip = {
  5798. tooltip = achievement_time_bandit_tooltip
  5799. has_country_flag = has_stolen_map
  5800. }
  5801. }
  5802. }
  5803.  
  5804.  
  5805. achievement_with_a_little_help = {
  5806. id = 184
  5807.  
  5808. possible = {
  5809. NOT = { num_of_custom_nations = 1 }
  5810. normal_or_historical_nations = yes
  5811. normal_province_values = yes
  5812. ironman = yes
  5813. start_date = 1444.11.11
  5814. tag = RAG
  5815. }
  5816.  
  5817. happened = {
  5818. is_trade_league_leader = yes
  5819. has_guaranteed = TUR
  5820. calc_true_if = {
  5821. all_known_country = {
  5822. is_in_trade_league_with = ROOT
  5823. }
  5824. amount = 5
  5825. }
  5826. }
  5827. }
  5828.  
  5829. achievement_just_resting_in_my_account = {
  5830. id = 185
  5831.  
  5832. possible = {
  5833. normal_or_historical_nations = yes
  5834. normal_province_values = yes
  5835. ironman = yes
  5836. start_date = 1444.11.11
  5837. }
  5838.  
  5839. happened = {
  5840. custom_trigger_tooltip = {
  5841. tooltip = achievement_just_resting_in_my_account_tooltip
  5842. has_country_flag = has_corrupted_officials
  5843. }
  5844. }
  5845. }
  5846.  
  5847. #Start RoM
  5848.  
  5849. achievement_cities_of_cibola = {
  5850. id = 186
  5851.  
  5852. possible = {
  5853. NOT = { num_of_custom_nations = 1 }
  5854. normal_or_historical_nations = yes
  5855. normal_province_values = yes
  5856. ironman = yes
  5857. start_date = 1444.11.11
  5858. tag = PUE
  5859. }
  5860.  
  5861. happened = {
  5862. num_of_owned_provinces_with = {
  5863. value = 7
  5864. development = 10
  5865. }
  5866. }
  5867. }
  5868.  
  5869. achievement_turkish_delight = {
  5870. id = 187
  5871.  
  5872. possible = {
  5873. NOT = { num_of_custom_nations = 1 }
  5874. normal_or_historical_nations = yes
  5875. normal_province_values = yes
  5876. ironman = yes
  5877. start_date = 1444.11.11
  5878. tag = CND
  5879. }
  5880.  
  5881. provinces_to_highlight = {
  5882. trade_goods = sugar
  5883. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  5884. }
  5885.  
  5886. happened = {
  5887. calc_true_if = {
  5888. all_province = {
  5889. OR = {
  5890. owned_by = CND
  5891. owner = {
  5892. is_subject_of = CND
  5893. NOT = {
  5894. is_subject_of_type = tributary_state
  5895. }
  5896. }
  5897. }
  5898. trade_goods = sugar
  5899. }
  5900. amount = 20
  5901. }
  5902. }
  5903. }
  5904.  
  5905. achievement_baa_baa_black_sheep = {
  5906. id = 188
  5907.  
  5908. possible = {
  5909. NOT = { num_of_custom_nations = 1 }
  5910. normal_or_historical_nations = yes
  5911. normal_province_values = yes
  5912. ironman = yes
  5913. start_date = 1444.11.11
  5914. tag = QAR
  5915. }
  5916.  
  5917. happened = {
  5918. production_leader = { trade_goods = wool }
  5919. }
  5920. }
  5921.  
  5922. achievement_fanatic_collectivist = {
  5923. id = 189
  5924.  
  5925. possible = {
  5926. normal_or_historical_nations = yes
  5927. normal_province_values = yes
  5928. ironman = yes
  5929. start_date = 1444.11.11
  5930. }
  5931.  
  5932. provinces_to_highlight = {
  5933. OR = {
  5934. is_institution_origin = renaissance
  5935. is_institution_origin = new_world_i
  5936. is_institution_origin = printing_press
  5937. is_institution_origin = global_trade
  5938. is_institution_origin = manufactories
  5939. is_institution_origin = enlightenment
  5940. }
  5941. NOT = { owned_by = ROOT }
  5942. }
  5943.  
  5944. happened = {
  5945. is_institution_enabled = renaissance
  5946. is_institution_enabled = new_world_i
  5947. is_institution_enabled = printing_press
  5948. is_institution_enabled = global_trade
  5949. is_institution_enabled = manufactories
  5950. is_institution_enabled = enlightenment
  5951. custom_trigger_tooltip = {
  5952. tooltip = achievement_fanatic_collectivist_tooltip
  5953. any_owned_province = { is_institution_origin = renaissance }
  5954. any_owned_province = { is_institution_origin = new_world_i }
  5955. any_owned_province = { is_institution_origin = printing_press }
  5956. any_owned_province = { is_institution_origin = global_trade }
  5957. any_owned_province = { is_institution_origin = manufactories }
  5958. any_owned_province = { is_institution_origin = enlightenment }
  5959. }
  5960. }
  5961. }
  5962.  
  5963.  
  5964.  
  5965. achievement_core_fu = {
  5966. id = 190
  5967.  
  5968. possible = {
  5969. NOT = { num_of_custom_nations = 1 }
  5970. normal_or_historical_nations = yes
  5971. normal_province_values = yes
  5972. ironman = yes
  5973. start_date = 1444.11.11
  5974. tag = CEP
  5975. }
  5976.  
  5977. happened = {
  5978. custom_trigger_tooltip = {
  5979. tooltip = achievement_core_fu_tooltip
  5980. has_country_flag = core_fu
  5981. }
  5982. }
  5983. }
  5984.  
  5985. achievement_rozwi_empire = {
  5986. id = 191
  5987.  
  5988. possible = {
  5989. NOT = { num_of_custom_nations = 1 }
  5990. normal_or_historical_nations = yes
  5991. normal_province_values = yes
  5992. ironman = yes
  5993. start_date = 1444.11.11
  5994. tag = RZW
  5995. }
  5996.  
  5997. provinces_to_highlight = {
  5998. OR = {
  5999. area = zimbabwe_area
  6000. area = butua_area
  6001. area = lower_zambezi_area
  6002. }
  6003. NOT = { owned_by = ROOT }
  6004. }
  6005.  
  6006. happened = {
  6007. zimbabwe_area = {
  6008. type = all
  6009. owned_by = ROOT
  6010. }
  6011. butua_area = {
  6012. type = all
  6013. owned_by = ROOT
  6014. }
  6015. lower_zambezi_area = {
  6016. type = all
  6017. owned_by = ROOT
  6018. }
  6019. }
  6020. }
  6021.  
  6022. achievement_sudanese_expedition = {
  6023. id = 192
  6024.  
  6025. possible = {
  6026. NOT = { num_of_custom_nations = 1 }
  6027. tag = MOR
  6028. normal_or_historical_nations = yes
  6029. normal_province_values = yes
  6030. ironman = yes
  6031. start_date = 1444.11.11
  6032. }
  6033.  
  6034. provinces_to_highlight = {
  6035. OR = {
  6036. region = sahel_region
  6037. region = niger_region
  6038. }
  6039. NOT = { owned_by = ROOT }
  6040. }
  6041.  
  6042. happened = {
  6043. sahel_region = {
  6044. type = all
  6045. owned_by = ROOT
  6046. }
  6047. niger_region = {
  6048. type = all
  6049. owned_by = ROOT
  6050. }
  6051. }
  6052. }
  6053.  
  6054. achievement_a_tale_of_two_families = {
  6055. id = 193
  6056.  
  6057. possible = {
  6058. NOT = { num_of_custom_nations = 1 }
  6059. normal_or_historical_nations = yes
  6060. normal_province_values = yes
  6061. ironman = yes
  6062. start_date = 1444.11.11
  6063. OR = {
  6064. tag = VIJ
  6065. tag = BAH
  6066. }
  6067. }
  6068.  
  6069. provinces_to_highlight = {
  6070. OR = {
  6071. province_id = 1948
  6072. province_id = 541
  6073. }
  6074. OR = {
  6075. NOT = { owned_by = ROOT }
  6076. NOT = { is_core = ROOT }
  6077. }
  6078. }
  6079.  
  6080. happened = {
  6081. OR = {
  6082. AND = {
  6083. tag = BAH
  6084. NOT = { exists = VIJ }
  6085. }
  6086. AND = {
  6087. tag = VIJ
  6088. NOT = { exists = BAH }
  6089. }
  6090. }
  6091. owns_core_province = 1948 #Bidar
  6092. owns_core_province = 541 #Vijayanagar
  6093. }
  6094. }
  6095.  
  6096. achievement_abu_bakr_IIs_ambition = {
  6097. id = 194
  6098.  
  6099. possible = {
  6100. NOT = { num_of_custom_nations = 1 }
  6101. normal_or_historical_nations = yes
  6102. normal_province_values = yes
  6103. ironman = yes
  6104. start_date = 1444.11.11
  6105. tag = MAL
  6106. }
  6107.  
  6108. provinces_to_highlight = {
  6109. continent = south_america
  6110. OR = {
  6111. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  6112. is_empty = yes
  6113. }
  6114. }
  6115.  
  6116. happened = {
  6117. custom_trigger_tooltip = {
  6118. tooltip = achievement_abu_bakr_IIs_ambition
  6119. calc_true_if = {
  6120. all_subject_country = {
  6121. is_colonial_nation = yes
  6122. capital_scope = {
  6123. continent = south_america
  6124. }
  6125. }
  6126. amount = 4
  6127. }
  6128. }
  6129. }
  6130. }
  6131.  
  6132. achievement_consulate_of_the_sea = {
  6133. id = 195
  6134.  
  6135. possible = {
  6136. NOT = { num_of_custom_nations = 1 }
  6137. normal_or_historical_nations = yes
  6138. normal_province_values = yes
  6139. ironman = yes
  6140. start_date = 1444.11.11
  6141. tag = ARA
  6142. }
  6143.  
  6144. provinces_to_highlight = {
  6145. OR = {
  6146. province_id = 101 #Genoa
  6147. province_id = 112 #Venice
  6148. province_id = 121 #Naples
  6149. province_id = 148 #Thesaloniki
  6150. province_id = 151 #Constantinople
  6151. province_id = 137 #Ragusa
  6152. province_id = 220 #Valencia
  6153. province_id = 317 #Bursa
  6154. province_id = 336 #Tlemcen
  6155. province_id = 341 #Tunis
  6156. province_id = 354 #Tripoli
  6157. province_id = 358 #Alexandria
  6158. }
  6159. NOT = { owned_by = ROOT }
  6160. }
  6161.  
  6162. happened = {
  6163. owns = 101 #Genoa
  6164. owns = 112 #Venice
  6165. owns = 121 #Naples
  6166. owns = 148 #Thesaloniki
  6167. owns = 151 #Constantinople
  6168. owns = 137 #Ragusa
  6169. owns = 220 #Valencia
  6170. owns = 317 #Bursa
  6171. owns = 336 #Tlemcen
  6172. owns = 341 #Tunis
  6173. owns = 354 #Tripoli
  6174. owns = 358 #Alexandria
  6175. }
  6176. }
  6177.  
  6178. achievement_we_bled_for_this = {
  6179. id = 196
  6180.  
  6181. possible = {
  6182. normal_or_historical_nations = yes
  6183. normal_province_values = yes
  6184. ironman = yes
  6185. start_date = 1444.11.11
  6186. }
  6187.  
  6188. visible = {
  6189. has_dlc = "Rights of Man"
  6190. }
  6191.  
  6192. happened = {
  6193. custom_trigger_tooltip = {
  6194. tooltip = achievement_we_bled_for_this_tooltip
  6195. has_country_flag = just_a_statistic
  6196. }
  6197. }
  6198. }
  6199.  
  6200. achievement_pick_your_poison = {
  6201. id = 197
  6202.  
  6203. possible = {
  6204. NOT = { num_of_custom_nations = 1 }
  6205. normal_or_historical_nations = yes
  6206. normal_province_values = yes
  6207. ironman = yes
  6208. start_date = 1444.11.11
  6209. tag = KAF
  6210. }
  6211.  
  6212. visible = {
  6213. has_dlc = "Rights of Man"
  6214. }
  6215.  
  6216. provinces_to_highlight = {
  6217. province_id = 285
  6218. NOT = { owner = { is_subject_of = ROOT } }
  6219. }
  6220.  
  6221. happened = {
  6222. custom_trigger_tooltip = {
  6223. tooltip = achievement_pick_your_poison_tooltip
  6224. has_country_flag = pick_your_poison
  6225. }
  6226. any_subject_country = {
  6227. owns = 285
  6228. }
  6229. }
  6230. }
  6231.  
  6232. achievement_not_just_pizza = {
  6233. id = 198
  6234.  
  6235. possible = {
  6236. NOT = { num_of_custom_nations = 1 }
  6237. normal_or_historical_nations = yes
  6238. normal_province_values = yes
  6239. ironman = yes
  6240. start_date = 1444.11.11
  6241. tag = NAP
  6242. }
  6243.  
  6244. visible = {
  6245. has_dlc = "Rights of Man"
  6246. }
  6247.  
  6248. happened = {
  6249. custom_trigger_tooltip = {
  6250. tooltip = achievement_not_just_pizza_tooltip
  6251. has_country_flag = became_great_power_flag
  6252. }
  6253. }
  6254. }
  6255.  
  6256. achievement_all_that_is_thine_shall_be_mine = {
  6257. id = 199
  6258.  
  6259. possible = {
  6260. normal_or_historical_nations = yes
  6261. normal_province_values = yes
  6262. ironman = yes
  6263. start_date = 1444.11.11
  6264. }
  6265.  
  6266. visible = {
  6267. has_dlc = "Rights of Man"
  6268. }
  6269.  
  6270. happened = {
  6271. custom_trigger_tooltip = {
  6272. tooltip = achievement_all_that_is_thine_shall_be_mine_tooltip
  6273. has_country_flag = greedy_set_from_code
  6274. }
  6275. }
  6276. }
  6277.  
  6278. achievement_a_blessed_nation = {
  6279. id = 200
  6280.  
  6281. possible = {
  6282. NOT = { num_of_custom_nations = 1 }
  6283. normal_or_historical_nations = yes
  6284. normal_province_values = yes
  6285. ironman = yes
  6286. start_date = 1444.11.11
  6287. }
  6288.  
  6289. visible = {
  6290. has_dlc = "Rights of Man"
  6291. religion = coptic
  6292. }
  6293.  
  6294. happened = {
  6295. religion = coptic
  6296. num_of_active_blessings = 5
  6297. }
  6298. }
  6299.  
  6300. achievement_queen_of_conquest = {
  6301. id = 201
  6302.  
  6303. possible = {
  6304. NOT = { num_of_custom_nations = 1 }
  6305. normal_or_historical_nations = yes
  6306. normal_province_values = yes
  6307. ironman = yes
  6308. start_date = 1444.11.11
  6309. }
  6310.  
  6311. visible = {
  6312. has_dlc = "Rights of Man"
  6313. }
  6314.  
  6315. happened = {
  6316. has_consort_regency = yes
  6317. has_female_consort = yes
  6318. custom_trigger_tooltip = {
  6319. tooltip = achievement_queen_of_conquest_tooltip
  6320. has_country_flag = queen_of_conquest
  6321. }
  6322. }
  6323. }
  6324.  
  6325. achievement_aaa_credit = {
  6326. id = 202
  6327.  
  6328. possible = {
  6329. normal_or_historical_nations = yes
  6330. normal_province_values = yes
  6331. ironman = yes
  6332. start_date = 1444.11.11
  6333. }
  6334.  
  6335. visible = {
  6336. has_dlc = "Rights of Man"
  6337. }
  6338.  
  6339. happened = {
  6340. is_great_power = yes
  6341. custom_trigger_tooltip = {
  6342. tooltip = achievement_aaa_credit_tooltip
  6343. has_country_flag = aaa_credit
  6344. }
  6345. }
  6346. }
  6347.  
  6348. achievement_hoarder = {
  6349. id = 203
  6350.  
  6351. possible = {
  6352. NOT = { num_of_custom_nations = 1 }
  6353. normal_or_historical_nations = yes
  6354. normal_province_values = yes
  6355. ironman = yes
  6356. religion = shamanism
  6357. }
  6358.  
  6359. visible = {
  6360. has_dlc = "Rights of Man"
  6361. }
  6362.  
  6363. happened = {
  6364. religion = shamanism
  6365. num_of_unlocked_cults = 13
  6366. }
  6367. }
  6368.  
  6369. achievement_gentle_persuasion = {
  6370. id = 204
  6371.  
  6372. possible = {
  6373. normal_or_historical_nations = yes
  6374. normal_province_values = yes
  6375. ironman = yes
  6376. }
  6377.  
  6378. visible = {
  6379. has_dlc = "Rights of Man"
  6380. }
  6381.  
  6382. happened = {
  6383. custom_trigger_tooltip = {
  6384. tooltip = achievement_gentle_persuasion_tooltip
  6385. has_country_flag = gentle_convincing
  6386. }
  6387. }
  6388. }
  6389.  
  6390. achievement_combined_arms = {
  6391. id = 205
  6392.  
  6393. possible = {
  6394. normal_or_historical_nations = yes
  6395. normal_province_values = yes
  6396. ironman = yes
  6397. }
  6398.  
  6399. visible = {
  6400. has_dlc = "Rights of Man"
  6401. }
  6402.  
  6403. happened = {
  6404. num_of_admirals_with_traits = 1
  6405. num_of_generals_with_traits = 1
  6406. }
  6407. }
  6408.  
  6409. # Mandate of Heaven below
  6410.  
  6411.  
  6412. achievement_turtles_all_the_way_down = {
  6413. id = 206
  6414.  
  6415. possible = {
  6416. NOT = { num_of_custom_nations = 1 }
  6417. normal_or_historical_nations = yes
  6418. normal_province_values = yes
  6419. ironman = yes
  6420. start_date = 1444.11.11
  6421. tag = KOR
  6422. }
  6423.  
  6424. happened = {
  6425. has_global_modifier_value = {
  6426. which = ship_durability
  6427. value = 0.35
  6428. extra_shortcut = yes
  6429. }
  6430. }
  6431. }
  6432.  
  6433. achievement_the_navigator = {
  6434. id = 207
  6435.  
  6436. possible = {
  6437. NOT = { num_of_custom_nations = 1 }
  6438. normal_or_historical_nations = yes
  6439. normal_province_values = yes
  6440. ironman = yes
  6441. start_date = 1444.11.11
  6442. tag = POR
  6443. }
  6444.  
  6445. provinces_to_highlight = {
  6446. OR = {
  6447. AND = {
  6448. continent = africa
  6449. NOT = { africa = { owned_by = ROOT } }
  6450. }
  6451. AND = {
  6452. superregion = india_superregion
  6453. NOT = { india_superregion = { owned_by = ROOT } }
  6454. }
  6455. AND = {
  6456. superregion = east_indies_superregion
  6457. NOT = { east_indies_superregion = { owned_by = ROOT } }
  6458. }
  6459. }
  6460. }
  6461.  
  6462. happened = {
  6463. NOT = { is_year = 1500 }
  6464. any_owned_province = { continent = africa }
  6465. any_owned_province = { superregion = india_superregion }
  6466. any_owned_province = { superregion = east_indies_superregion }
  6467. }
  6468. }
  6469.  
  6470. achievement_gold_rush = {
  6471. id = 208
  6472.  
  6473. possible = {
  6474. NOT = { num_of_custom_nations = 1 }
  6475. normal_or_historical_nations = yes
  6476. normal_province_values = yes
  6477. ironman = yes
  6478. start_date = 1444.11.11
  6479. government = steppe_horde
  6480. culture_group = tartar
  6481. }
  6482.  
  6483. happened = {
  6484. NOT = { is_year = 1500 }
  6485. tag = GLH
  6486. }
  6487. }
  6488.  
  6489. achievement_graze_my_horse_here_and_here = {
  6490. id = 209
  6491.  
  6492. possible = {
  6493. NOT = { num_of_custom_nations = 1 }
  6494. normal_or_historical_nations = yes
  6495. normal_province_values = yes
  6496. ironman = yes
  6497. start_date = 1444.11.11
  6498. government = steppe_horde
  6499. }
  6500.  
  6501. provinces_to_highlight = {
  6502. OR = {
  6503. trade_goods = grain
  6504. trade_goods = livestock
  6505. }
  6506. NOT = { owned_by = ROOT }
  6507. }
  6508.  
  6509. happened = {
  6510. government = steppe_horde
  6511. calc_true_if = {
  6512. all_province = {
  6513. owned_by = ROOT
  6514. OR = {
  6515. trade_goods = grain
  6516. trade_goods = livestock
  6517. }
  6518. }
  6519. amount = 200
  6520. }
  6521. }
  6522. }
  6523.  
  6524. achievement_rise_of_the_white_sheep = {
  6525. id = 210
  6526.  
  6527. possible = {
  6528. NOT = { num_of_custom_nations = 1 }
  6529. normal_or_historical_nations = yes
  6530. normal_province_values = yes
  6531. ironman = yes
  6532. start_date = 1444.11.11
  6533. tag = AKK
  6534. }
  6535.  
  6536. provinces_to_highlight = {
  6537. province_id = 416
  6538. NOT = { owned_by = ROOT }
  6539. }
  6540.  
  6541. happened = {
  6542. NOT = { is_year = 1478 }
  6543. NOT = { exists = QAR }
  6544. owns = 416 #Tabriz
  6545. }
  6546. }
  6547.  
  6548. achievement_where_the_heart_is = {
  6549. id = 211
  6550.  
  6551. possible = {
  6552. NOT = { num_of_custom_nations = 1 }
  6553. normal_or_historical_nations = yes
  6554. normal_province_values = yes
  6555. ironman = yes
  6556. start_date = 1444.11.11
  6557. tag = DAH
  6558. }
  6559.  
  6560. provinces_to_highlight = {
  6561. OR = {
  6562. region = niger_region
  6563. region = sahel_region
  6564. }
  6565. is_empty = no
  6566. owner = {
  6567. NOT = { religion = shamanism }
  6568. }
  6569. }
  6570.  
  6571. happened = {
  6572. NOT = { is_year = 1500 }
  6573. niger_region = {
  6574. OR = {
  6575. owner = {
  6576. religion = shamanism
  6577. }
  6578. is_empty = yes
  6579. }
  6580. type = all
  6581. }
  6582. sahel_region = {
  6583. OR = {
  6584. owner = {
  6585. religion = shamanism
  6586. }
  6587. is_empty = yes
  6588. }
  6589. type = all
  6590. }
  6591. }
  6592. }
  6593.  
  6594. achievement_disciples_of_enlightenment = {
  6595. id = 212
  6596.  
  6597. possible = {
  6598. NOT = { num_of_custom_nations = 1 }
  6599. normal_or_historical_nations = yes
  6600. normal_province_values = yes
  6601. ironman = yes
  6602. start_date = 1444.11.11
  6603. tag = DAI
  6604. }
  6605.  
  6606. happened = {
  6607. NOT = { is_year = 1500 }
  6608. custom_trigger_tooltip = {
  6609. tooltip = atleast_10_mahayana_tooltip
  6610. calc_true_if = {
  6611. all_country = {
  6612. religion = mahayana
  6613. }
  6614. amount = 10
  6615. }
  6616. }
  6617. }
  6618. }
  6619.  
  6620. achievement_first_toungoo_empire = {
  6621. id = 213
  6622.  
  6623. possible = {
  6624. NOT = { num_of_custom_nations = 1 }
  6625. normal_or_historical_nations = yes
  6626. normal_province_values = yes
  6627. ironman = yes
  6628. start_date = 1444.11.11
  6629. tag = TAU
  6630. }
  6631.  
  6632. provinces_to_highlight = {
  6633. culture_group = burman
  6634. NOT = { owned_by = ROOT }
  6635. }
  6636.  
  6637. happened = {
  6638. NOT = { is_year = 1500 }
  6639. tag = TAU
  6640. NOT = {
  6641. any_province = {
  6642. culture_group = burman
  6643. NOT = { owned_by = TAU }
  6644. }
  6645. }
  6646. }
  6647. }
  6648.  
  6649. achievement_made_in_japan = {
  6650. id = 214
  6651.  
  6652. possible = {
  6653. NOT = { num_of_custom_nations = 1 }
  6654. normal_or_historical_nations = yes
  6655. normal_province_values = yes
  6656. ironman = yes
  6657. start_date = 1444.11.11
  6658. culture_group = japanese_g
  6659. }
  6660.  
  6661. happened = {
  6662. NOT = { is_year = 1655 }
  6663. tag = JAP
  6664. has_institution = manufactories
  6665. }
  6666. }
  6667.  
  6668. achievement_three_trivial_tributaries = {
  6669. id = 215
  6670.  
  6671. possible = {
  6672. NOT = { num_of_custom_nations = 1 }
  6673. normal_or_historical_nations = yes
  6674. normal_province_values = yes
  6675. ironman = yes
  6676. start_date = 1444.11.11
  6677. OR = {
  6678. religion_group = eastern
  6679. government = steppe_horde
  6680. }
  6681. }
  6682.  
  6683. visible = {
  6684. has_dlc = "Mandate of Heaven"
  6685. }
  6686.  
  6687. happened = {
  6688. calc_true_if = {
  6689. all_subject_country = {
  6690. is_subject_of_type = tributary_state
  6691. OR ={
  6692. government = tribal
  6693. government = native_council #Not tribal but localized as Tribe
  6694. government = siberian_native_council #Not Tribal but localized as Tribe
  6695. }
  6696. }
  6697. amount = 3
  6698. }
  6699. }
  6700. }
  6701.  
  6702. achievement_qing_of_china = {
  6703. id = 216
  6704.  
  6705. possible = {
  6706. NOT = { num_of_custom_nations = 1 }
  6707. normal_or_historical_nations = yes
  6708. normal_province_values = yes
  6709. ironman = yes
  6710. start_date = 1444.11.11
  6711. }
  6712.  
  6713. visible = {
  6714. has_dlc = "Mandate of Heaven"
  6715. primary_culture = manchu
  6716. }
  6717.  
  6718. happened = {
  6719. tag = QNG
  6720. is_emperor_of_china = yes
  6721. }
  6722. }
  6723.  
  6724. achievement_carthago_delenda_est = {
  6725. id = 217
  6726.  
  6727. possible = {
  6728. NOT = { num_of_custom_nations = 1 }
  6729. normal_or_historical_nations = yes
  6730. normal_province_values = yes
  6731. ironman = yes
  6732. start_date = 1444.11.11
  6733. culture_group = latin
  6734. }
  6735.  
  6736. provinces_to_highlight = {
  6737. area = tunisia_area
  6738. NOT = { devastation = 100 }
  6739. }
  6740.  
  6741. happened = {
  6742. culture_group = latin
  6743. tunisia_area = {
  6744. devastation = 100
  6745. type = all
  6746. }
  6747. }
  6748. }
  6749.  
  6750. achievement_live_long_and_prosper = {
  6751. id = 218
  6752. possible = {
  6753. normal_or_historical_nations = yes
  6754. normal_province_values = yes
  6755. ironman = yes
  6756. start_date = 1444.11.11
  6757. }
  6758.  
  6759. visible = {
  6760. has_dlc = "Mandate of Heaven"
  6761. }
  6762.  
  6763.  
  6764. happened = {
  6765. custom_trigger_tooltip = {
  6766. tooltip = achievement_live_long_and_prosper_tooltip
  6767. calc_true_if = {
  6768. all_states = {
  6769. is_prosperous = yes
  6770. }
  6771. amount = 30
  6772. }
  6773. }
  6774. ruler_age = 70
  6775.  
  6776. }
  6777. }
  6778.  
  6779.  
  6780. achievement_tear_down_this_wall = {
  6781. id = 219
  6782. possible = {
  6783. normal_or_historical_nations = yes
  6784. normal_province_values = yes
  6785. ironman = yes
  6786. start_date = 1444.11.11
  6787. }
  6788.  
  6789. visible = {
  6790. has_dlc = "Mandate of Heaven"
  6791. }
  6792.  
  6793.  
  6794. happened = {
  6795. custom_trigger_tooltip = {
  6796. tooltip = achievement_tear_down_this_wall_tooltip
  6797. has_country_flag = have_berlin_wall
  6798. }
  6799.  
  6800. }
  6801. }
  6802.  
  6803. achievement_golden_empire = {
  6804. id = 220
  6805. possible = {
  6806. normal_or_historical_nations = yes
  6807. normal_province_values = yes
  6808. ironman = yes
  6809. start_date = 1444.11.11
  6810. }
  6811.  
  6812. visible = {
  6813. has_dlc = "Mandate of Heaven"
  6814. }
  6815.  
  6816.  
  6817. happened = {
  6818. in_golden_age = yes
  6819. government_rank = 3
  6820. }
  6821. }
  6822. achievement_cherrypicking = {
  6823. id = 221
  6824. possible = {
  6825. normal_or_historical_nations = yes
  6826. normal_province_values = yes
  6827. ironman = yes
  6828. start_date = 1444.11.11
  6829. culture_group = japanese_g
  6830. }
  6831.  
  6832. visible = {
  6833. has_dlc = "Mandate of Heaven"
  6834. }
  6835.  
  6836. happened = {
  6837. custom_trigger_tooltip = {
  6838. tooltip = achievement_cherrypicking_tooltip
  6839. has_country_flag = cherry_picker
  6840. }
  6841. }
  6842. }
  6843. achievement_banners_need_a_saga = {
  6844. id = 222
  6845. possible = {
  6846. normal_or_historical_nations = yes
  6847. normal_province_values = yes
  6848. ironman = yes
  6849. start_date = 1444.11.11
  6850. primary_culture = manchu
  6851. }
  6852.  
  6853. visible = {
  6854. has_dlc = "Mandate of Heaven"
  6855. }
  6856.  
  6857. happened = {
  6858. num_of_banners = 100
  6859. }
  6860. }
  6861. achievement_sweet_harmony = {
  6862. id = 223
  6863. possible = {
  6864. normal_or_historical_nations = yes
  6865. normal_province_values = yes
  6866. ironman = yes
  6867. start_date = 1444.11.11
  6868. }
  6869.  
  6870. visible = {
  6871. has_dlc = "Mandate of Heaven"
  6872. religion = confucianism
  6873. }
  6874.  
  6875. happened = {
  6876. religion = confucianism
  6877. num_of_harmonized = 7
  6878. }
  6879. }
  6880. achievement_sakoku_law = {
  6881. id = 224
  6882. possible = {
  6883. normal_or_historical_nations = yes
  6884. normal_province_values = yes
  6885. ironman = yes
  6886. start_date = 1444.11.11
  6887. religion = shinto
  6888. }
  6889. happened = {
  6890. custom_trigger_tooltip = {
  6891. tooltip = achievement_sakoku_law_tooltip
  6892. check_variable = { which = isolationism_achievement_counter value = 6 }
  6893. }
  6894. }
  6895. }
  6896. achievement_absolutely = {
  6897. id = 225
  6898. possible = {
  6899. normal_province_values = yes
  6900. ironman = yes
  6901. start_date = 1444.11.11
  6902. }
  6903. happened = {
  6904. absolutism = 100
  6905. }
  6906. }
  6907.  
  6908. #Third Rome Achievements:
  6909.  
  6910. achievement_dovmonts_own = {
  6911. id = 226
  6912. possible = {
  6913. normal_province_values = yes
  6914. ironman = yes
  6915. NOT = { num_of_custom_nations = 1 }
  6916. start_date = 1444.11.11
  6917. tag = PSK
  6918. }
  6919. visible = {
  6920. has_dlc = "Third Rome"
  6921. }
  6922. happened = {
  6923. num_of_streltsy = 100
  6924. }
  6925. }
  6926.  
  6927. achievement_redecorating = {
  6928. id = 227
  6929. possible = {
  6930. normal_province_values = yes
  6931. normal_or_historical_nations = yes
  6932. ironman = yes
  6933. NOT = { num_of_custom_nations = 1 }
  6934. start_date = 1444.11.11
  6935. religion = orthodox
  6936. }
  6937. visible = {
  6938. has_dlc = "Third Rome"
  6939. }
  6940. provinces_to_highlight = {
  6941. province_id = 118
  6942. OR = {
  6943. NOT = { is_core = ROOT }
  6944. has_state_patriach = no
  6945. }
  6946. }
  6947. happened = {
  6948. owns_core_province = 118
  6949. 118 = {
  6950. has_state_patriach = yes
  6951. }
  6952. }
  6953. }
  6954.  
  6955. achievement_breaking_the_yoke = {
  6956. id = 228
  6957. possible = {
  6958. normal_province_values = yes
  6959. ironman = yes
  6960. NOT = { num_of_custom_nations = 1 }
  6961. start_date = 1444.11.11
  6962. tag = RYA
  6963. }
  6964. provinces_to_highlight = {
  6965. OR = {
  6966. province_id = 284
  6967. province_id = 303
  6968. province_id = 1082
  6969. }
  6970. NOT = { owned_by = ROOT }
  6971. }
  6972. happened = {
  6973. owns = 284 #Crimea
  6974. owns = 303 #Saratov
  6975. owns = 1082 #Kazan
  6976. is_subject = no
  6977. }
  6978. }
  6979.  
  6980. achievement_back_in_control = {
  6981. id = 229
  6982. possible = {
  6983. normal_province_values = yes
  6984. NOT = { num_of_custom_nations = 1 }
  6985. normal_or_historical_nations = yes
  6986. ironman = yes
  6987. start_date = 1444.11.11
  6988. }
  6989. visible = {
  6990. culture_group = altaic
  6991. }
  6992. provinces_to_highlight = {
  6993. superregion = china_superregion
  6994. NOT = { owned_by = ROOT }
  6995. is_empty = no
  6996. }
  6997. happened = {
  6998. tag = YUA
  6999. china_superregion = {
  7000. OR = {
  7001. owned_by = ROOT
  7002. is_empty = yes
  7003. }
  7004. type = all
  7005. }
  7006. }
  7007. }
  7008.  
  7009. achievement_mass_production = {
  7010. id = 230
  7011. possible = {
  7012. normal_province_values = yes
  7013. NOT = { num_of_custom_nations = 1 }
  7014. ironman = yes
  7015. start_date = 1444.11.11
  7016. tag = OKA
  7017. }
  7018. happened = {
  7019. wharf = 1
  7020. weapons = 1
  7021. textile = 1
  7022. plantations = 1
  7023. tradecompany = 1
  7024. mills = 1
  7025. farm_estate = 1
  7026. }
  7027. }
  7028.  
  7029. achievement_relentless_push_east = {
  7030. id = 231
  7031. possible = {
  7032. normal_province_values = yes
  7033. NOT = { num_of_custom_nations = 1 }
  7034. normal_or_historical_nations = yes
  7035. ironman = yes
  7036. start_date = 1444.11.11
  7037. culture_group = east_slavic
  7038. }
  7039. provinces_to_highlight = {
  7040. region = east_siberia_region
  7041. has_port = yes
  7042. NOT = { owned_by = ROOT }
  7043. }
  7044. happened = {
  7045. NOT = { is_year = 1601 }
  7046. east_siberia_region = {
  7047. type = all
  7048. OR = {
  7049. has_port = no
  7050. owned_by = ROOT
  7051. }
  7052. }
  7053. }
  7054. }
  7055.  
  7056. achievement_laughingstock = {
  7057. id = 232
  7058. possible = {
  7059. normal_province_values = yes
  7060. NOT = { num_of_custom_nations = 1 }
  7061. normal_or_historical_nations = yes
  7062. ironman = yes
  7063. start_date = 1444.11.11
  7064. }
  7065. provinces_to_highlight = {
  7066. OR = {
  7067. province_id = 1983
  7068. province_id = 2470
  7069. province_id = 4073
  7070. }
  7071. NOT = { owned_by = ROOT }
  7072. }
  7073. happened = {
  7074. owns = 1983 #Lolland
  7075. owns = 2470 #Haha
  7076. owns = 4073 #Hehe
  7077. }
  7078. }
  7079.  
  7080. achievement_lessons_of_hemmingstedt = {
  7081. id = 233
  7082. possible = {
  7083. normal_province_values = yes
  7084. NOT = { num_of_custom_nations = 1 }
  7085. ironman = yes
  7086. start_date = 1444.11.11
  7087. tag = DTT
  7088. }
  7089. provinces_to_highlight = {
  7090. OR = {
  7091. province_id = 12
  7092. province_id = 97
  7093. }
  7094. NOT = { owned_by = ROOT }
  7095. }
  7096. happened = {
  7097. NOT = { exists = DAN }
  7098. owns = 12
  7099. owns = 97
  7100. }
  7101. }
  7102.  
  7103. achievement_its_all_greek_to_me = {
  7104. id = 234
  7105. possible = {
  7106. NOT = { num_of_custom_nations = 1 }
  7107. normal_province_values = yes
  7108. ironman = yes
  7109. start_date = 1444.11.11
  7110. }
  7111. visible = {
  7112. primary_culture = greek
  7113. }
  7114. provinces_to_highlight = {
  7115. OR = {
  7116. province_id = 138
  7117. province_id = 504
  7118. province_id = 578
  7119. province_id = 4104
  7120. }
  7121. OR = {
  7122. NOT = { is_core = ROOT }
  7123. NOT = { owned_by = ROOT }
  7124. }
  7125. }
  7126. happened = {
  7127. tag = GRE
  7128. owns_core_province = 138 #Zeta
  7129. owns_core_province = 504 #Thatta
  7130. owns_core_province = 578 #Roh
  7131. owns_core_province = 4104 #Lamba
  7132. }
  7133. }
  7134.  
  7135. achievement_52_garhs = {
  7136. id = 235
  7137. possible = {
  7138. NOT = { num_of_custom_nations = 1 }
  7139. normal_province_values = yes
  7140. ironman = yes
  7141. start_date = 1444.11.11
  7142. tag = GHR
  7143. }
  7144. provinces_to_highlight = {
  7145. if = {
  7146. limit = {
  7147. ROOT = {
  7148. NOT = {
  7149. calc_true_if = {
  7150. all_owned_province = {
  7151. fort_level = 2
  7152. }
  7153. amount = 52
  7154. }
  7155. }
  7156. }
  7157. }
  7158. owned_by = ROOT
  7159. NOT = { fort_level = 2 }
  7160. }
  7161. else = {
  7162. always = no
  7163. }
  7164. }
  7165. happened = {
  7166. NOT = { num_of_loans = 1 }
  7167. calc_true_if = {
  7168. all_owned_province = {
  7169. fort_level = 2
  7170. }
  7171. amount = 52
  7172. }
  7173. }
  7174. }
  7175.  
  7176.  
  7177. achievement_bunte_kuh = {
  7178. id = 236
  7179. possible = {
  7180. NOT = { num_of_custom_nations = 1 }
  7181. normal_province_values = yes
  7182. ironman = yes
  7183. start_date = 1444.11.11
  7184. tag = HAM
  7185. }
  7186. happened = {
  7187. trading_bonus = {
  7188. trade_goods = livestock
  7189. value = yes
  7190. }
  7191. trading_bonus = {
  7192. trade_goods = gems
  7193. value = yes
  7194. }
  7195. }
  7196. }
  7197.  
  7198. achievement_good_king_rene = {
  7199. id = 237
  7200. possible = {
  7201. NOT = { num_of_custom_nations = 1 }
  7202. normal_province_values = yes
  7203. ironman = yes
  7204. start_date = 1444.11.11
  7205. tag = PRO
  7206. }
  7207. happened = {
  7208. tag = KOJ
  7209. }
  7210. }
  7211.  
  7212. achievement_saladins_legacy = {
  7213. id = 238
  7214. possible = {
  7215. NOT = { num_of_custom_nations = 1 }
  7216. normal_province_values = yes
  7217. ironman = yes
  7218. start_date = 1444.11.11
  7219. tag = HSN
  7220. }
  7221. provinces_to_highlight = {
  7222. OR = {
  7223. region = egypt_region
  7224. region = mashriq_region
  7225. area = aleppo_area
  7226. area = tabuk_area
  7227. area = medina_area
  7228. area = mecca_area
  7229. area = asir_area
  7230. area = tihama_al_yemen_area
  7231. area = upper_yemen_area
  7232. area = yemen_area
  7233. area = hadramut_area
  7234. area = north_kurdistan_area
  7235. }
  7236. NOT = { owned_by = ROOT }
  7237. }
  7238. happened = {
  7239. egypt_region = {
  7240. type = all
  7241. owned_by = ROOT
  7242. }
  7243. mashriq_region = {
  7244. type = all
  7245. owned_by = ROOT
  7246. }
  7247. aleppo_area = {
  7248. type = all
  7249. owned_by = ROOT
  7250. }
  7251. tabuk_area = {
  7252. type = all
  7253. owned_by = ROOT
  7254. }
  7255. medina_area = {
  7256. type = all
  7257. owned_by = ROOT
  7258. }
  7259. mecca_area = {
  7260. type = all
  7261. owned_by = ROOT
  7262. }
  7263. asir_area = {
  7264. type = all
  7265. owned_by = ROOT
  7266. }
  7267. tihama_al_yemen_area = {
  7268. type = all
  7269. owned_by = ROOT
  7270. }
  7271. upper_yemen_area = {
  7272. type = all
  7273. owned_by = ROOT
  7274. }
  7275. yemen_area = {
  7276. type = all
  7277. owned_by = ROOT
  7278. }
  7279. hadramut_area = {
  7280. type = all
  7281. owned_by = ROOT
  7282. }
  7283. north_kurdistan_area = {
  7284. type = all
  7285. owned_by = ROOT
  7286. }
  7287. }
  7288. }
  7289.  
  7290. achievement_avar_khaganate = {
  7291. id = 239
  7292. possible = {
  7293. NOT = { num_of_custom_nations = 1 }
  7294. normal_province_values = yes
  7295. ironman = yes
  7296. start_date = 1444.11.11
  7297. tag = AVR
  7298. }
  7299. provinces_to_highlight = {
  7300. OR = {
  7301. area = alfold_area
  7302. area = transdanubia_area
  7303. area = slovakia_area
  7304. area = transylvania_area
  7305. area = southern_transylvania_area
  7306. }
  7307. NOT = { owned_by = ROOT }
  7308. }
  7309. happened = {
  7310. government_rank = 3
  7311. alfold_area = {
  7312. type = all
  7313. owned_by = AVR
  7314. }
  7315. transdanubia_area = {
  7316. type = all
  7317. owned_by = AVR
  7318. }
  7319. slovakia_area = {
  7320. type = all
  7321. owned_by = AVR
  7322. }
  7323. transylvania_area = {
  7324. type = all
  7325. owned_by = AVR
  7326. }
  7327. southern_transylvania_area = {
  7328. type = all
  7329. owned_by = AVR
  7330. }
  7331. }
  7332. }
  7333.  
  7334.  
  7335. achievement_protect_the_secret = {
  7336. id = 240
  7337. possible = {
  7338. NOT = { num_of_custom_nations = 1 }
  7339. normal_province_values = yes
  7340. ironman = yes
  7341. start_date = 1444.11.11
  7342. is_random_new_world = no
  7343. }
  7344. visible = {
  7345. primary_culture = yemeni_culture
  7346. }
  7347. provinces_to_highlight = {
  7348. trade_goods = coffee
  7349. OR = {
  7350. continent = africa
  7351. continent = asia
  7352. continent = oceania
  7353. }
  7354. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  7355. owner = {
  7356. capital_scope = { continent = europe }
  7357. }
  7358. }
  7359. happened = {
  7360. is_year = 1700
  7361. tag = YEM
  7362. custom_trigger_tooltip = {
  7363. tooltip = all_coffee_owned_by_you
  7364. NOT = {
  7365. any_country = {
  7366. capital_scope = { continent = europe }
  7367. any_owned_province = {
  7368. trade_goods = coffee
  7369. OR = {
  7370. continent = asia
  7371. continent = africa
  7372. continent = oceania
  7373. }
  7374. }
  7375. }
  7376. }
  7377. }
  7378. }
  7379. }
  7380.  
  7381. achievement_great_moravia = {
  7382. id = 241
  7383. possible = {
  7384. NOT = { num_of_custom_nations = 1 }
  7385. normal_province_values = yes
  7386. ironman = yes
  7387. start_date = 1444.11.11
  7388. }
  7389. visible = {
  7390. any_owned_province = {
  7391. OR = {
  7392. is_core = SLO
  7393. is_core = MVA
  7394. }
  7395. }
  7396. }
  7397. provinces_to_highlight = {
  7398. OR = {
  7399. province_id = 60 # Lausitz
  7400. province_id = 134 # Wien
  7401. province_id = 135 # Sopron
  7402. province_id = 153 # Pest
  7403. province_id = 154 # Hont
  7404. province_id = 162 # Zemplen
  7405. province_id = 262 # Krakow
  7406. province_id = 263 # Ratibor
  7407. province_id = 264 # Breslau
  7408. province_id = 265 # Brno
  7409. province_id = 266 # Prague
  7410. province_id = 267 # Plsen
  7411. province_id = 1318 # Spis
  7412. province_id = 1763 # Niederlausitz
  7413. province_id = 1770 # Ostmarch
  7414. province_id = 1771 # Erz
  7415. province_id = 1772 # Pozsony
  7416. province_id = 1864 # Somogy
  7417. province_id = 2960 # Sadecki
  7418. province_id = 2966 # Glogau
  7419. province_id = 2967 # Eger
  7420. province_id = 2968 # Budejovice
  7421. province_id = 2970 # Hradecko
  7422. province_id = 4126 # Bacs
  7423. province_id = 4236 # Trencin
  7424. province_id = 4237 # Olomouc
  7425. province_id = 4238 # Liegnitz
  7426. province_id = 4240 # Fejer
  7427. }
  7428. OR = {
  7429. NOT = { is_core = ROOT }
  7430. NOT = { owned_by = ROOT }
  7431. }
  7432. }
  7433. happened = {
  7434. OR = {
  7435. tag = SLO
  7436. tag = MVA
  7437. }
  7438. owns_core_province = 60 # Lausitz
  7439. owns_core_province = 134 # Wien
  7440. owns_core_province = 135 # Sopron
  7441. owns_core_province = 153 # Pest
  7442. owns_core_province = 154 # Hont
  7443. owns_core_province = 162 # Zemplen
  7444. owns_core_province = 262 # Krakow
  7445. owns_core_province = 263 # Ratibor
  7446. owns_core_province = 264 # Breslau
  7447. owns_core_province = 265 # Brno
  7448. owns_core_province = 266 # Prague
  7449. owns_core_province = 267 # Plsen
  7450. owns_core_province = 1318 # Spis
  7451. owns_core_province = 1763 # Niederlausitz
  7452. owns_core_province = 1770 # Ostmarch
  7453. owns_core_province = 1771 # Erz
  7454. owns_core_province = 1772 # Pozsony
  7455. owns_core_province = 1864 # Somogy
  7456. owns_core_province = 2960 # Sadecki
  7457. owns_core_province = 2966 # Glogau
  7458. owns_core_province = 2967 # Eger
  7459. owns_core_province = 2968 # Budejovice
  7460. owns_core_province = 2970 # Hradecko
  7461. owns_core_province = 4126 # Bacs
  7462. owns_core_province = 4236 # Trencin
  7463. owns_core_province = 4237 # Olomouc
  7464. owns_core_province = 4238 # Liegnitz
  7465. owns_core_province = 4240 # Fejer
  7466. }
  7467. }
  7468.  
  7469. achievement_a_heros_welcome = {
  7470. id = 242
  7471. possible = {
  7472. NOT = { num_of_custom_nations = 1 }
  7473. normal_province_values = yes
  7474. ironman = yes
  7475. start_date = 1444.11.11
  7476. tag = KAR
  7477. }
  7478. happened = {
  7479. tag = RUM
  7480. }
  7481. }
  7482.  
  7483. achievement_david_the_builder = {
  7484. id = 243
  7485. possible = {
  7486. NOT = { num_of_custom_nations = 1 }
  7487. normal_province_values = yes
  7488. ironman = yes
  7489. start_date = 1444.11.11
  7490. tag = IME
  7491. }
  7492. provinces_to_highlight = {
  7493. owned_by = ROOT
  7494. num_free_building_slots = 1
  7495. }
  7496. happened = {
  7497. tag = GEO
  7498. custom_trigger_tooltip = {
  7499. tooltip = achievement_david_the_builder_tooltip
  7500. NOT = {
  7501. any_owned_province = {
  7502. num_free_building_slots = 1
  7503. }
  7504. }
  7505. }
  7506. }
  7507. }
  7508.  
  7509. achievement_voltaires_nightmare = {
  7510. id = 244
  7511. possible = {
  7512. ironman = yes
  7513. start_date = 1444.11.11
  7514. NOT = { num_of_custom_nations = 2 }
  7515. NOT = { nation_designer_points = 202 }
  7516. }
  7517. happened = {
  7518. calc_true_if = {
  7519. all_country = {
  7520. is_part_of_hre = yes
  7521. }
  7522. amount = 75
  7523. }
  7524. }
  7525. }
  7526.  
  7527. achievement_pandya_empire = {
  7528. id = 245
  7529. possible = {
  7530. NOT = { num_of_custom_nations = 1 }
  7531. normal_province_values = yes
  7532. ironman = yes
  7533. start_date = 1444.11.11
  7534. tag = MAD
  7535. }
  7536. provinces_to_highlight = {
  7537. OR = {
  7538. region = coromandel_region
  7539. area = kerala_area
  7540. area = mysore_area
  7541. area = rayalaseema_area
  7542. }
  7543. NOT = { owned_by = ROOT }
  7544. }
  7545. happened = {
  7546. coromandel_region = {
  7547. type = all
  7548. owned_by = ROOT
  7549. }
  7550. kerala_area = {
  7551. type = all
  7552. owned_by = ROOT
  7553. }
  7554. mysore_area = {
  7555. type = all
  7556. owned_by = ROOT
  7557. }
  7558. rayalaseema_area = {
  7559. type = all
  7560. owned_by = ROOT
  7561. }
  7562. }
  7563. }
  7564.  
  7565. achievement_prince_of_egypt = {
  7566. id = 246
  7567. possible = {
  7568. NOT = { num_of_custom_nations = 1 }
  7569. normal_province_values = yes
  7570. ironman = yes
  7571. start_date = 1444.11.11
  7572. tag = LAN
  7573. }
  7574. happened = {
  7575. tag = EGY
  7576. }
  7577. }
  7578.  
  7579. achievement_around_the_world_in_eighty_years = {
  7580. id = 247
  7581. possible = {
  7582. is_playing_custom_nation = yes
  7583. NOT = { num_of_custom_nations = 2 }
  7584. normal_or_historical_nations = yes
  7585. normal_province_values = yes
  7586. ironman = yes
  7587. start_date = 1444.11.11
  7588. is_random_new_world = no
  7589. NOT = { nation_designer_points = 402 }
  7590. NOT = {
  7591. any_owned_province = {
  7592. NOT = { region = british_isles_region }
  7593. }
  7594. }
  7595. }
  7596. provinces_to_highlight = {
  7597. OR = {
  7598. province_id = 965 #New York
  7599. province_id = 869 #San Francisco
  7600. province_id = 2315 #Suez
  7601. province_id = 529 #Bombay
  7602. province_id = 561 #Calcutta
  7603. province_id = 667 #Hong Kong
  7604. province_id = 1028 #Yokoshima
  7605. }
  7606. NOT = { owned_by = ROOT }
  7607. }
  7608. happened = {
  7609. NOT = { is_date = 1524.11.11 }
  7610. owns = 965 #New York
  7611. owns = 869 #San Francisco
  7612. owns = 2315 #Suez
  7613. owns = 529 #Bombay
  7614. owns = 561 #Calcutta
  7615. owns = 667 #Hong Kong
  7616. owns = 1028 #Yokoshima
  7617. }
  7618. }
  7619.  
  7620. achievement_hard_bargaining = {
  7621. id = 248
  7622. visible = {
  7623. has_dlc = "Cradle of Civilization"
  7624. religion_group = muslim
  7625. }
  7626. possible = {
  7627. normal_province_values = yes
  7628. ironman = yes
  7629. start_date = 1444.11.11
  7630. }
  7631. happened = {
  7632. is_defender_of_faith = yes
  7633. custom_trigger_tooltip = {
  7634. tooltip = propagated_in_five_moluccan_provinces
  7635. check_variable = { which = religion_propagated_in_moluccas value = 5 }
  7636. }
  7637.  
  7638. }
  7639. }
  7640.  
  7641. achievement_early_modern_warfare = {
  7642. id = 249
  7643. visible = {
  7644. has_dlc = "Cradle of Civilization"
  7645. }
  7646. possible = {
  7647. normal_province_values = yes
  7648. ironman = yes
  7649. start_date = 1444.11.11
  7650. }
  7651. happened = {
  7652. num_of_regiments_at_full_drill = 100
  7653. }
  7654. }
  7655.  
  7656. achievement_sworn_fealty = {
  7657. id = 250
  7658. visible = {
  7659. has_dlc = "Cradle of Civilization"
  7660. }
  7661. possible = {
  7662. NOT = { num_of_custom_nations = 1 }
  7663. normal_province_values = yes
  7664. ironman = yes
  7665. start_date = 1444.11.11
  7666. culture_group = turko_semitic
  7667. NOT = { primary_culture = turkish }
  7668. government = tribal_federation
  7669.  
  7670. }
  7671. happened = {
  7672. tag = ARB
  7673. tribal_allegiance = 100
  7674. }
  7675. }
  7676.  
  7677. achievement_parisian_pasha = {
  7678. id = 251
  7679. visible = {
  7680. government = ottoman_government
  7681. has_dlc = "Cradle of Civilization"
  7682. }
  7683. possible = {
  7684. NOT = { num_of_custom_nations = 1 }
  7685. normal_province_values = yes
  7686. ironman = yes
  7687. start_date = 1444.11.11
  7688. }
  7689. provinces_to_highlight = {
  7690. province_id = 183
  7691. has_pasha = no
  7692. }
  7693. happened = {
  7694. 183 = {
  7695. has_pasha = yes
  7696. }
  7697. }
  7698. }
  7699.  
  7700. achievement_multiculturalism = {
  7701. id = 252
  7702. possible = {
  7703. normal_province_values = yes
  7704. ironman = yes
  7705. start_date = 1444.11.11
  7706. NOT = { num_of_custom_nations = 2 }
  7707. NOT = { nation_designer_points = 202 }
  7708. }
  7709. happened = {
  7710. num_of_different_religions_in_court = 4
  7711. num_of_different_cultures_in_court = 4
  7712. }
  7713. }
  7714.  
  7715. achievement_narcissism = {
  7716. id = 253
  7717. visible = {
  7718. has_dlc = "Cradle of Civilization"
  7719. }
  7720. possible = {
  7721. normal_province_values = yes
  7722. ironman = yes
  7723. start_date = 1444.11.11
  7724. }
  7725. happened = {
  7726. any_army = {
  7727. general_with_steam_name = yes
  7728. }
  7729. custom_trigger_tooltip = {
  7730. tooltip = general_with_steam_name_won_battle_tt
  7731. has_country_flag = general_with_steam_name_won_battle
  7732. }
  7733. }
  7734. }
  7735.  
  7736.  
  7737. achievement_levant_turnabout = {
  7738. id = 254
  7739. visible = {
  7740. has_dlc = "Cradle of Civilization"
  7741. }
  7742. possible = {
  7743. normal_province_values = yes
  7744. ironman = yes
  7745. start_date = 1444.11.11
  7746. NOT = { num_of_custom_nations = 1 }
  7747. tag = MAM
  7748. }
  7749. provinces_to_highlight = {
  7750. OR = {
  7751. province_id = 149
  7752. province_id = 151
  7753. province_id = 317
  7754. province_id = 326
  7755. }
  7756. OR = {
  7757. NOT = { owned_by = ROOT }
  7758. NOT = { is_core = ROOT }
  7759. }
  7760. }
  7761. happened = {
  7762. army_professionalism = 1
  7763. NOT = { exists = TUR }
  7764. owns_core_province = 149 #Edirne
  7765. owns_core_province = 151 #Constantinople
  7766. owns_core_province = 317 #Hudavendigar
  7767. owns_core_province = 326 #Ankara
  7768. }
  7769. }
  7770.  
  7771. achievement_cowardly_tactics = {
  7772. id = 255
  7773. visible = {
  7774. has_dlc = "Cradle of Civilization"
  7775. }
  7776. possible = {
  7777. normal_province_values = yes
  7778. ironman = yes
  7779. start_date = 1444.11.11
  7780. }
  7781. happened = {
  7782. any_owned_province = {
  7783. has_terrain = mountain
  7784. has_supply_depot = ROOT
  7785. controlled_by = ROOT
  7786. trade_goods = livestock
  7787. fort_level = 2
  7788. }
  7789. }
  7790. }
  7791.  
  7792. achievement_home_and_away = {
  7793. id = 256
  7794. visible = {
  7795. OR = {
  7796. owns = 373 # Dublin
  7797. owns = 241 # Cardiff
  7798. owns = 248 # Edinburgh
  7799. owns = 118 # Rome
  7800. owns = 183 # Paris
  7801. owns = 236 # London
  7802. }
  7803. }
  7804. possible = {
  7805. normal_province_values = yes
  7806. ironman = yes
  7807. start_date = 1444.11.11
  7808. NOT = { num_of_custom_nations = 1 }
  7809. normal_or_historical_nations = yes
  7810. }
  7811. provinces_to_highlight = {
  7812. OR = {
  7813. province_id = 373
  7814. province_id = 241
  7815. province_id = 248
  7816. province_id = 118
  7817. province_id = 183
  7818. province_id = 236
  7819. }
  7820. NOT = { owned_by = ROOT }
  7821. }
  7822. happened = {
  7823. owns = 373 # Dublin
  7824. owns = 241 # Cardiff
  7825. owns = 248 # Edinburgh
  7826. owns = 118 # Rome
  7827. owns = 183 # Paris
  7828. owns = 236 # London
  7829. tag = WLS
  7830. }
  7831. }
  7832.  
  7833. achievement_sleepless_in_seattle = {
  7834. id = 257
  7835. possible = {
  7836. normal_province_values = yes
  7837. ironman = yes
  7838. start_date = 1444.11.11
  7839. normal_or_historical_nations = yes
  7840. NOT = { num_of_custom_nations = 1 }
  7841. }
  7842. provinces_to_highlight = {
  7843. trade_goods = coffee
  7844. }
  7845. happened = {
  7846. coffee = 10
  7847. capital = 2485 # Chehalis
  7848. }
  7849. }
  7850.  
  7851. achievement_sun_invasion = {
  7852. id = 258
  7853. visible = {
  7854. tag = MAS
  7855. }
  7856. possible = {
  7857. normal_province_values = yes
  7858. ironman = yes
  7859. start_date = 1444.11.11
  7860. NOT = { num_of_custom_nations = 1 }
  7861. normal_or_historical_nations = yes
  7862. }
  7863. provinces_to_highlight = {
  7864. OR = {
  7865. province_id = 2628
  7866. province_id = 852
  7867. province_id = 2626
  7868. province_id = 853
  7869. }
  7870. OR = {
  7871. NOT = { is_core = ROOT }
  7872. NOT = { owned_by = ROOT }
  7873. }
  7874. }
  7875. happened = {
  7876. owns_core_province = 2628 # Tepeacac
  7877. owns_core_province = 852 # Mexico
  7878. owns_core_province = 2626 # Tullucan
  7879. owns_core_province = 853 # Huastec
  7880. tag = MAS
  7881. }
  7882. }
  7883.  
  7884. achievement_empire_of_mann = {
  7885. id = 259
  7886. possible = {
  7887. normal_province_values = yes
  7888. ironman = yes
  7889. start_date = 1444.11.11
  7890. is_random_new_world = no
  7891. NOT = { num_of_custom_nations = 1 }
  7892. normal_or_historical_nations = yes
  7893. }
  7894. provinces_to_highlight = {
  7895. province_is_on_an_island = yes
  7896. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  7897. }
  7898. happened = {
  7899. tag = KOI
  7900. custom_trigger_tooltip = {
  7901. tooltip = island_provinces_tooltip
  7902. owns_all_islands = yes
  7903. }
  7904. }
  7905. }
  7906.  
  7907. achievement_dude_where_s_my_boat = {
  7908. id = 260
  7909. visible = {
  7910. has_dlc = "Rule Britannia"
  7911. }
  7912. possible = {
  7913. normal_or_historical_nations = yes
  7914. normal_province_values = yes
  7915. ironman = yes
  7916. start_date = 1444.11.11
  7917. NOT = { num_of_custom_nations = 2 }
  7918. NOT = { nation_designer_points = 202 }
  7919. }
  7920.  
  7921. happened = {
  7922. num_of_captured_ships_with_boarding_doctrine = 20
  7923. }
  7924. }
  7925.  
  7926. achievement_industrial_powerhouse = {
  7927. id = 261
  7928. visible = {
  7929. has_dlc = "Rule Britannia"
  7930. }
  7931. possible = {
  7932. normal_or_historical_nations = yes
  7933. normal_province_values = yes
  7934. ironman = yes
  7935. start_date = 1444.11.11
  7936. NOT = { num_of_custom_nations = 2 }
  7937. NOT = { nation_designer_points = 202 }
  7938. }
  7939.  
  7940. provinces_to_highlight = {
  7941. trade_goods = coal
  7942. NOT = { has_building = furnace }
  7943. owned_by = ROOT
  7944. }
  7945.  
  7946. happened = {
  7947. furnace = 10
  7948. }
  7949. }
  7950.  
  7951. achievement_chop_chop = {
  7952. id = 262
  7953. visible = {
  7954. has_dlc = "Rule Britannia"
  7955. has_dlc = "Rights of Man"
  7956. }
  7957. possible = {
  7958. normal_or_historical_nations = yes
  7959. normal_province_values = yes
  7960. ironman = yes
  7961. start_date = 1444.11.11
  7962. NOT = { num_of_custom_nations = 2 }
  7963. NOT = { nation_designer_points = 202 }
  7964. }
  7965. happened = {
  7966. custom_trigger_tooltip = {
  7967. tooltip = chop_chop.tooltip
  7968. num_of_consorts = 6
  7969. }
  7970. }
  7971. }
  7972.  
  7973. achievement_bright_spark = {
  7974. id = 263
  7975. visible = {
  7976. has_dlc = "Rule Britannia"
  7977. }
  7978. possible = {
  7979. normal_or_historical_nations = yes
  7980. normal_province_values = yes
  7981. ironman = yes
  7982. start_date = 1444.11.11
  7983. NOT = { num_of_custom_nations = 2 }
  7984. NOT = { nation_designer_points = 202 }
  7985. }
  7986. happened = {
  7987. innovativeness = 50
  7988. }
  7989. }
  7990.  
  7991. achievement_anglophile = {
  7992. id = 264
  7993. visible = {
  7994. has_dlc = "Rule Britannia"
  7995. culture_group = british
  7996. is_random_new_world = no
  7997. }
  7998. possible = {
  7999. normal_or_historical_nations = yes
  8000. normal_province_values = yes
  8001. is_random_new_world = no
  8002. ironman = yes
  8003. start_date = 1444.11.11
  8004. NOT = { num_of_custom_nations = 1 }
  8005. culture_group = british
  8006. }
  8007.  
  8008. happened = {
  8009. custom_trigger_tooltip = {
  8010. tooltip = anglophile.tooltip
  8011. mission_completed = eng_mighty_army
  8012. mission_completed = conquer_ireland
  8013. mission_completed = conquer_scotland
  8014. mission_completed = eng_war_france
  8015. mission_completed = eng_reclaim_arm_paris
  8016. mission_completed = vassalize_france
  8017. mission_completed = eng_discover_america_caribbean
  8018. mission_completed = english_colony_in_north_america
  8019. mission_completed = english_colony_in_the_carribean
  8020. mission_completed = england_discovers_india
  8021. mission_completed = england_discovers_australia
  8022. mission_completed = eng_mighty_navy
  8023. mission_completed = eng_rb_take_gibraltar
  8024. mission_completed = eng_rb_take_baleares
  8025. mission_completed = eng_rb_take_mediterranean_islands
  8026. mission_completed = eng_rb_take_delta
  8027. mission_completed = eng_rb_take_bahari
  8028. mission_completed = eng_rb_war_of_roses
  8029. mission_completed = eng_rb_control_state_religion
  8030. mission_completed = eng_rb_empire_status
  8031. mission_completed = eng_rb_conquer_burgundy
  8032. mission_completed = eng_rb_canada
  8033. mission_completed = eng_rb_trade_value
  8034. mission_completed = eng_rb_universities
  8035. mission_completed = eng_rb_coal
  8036. mission_completed = eng_rb_furnaces
  8037. mission_completed = eng_rb_brittany
  8038. mission_completed = eng_rb_angevin
  8039. mission_completed = eng_rb_hre_electors
  8040. mission_completed = eng_rb_hre_emperor
  8041. mission_completed = eng_rb_spice_islands
  8042. mission_completed = gbr_rb_india_landfall
  8043. mission_completed = gbr_rb_india_coast
  8044. mission_completed = gbr_rb_india_landgrab
  8045. mission_completed = gbr_rb_india_princedoms
  8046. mission_completed = eng_rb_take_shetland_and_faro_isles
  8047. mission_completed = eng_rb_greenland
  8048. mission_completed = eng_rb_own_thirteen_colonies
  8049. mission_completed = eng_establish_trade_in_home_cot_gb
  8050. mission_completed = eng_hanseatic_one
  8051. mission_completed = eng_hanseatic_two
  8052. }
  8053. }
  8054. }
  8055.  
  8056. achievement_philippine_tiger = {
  8057. id = 265
  8058.  
  8059. visible = {
  8060. tag = CEB
  8061. }
  8062.  
  8063. possible = {
  8064. normal_or_historical_nations = yes
  8065. normal_province_values = yes
  8066. ironman = yes
  8067. start_date = 1444.11.11
  8068. NOT = { num_of_custom_nations = 1 }
  8069. }
  8070.  
  8071. provinces_to_highlight = {
  8072. OR = {
  8073. region = coromandel_region
  8074. area = kerala_area
  8075. area = mysore_area
  8076. area = rayalaseema_area
  8077. area = orissa_area
  8078. area = west_bengal_area
  8079. area = east_bengal_area
  8080. area = arakan_area
  8081. area = lower_burma_area
  8082. area = north_tenasserim_area
  8083. area = tenasserim_area
  8084. area = malaya_area
  8085. area = malacca_area
  8086. area = central_thai_area
  8087. area = kalimantan_area
  8088. area = north_sumatra_area
  8089. area = batak_area
  8090. area = minangkabau_area
  8091. area = west_java_area
  8092. area = south_sumatra_area
  8093. province_id = 604
  8094. province_id = 2029
  8095. province_id = 2380
  8096. province_id = 2379
  8097. province_id = 2377
  8098. province_id = 2376
  8099. }
  8100. NOT = { country_or_non_sovereign_subject_holds = ROOT }
  8101. }
  8102.  
  8103. happened = {
  8104. coromandel_region = {
  8105. type = all
  8106. country_or_non_sovereign_subject_holds = ROOT
  8107. }
  8108. kerala_area = {
  8109. type = all
  8110. country_or_non_sovereign_subject_holds = ROOT
  8111. }
  8112. mysore_area = {
  8113. type = all
  8114. country_or_non_sovereign_subject_holds = ROOT
  8115. }
  8116. rayalaseema_area = {
  8117. type = all
  8118. country_or_non_sovereign_subject_holds = ROOT
  8119. }
  8120. orissa_area = {
  8121. type = all
  8122. country_or_non_sovereign_subject_holds = ROOT
  8123. }
  8124. west_bengal_area = {
  8125. type = all
  8126. country_or_non_sovereign_subject_holds = ROOT
  8127. }
  8128. east_bengal_area = {
  8129. type = all
  8130. country_or_non_sovereign_subject_holds = ROOT
  8131. }
  8132. arakan_area = {
  8133. type = all
  8134. country_or_non_sovereign_subject_holds = ROOT
  8135. }
  8136. lower_burma_area = {
  8137. type = all
  8138. country_or_non_sovereign_subject_holds = ROOT
  8139. }
  8140. north_tenasserim_area = {
  8141. type = all
  8142. country_or_non_sovereign_subject_holds = ROOT
  8143. }
  8144. tenasserim_area = {
  8145. type = all
  8146. country_or_non_sovereign_subject_holds = ROOT
  8147. }
  8148. malaya_area = {
  8149. type = all
  8150. country_or_non_sovereign_subject_holds = ROOT
  8151. }
  8152. malacca_area = {
  8153. type = all
  8154. country_or_non_sovereign_subject_holds = ROOT
  8155. }
  8156. central_thai_area = {
  8157. type = all
  8158. country_or_non_sovereign_subject_holds = ROOT
  8159. }
  8160. kalimantan_area = {
  8161. type = all
  8162. country_or_non_sovereign_subject_holds = ROOT
  8163. }
  8164. north_sumatra_area = {
  8165. type = all
  8166. country_or_non_sovereign_subject_holds = ROOT
  8167. }
  8168. batak_area = {
  8169. type = all
  8170. country_or_non_sovereign_subject_holds = ROOT
  8171. }
  8172. minangkabau_area = {
  8173. type = all
  8174. country_or_non_sovereign_subject_holds = ROOT
  8175. }
  8176. west_java_area = {
  8177. type = all
  8178. country_or_non_sovereign_subject_holds = ROOT
  8179. }
  8180. south_sumatra_area = {
  8181. type = all
  8182. country_or_non_sovereign_subject_holds = ROOT
  8183. }
  8184. 2379 = {
  8185. country_or_non_sovereign_subject_holds = ROOT
  8186. }
  8187. 604 = {
  8188. country_or_non_sovereign_subject_holds = ROOT
  8189. }
  8190. 2380 = {
  8191. country_or_non_sovereign_subject_holds = ROOT
  8192. }
  8193. 2376 = {
  8194. country_or_non_sovereign_subject_holds = ROOT
  8195. }
  8196. 2377 = {
  8197. country_or_non_sovereign_subject_holds = ROOT
  8198. }
  8199. 2029 = {
  8200. country_or_non_sovereign_subject_holds = ROOT
  8201. }
  8202. tag = CEB
  8203. }
  8204. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement