Advertisement
Guest User

pop_types.txt

a guest
Jun 16th, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.04 KB | Gaming | 0 0
  1. #general promote mtth, same for all pops
  2. promotion_chance = {
  3. factor = 0.25
  4. group = {
  5. modifier = {
  6. factor = 0.02
  7. literacy = 0.05
  8. strata = middle
  9. }
  10. modifier = {
  11. factor = 0.02
  12. literacy = 0.1
  13. strata = middle
  14. }
  15. modifier = {
  16. factor = 0.01
  17. literacy = 0.15
  18. strata = middle
  19. }
  20. modifier = {
  21. factor = 0.01
  22. literacy = 0.2
  23. strata = middle
  24. }
  25. modifier = {
  26. factor = 0.01
  27. literacy = 0.25
  28. strata = middle
  29. }
  30. modifier = {
  31. factor = 0.01
  32. literacy = 0.3
  33. strata = middle
  34. }
  35. modifier = {
  36. factor = 0.01
  37. literacy = 0.35
  38. strata = middle
  39. }
  40. modifier = {
  41. factor = 0.01
  42. literacy = 0.4
  43. strata = middle
  44. }
  45. modifier = {
  46. factor = 0.01
  47. literacy = 0.45
  48. strata = middle
  49. }
  50. modifier = {
  51. factor = 0.01
  52. literacy = 0.5
  53. strata = middle
  54. }
  55. modifier = {
  56. factor = 0.01
  57. literacy = 0.55
  58. strata = middle
  59. }
  60. modifier = {
  61. factor = 0.01
  62. literacy = 0.6
  63. strata = middle
  64. }
  65. modifier = {
  66. factor = 0.01
  67. literacy = 0.65
  68. strata = middle
  69. }
  70. modifier = {
  71. factor = 0.01
  72. literacy = 0.7
  73. strata = middle
  74. }
  75. modifier = {
  76. factor = 0.01
  77. literacy = 0.75
  78. strata = middle
  79. }
  80. modifier = {
  81. factor = 0.01
  82. literacy = 0.8
  83. strata = middle
  84. }
  85. modifier = {
  86. factor = 0.01
  87. literacy = 0.85
  88. strata = middle
  89. }
  90. modifier = {
  91. factor = 0.01
  92. literacy = 0.9
  93. strata = middle
  94. }
  95. modifier = {
  96. factor = 0.01
  97. literacy = 0.95
  98. strata = middle
  99. }
  100. }
  101.  
  102. group = {
  103. modifier = {
  104. factor = -0.05
  105. militancy = 7
  106. }
  107. modifier = {
  108. factor = -0.05
  109. militancy = 8
  110. }
  111. modifier = {
  112. factor = -0.05
  113. militancy = 9
  114. }
  115. }
  116.  
  117. group = {
  118. modifier = {
  119. factor = 0.1
  120. life_needs = 0.7
  121. strata = poor
  122. }
  123. modifier = {
  124. factor = 0.1
  125. life_needs = 0.8
  126. }
  127. modifier = {
  128. factor = 0.1
  129. life_needs = 0.9
  130. }
  131. }
  132.  
  133. modifier = {
  134. factor = -0.1
  135. state_scope = { is_colonial = yes }
  136. }
  137.  
  138. group = {
  139. modifier = {
  140. factor = -0.1
  141. not = { culture = this }
  142. }
  143. modifier = {
  144. factor = -0.1
  145. is_state_religion = no
  146. }
  147. }
  148. modifier = {
  149. factor = -0.05
  150. country = {
  151. OR = {
  152. debt_law = serfdom
  153. has_country_flag = serfdom_not_abolished
  154. }
  155. }
  156. }
  157. group = {
  158. modifier = {
  159. factor = 0.8
  160. country = {
  161. has_country_flag = enslaving_minorities
  162. }
  163. not = { culture = this }
  164. }
  165. modifier = {
  166. factor = 1.4
  167. country = {
  168. has_country_flag = enslaving_minorities2
  169. }
  170. not = { culture = this }
  171. }
  172. }
  173. modifier = {
  174. factor = -100
  175. location = { NOT = { controlled_by = owner } }
  176. }
  177. group = {
  178. modifier = {
  179. factor = 0.1
  180. luxury_needs = 1
  181. not = { life_needs = 0.7 }
  182. everyday_needs = 1
  183. strata = poor
  184. country = { civilized = yes }
  185. }
  186. modifier = {
  187. factor = 0.4
  188. state_scope = { is_colonial = no }
  189. }
  190. modifier = {
  191. factor = 0.3
  192. NOT = {
  193. has_pop_culture = african_minor
  194. has_pop_culture = aborigine
  195. }
  196. }
  197. }
  198. group = {
  199. modifier = {
  200. factor = 0.1
  201. luxury_needs = 1
  202. not = { life_needs = 0.7 }
  203. everyday_needs = 1
  204. literacy = 0.3
  205. strata = poor
  206. }
  207. modifier = {
  208. factor = 0.1
  209. literacy = 0.5
  210. }
  211. modifier = {
  212. factor = 0.1
  213. literacy = 0.7
  214. }
  215. modifier = {
  216. factor = 0.1
  217. literacy = 0.9
  218. }
  219. }
  220. }
  221.  
  222. demotion_chance = {
  223. factor = 1
  224.  
  225. group = {
  226. modifier = {
  227. factor = -0.1
  228. not = { culture = this }
  229. strata = poor
  230. }
  231. modifier = {
  232. factor = -0.1
  233. is_state_religion = no
  234. strata = poor
  235. }
  236. }
  237.  
  238. group = {
  239. modifier = {
  240. factor = 0.8
  241. country = {
  242. has_country_flag = enslaving_minorities
  243. }
  244. not = { culture = this }
  245. }
  246. modifier = {
  247. factor = 1.4
  248. country = {
  249. has_country_flag = enslaving_minorities2
  250. }
  251. not = { culture = this }
  252. }
  253. }
  254.  
  255. modifier = {
  256. factor = -0.1
  257. state_scope = { is_colonial = yes }
  258. strata = poor
  259. }
  260. modifier = {
  261. factor = -0.05
  262. country = {
  263. OR = {
  264. debt_law = serfdom
  265. has_country_flag = serfdom_not_abolished
  266. }
  267. }
  268. }
  269. group = {
  270. modifier = {
  271. factor = -0.01
  272. not = { literacy = 0.95 }
  273. }
  274. modifier = {
  275. factor = -0.01
  276. not = { literacy = 0.9 }
  277. }
  278. modifier = {
  279. factor = -0.01
  280. not = { literacy = 0.85 }
  281. }
  282. modifier = {
  283. factor = -0.01
  284. not = { literacy = 0.8 }
  285. }
  286. modifier = {
  287. factor = -0.01
  288. not = { literacy = 0.75 }
  289. }
  290. modifier = {
  291. factor = -0.01
  292. not = { literacy = 0.7 }
  293. }
  294. modifier = {
  295. factor = -0.01
  296. not = { literacy = 0.65 }
  297. }
  298. modifier = {
  299. factor = -0.01
  300. not = { literacy = 0.6 }
  301. }
  302. modifier = {
  303. factor = -0.01
  304. not = { literacy = 0.55 }
  305. }
  306. modifier = {
  307. factor = -0.01
  308. not = { literacy = 0.5 }
  309. }
  310. modifier = {
  311. factor = -0.01
  312. not = { literacy = 0.45 }
  313. }
  314. modifier = {
  315. factor = -0.01
  316. not = { literacy = 0.4 }
  317. }
  318. modifier = {
  319. factor = -0.01
  320. not = { literacy = 0.35 }
  321. }
  322. modifier = {
  323. factor = -0.01
  324. not = { literacy = 0.3 }
  325. }
  326. modifier = {
  327. factor = -0.01
  328. not = { literacy = 0.25 }
  329. }
  330. modifier = {
  331. factor = -0.01
  332. not = { literacy = 0.2 }
  333. }
  334. modifier = {
  335. factor = -0.02
  336. not = { literacy = 0.15 }
  337. }
  338. modifier = {
  339. factor = -0.01
  340. not = { literacy = 0.1 }
  341. }
  342. modifier = {
  343. factor = -0.01
  344. not = { literacy = 0.05 }
  345. }
  346. }
  347. group = {
  348. modifier = {
  349. factor = 0.1
  350. not = { life_needs = 0.9 }
  351. }
  352. modifier = {
  353. factor = 0.1
  354. not = { life_needs = 0.8 }
  355. }
  356. modifier = {
  357. factor = 0.1
  358. not = { life_needs = 0.7 }
  359. }
  360. }
  361. modifier = {
  362. factor = -0.1
  363. not = { consciousness = 4 }
  364. strata = poor
  365. }
  366.  
  367.  
  368. group = {
  369. modifier = {
  370. factor = 0.1
  371. not = { luxury_needs = 1 }
  372. }
  373. modifier = {
  374. factor = 0.1
  375. not = { luxury_needs = 0.9 }
  376. }
  377. }
  378. modifier = {
  379. factor = 0.5
  380. strata = middle
  381. state_scope = { is_colonial = yes }
  382. not = { culture = this }
  383. }
  384. group = {
  385. modifier = {
  386. factor = -0.1
  387. everyday_needs = 0.7
  388. strata = middle
  389. state_scope = { is_colonial = no }
  390. }
  391. modifier = {
  392. factor = -0.1
  393. everyday_needs = 0.8
  394. strata = middle
  395. state_scope = { is_colonial = no }
  396. }
  397. modifier = {
  398. factor = -0.1
  399. everyday_needs = 0.9
  400. strata = middle
  401. state_scope = { is_colonial = no }
  402. }
  403. }
  404. group = {
  405. modifier = {
  406. factor = 0.5
  407. not = { life_needs = 0.3 }
  408. strata = middle
  409. }
  410. modifier = {
  411. factor = 0.5
  412. not = { life_needs = 0.2 }
  413. strata = middle
  414. }
  415. modifier = {
  416. factor = 0.5
  417. not = { life_needs = 0.1 }
  418. strata = middle
  419. }
  420. }
  421. modifier = {
  422. factor = 0.2
  423. not = { life_needs = 0.1 }
  424. strata = middle
  425. }
  426. group = {
  427. modifier = {
  428. factor = 0.1
  429. unemployment = 0.1
  430. }
  431. modifier = {
  432. factor = 0.4
  433. unemployment = 0.2
  434. }
  435. modifier = {
  436. factor = 0.5
  437. unemployment = 0.3
  438. location = { controlled_by = owner }
  439. }
  440. modifier = {
  441. factor = 1.0
  442. unemployment = 0.5
  443. location = { controlled_by = owner }
  444. }
  445. modifier = {
  446. factor = 1.5
  447. unemployment = 0.75
  448. location = { controlled_by = owner }
  449. }
  450.  
  451. }
  452. modifier = {
  453. factor = -100
  454. location = { NOT = { controlled_by = owner } }
  455. }
  456. group = {
  457. modifier = {
  458. factor = 0.2
  459. luxury_needs = 1
  460. not = { life_needs = 0.7 }
  461. everyday_needs = 1
  462. strata = poor
  463. country = { civilized = yes }
  464. }
  465. modifier = {
  466. factor = 0.4
  467. state_scope = { is_colonial = no }
  468. }
  469. modifier = {
  470. factor = 0.3
  471. NOT = {
  472. has_pop_culture = african_minor
  473. has_pop_culture = aborigine
  474. }
  475. }
  476. }
  477. group = {
  478. modifier = {
  479. factor = 0.1
  480. luxury_needs = 1
  481. not = { life_needs = 0.7 }
  482. everyday_needs = 1
  483. literacy = 0.3
  484. strata = poor
  485. }
  486. modifier = {
  487. factor = 0.1
  488. literacy = 0.5
  489. }
  490. modifier = {
  491. factor = 0.1
  492. literacy = 0.7
  493. }
  494. modifier = {
  495. factor = 0.1
  496. literacy = 0.9
  497. }
  498. }
  499. }
  500.  
  501. #general migration chance mtth, same for all pops
  502. migration_chance = {
  503. factor = 1
  504.  
  505. group = {
  506. modifier = {
  507. factor = -0.1
  508. not = { consciousness = 8 }
  509. }
  510. modifier = {
  511. factor = -0.1
  512. not = { consciousness = 7 }
  513. }
  514. modifier = {
  515. factor = -0.1
  516. not = { consciousness = 6 }
  517. }
  518. }
  519.  
  520. modifier = {
  521. factor = -6.0
  522. state_scope = { is_colonial = yes }
  523. }
  524.  
  525. group = {
  526. modifier = {
  527. factor = 0.1
  528. not = { life_needs = 0.9 }
  529. not = { everyday_needs = 0.1 }
  530. not = { luxury_needs = 0.1 }
  531. }
  532. modifier = {
  533. factor = 0.1
  534. not = { life_needs = 0.8 }
  535. not = { everyday_needs = 0.1 }
  536. not = { luxury_needs = 0.1 }
  537. }
  538. modifier = {
  539. factor = 0.1
  540. not = { life_needs = 0.7 }
  541. not = { everyday_needs = 0.1 }
  542. not = { luxury_needs = 0.1 }
  543. }
  544. modifier = {
  545. factor = 0.1
  546. not = { life_needs = 0.5 }
  547. not = { everyday_needs = 0.1 }
  548. not = { luxury_needs = 0.1 }
  549. }
  550. }
  551. modifier = {
  552. factor = -0.4
  553. is_primary_culture = no
  554. is_accepted_culture = no
  555. OR = {
  556. has_pop_culture = african_minor
  557. THIS = { is_culture_group = south_slavic}
  558. THIS = { is_culture_group = pan_albanian }
  559. THIS = { is_culture_group = levantine }
  560. THIS = { is_culture_group = jewish_cultures }
  561. THIS = { is_culture_group = baltic }
  562. THIS = { is_culture_group = pan_romanian }
  563. has_pop_culture = azerbaijani
  564. has_pop_culture = basque
  565. has_pop_culture = polish
  566. }
  567. }
  568. modifier = {
  569. factor = -0.3
  570. state_scope = {
  571. has_factories = yes
  572. }
  573. }
  574. group = {
  575. modifier = {
  576. factor = 0.3
  577. OR = {
  578. NOT = { strata = poor location = { controlled_by = owner } }
  579. unemployment = 0.1
  580. }
  581. }
  582. modifier = {
  583. factor = 0.3
  584. unemployment = 0.2
  585. }
  586. modifier = {
  587. factor = 0.3
  588. unemployment = 0.3
  589. }
  590. modifier = {
  591. factor = 0.3
  592. unemployment = 0.4
  593. location = { controlled_by = owner }
  594. }
  595. modifier = {
  596. factor = 0.3
  597. unemployment = 0.5
  598. location = { controlled_by = owner }
  599. }
  600. modifier = {
  601. factor = 0.3
  602. unemployment = 0.6
  603. location = { controlled_by = owner }
  604. }
  605. modifier = {
  606. factor = 0.3
  607. unemployment = 0.8
  608. location = { controlled_by = owner }
  609. }
  610. }
  611. modifier = {
  612. factor = -5
  613. luxury_needs = 1
  614. not = { life_needs = 0.7 }
  615. everyday_needs = 1
  616. strata = poor
  617. }
  618. }
  619.  
  620. #general colonial migration mtth, same for all pops
  621. colonialmigration_chance = {
  622. factor = 0.25
  623.  
  624. modifier = {
  625. factor = -0.7
  626. not = { culture = this }
  627. }
  628.  
  629. group = {
  630. modifier = {
  631. factor = -0.1
  632. not = { consciousness = 8 }
  633. }
  634. modifier = {
  635. factor = -0.1
  636. not = { consciousness = 7 }
  637. }
  638. modifier = {
  639. factor = -0.1
  640. not = { consciousness = 6 }
  641. }
  642. }
  643. modifier = {
  644. factor = -2
  645. state_scope = { is_colonial = yes }
  646. OR = {
  647. is_primary_culture = yes
  648. is_accepted_culture = yes
  649. }
  650. }
  651. modifier = {
  652. factor = -10
  653. NOT = { location = { controlled_by = owner } }
  654. }
  655.  
  656. modifier = {
  657. factor = -0.3
  658. NOT = { year = 1880 }
  659. OR = {
  660. THIS = { is_culture_group = south_asian }
  661. has_pop_culture = asian_minor
  662. }
  663. }
  664.  
  665. group = {
  666. modifier = {
  667. factor = 0.1
  668. not = { life_needs = 0.9 }
  669. not = { everyday_needs = 0.1 }
  670. not = { luxury_needs = 0.1 }
  671. }
  672. modifier = {
  673. factor = 0.1
  674. not = { life_needs = 0.8 }
  675. not = { everyday_needs = 0.1 }
  676. not = { luxury_needs = 0.1 }
  677. }
  678. modifier = {
  679. factor = 0.1
  680. not = { life_needs = 0.7 }
  681. not = { everyday_needs = 0.1 }
  682. not = { luxury_needs = 0.1 }
  683. }
  684. modifier = {
  685. factor = 0.1
  686. not = { life_needs = 0.5 }
  687. not = { everyday_needs = 0.1 }
  688. not = { luxury_needs = 0.1 }
  689. state_scope = { is_colonial = yes }
  690. }
  691. }
  692.  
  693. modifier = {
  694. factor = -0.3
  695. state_scope = { has_factories = yes }
  696. }
  697.  
  698. modifier = {
  699. factor = 0.4
  700. country = { penal_system = colonial_transportation }
  701. state_scope = { is_colonial = no }
  702. }
  703. modifier = {
  704. factor = 0.1
  705. country = { has_country_flag = penal_colonies }
  706. }
  707. group = {
  708. modifier = {
  709. factor = 0.3
  710. unemployment = 0.1
  711. }
  712. modifier = {
  713. factor = 0.2
  714. unemployment = 0.2
  715. }
  716. modifier = {
  717. factor = 0.2
  718. unemployment = 0.3
  719. }
  720. modifier = {
  721. factor = 0.3
  722. unemployment = 0.4
  723. location = { controlled_by = owner }
  724. state_scope = { is_colonial = yes }
  725. }
  726. modifier = {
  727. factor = 0.3
  728. unemployment = 0.5
  729. location = { controlled_by = owner }
  730. state_scope = { is_colonial = yes }
  731. }
  732. modifier = {
  733. factor = 0.3
  734. unemployment = 0.7
  735. location = { controlled_by = owner }
  736. state_scope = { is_colonial = yes }
  737. }
  738. modifier = {
  739. factor = 0.3
  740. unemployment = 0.9
  741. location = { controlled_by = owner }
  742. state_scope = { is_colonial = yes }
  743. }
  744. }
  745. modifier = {
  746. factor = -5
  747. luxury_needs = 1
  748. not = { life_needs = 0.7 }
  749. everyday_needs = 1
  750. strata = poor
  751. }
  752. }
  753.  
  754. #general emigration chance
  755. emigration_chance = {
  756. factor = 0.5
  757.  
  758. group = {
  759.  
  760. modifier = {
  761. factor = 0.2
  762. militancy = 5
  763. }
  764. modifier = {
  765. factor = 0.2
  766. militancy = 6
  767. }
  768. modifier = {
  769. factor = 0.2
  770. militancy = 7
  771. }
  772. modifier = {
  773. factor = 0.2
  774. militancy = 8
  775. }
  776. modifier = {
  777. factor = 0.2
  778. militancy = 9
  779. }
  780. }
  781.  
  782. group = {
  783. modifier = {
  784. factor = -0.1
  785. not = { consciousness = 8 }
  786. }
  787. modifier = {
  788. factor = -0.1
  789. not = { consciousness = 7 }
  790. }
  791. modifier = {
  792. factor = -0.1
  793. not = { consciousness = 6 }
  794. }
  795. }
  796.  
  797. group = {
  798. modifier = {
  799. factor = 0.1
  800. not = { life_needs = 0.9 }
  801. not = { everyday_needs = 0.1 }
  802. not = { luxury_needs = 0.1 }
  803. }
  804. modifier = {
  805. factor = 0.1
  806. not = { life_needs = 0.8 }
  807. not = { everyday_needs = 0.1 }
  808. not = { luxury_needs = 0.1 }
  809. }
  810. modifier = {
  811. factor = 0.1
  812. not = { life_needs = 0.7 }
  813. not = { everyday_needs = 0.1 }
  814. not = { luxury_needs = 0.1 }
  815. }
  816. }
  817.  
  818. modifier = {
  819. factor = -0.3
  820. state_scope = {
  821. has_factories = yes
  822. }
  823. }
  824.  
  825. modifier = {
  826. factor = -0.8
  827. OR = {
  828. THIS = { is_culture_group = east_asian }
  829. THIS = { is_culture_group = south_asian }
  830. THIS = { is_culture_group = african_diaspora_cultures }
  831. THIS = { is_culture_group = jewish_cultures }
  832. THIS = { is_culture_group = southeast_asian }
  833. THIS = { is_culture_group = central_african }
  834. THIS = { is_culture_group = native_american }
  835. }
  836. }
  837.  
  838. modifier = {
  839. factor = -0.3
  840. OR = {
  841. THIS = { is_culture_group = south_slavic}
  842. THIS = { is_culture_group = pan_albanian }
  843. THIS = { is_culture_group = polish_culture_group }
  844. THIS = { is_culture_group = levantine }
  845. THIS = { is_culture_group = south_slavic}
  846. THIS = { is_culture_group = baltic }
  847. THIS = { is_culture_group = pan_romanian }
  848. has_pop_culture = basque
  849. has_pop_culture = azerbaijani
  850. has_pop_culture = boer
  851. }
  852. }
  853.  
  854. group = {
  855. modifier = {
  856. factor = 0.2
  857. unemployment = 0.1
  858. }
  859. modifier = {
  860. factor = 0.2
  861. unemployment = 0.2
  862. }
  863. modifier = {
  864. factor = 0.3
  865. unemployment = 0.3
  866. }
  867. }
  868.  
  869. modifier = {
  870. factor = -0.2
  871. agree_with_ruling_party = 0.25
  872. }
  873.  
  874. modifier = {
  875. factor = 0.1
  876. country = { religious_policy = moralism }
  877. is_state_religion = no
  878. }
  879.  
  880. modifier = {
  881. factor = 0.1
  882. NOT = { country = { citizens_rights = all_voting_pops } }
  883. not = { culture = this }
  884. }
  885.  
  886. modifier = {
  887. factor = 0.1
  888. country = { citizenship_policy = residency }
  889. not = { culture = this }
  890. }
  891. modifier = {
  892. factor = -0.2
  893. country = { has_country_flag = tanzimat_reforms_enacted }
  894. NOT = { year = 1880 }
  895. }
  896.  
  897. modifier = {
  898. factor = -0.7
  899. OR = {
  900. continent = north_america
  901. continent = south_america
  902. }
  903. }
  904.  
  905. modifier = {
  906. factor = -2.0
  907. OR = {
  908. state_scope = { is_colonial = yes }
  909. country = { civilized = no }
  910. }
  911. }
  912.  
  913. group = {
  914. modifier = {
  915. factor = -0.075
  916. country = { administration_spending = 0.1 border_policy = closed_borders }
  917. }
  918. modifier = {
  919. factor = -0.075
  920. country = { administration_spending = 0.2 border_policy = closed_borders }
  921. }
  922. modifier = {
  923. factor = -0.075
  924. country = { administration_spending = 0.3 border_policy = closed_borders }
  925. }
  926. modifier = {
  927. factor = -0.075
  928. country = { administration_spending = 0.4 border_policy = closed_borders }
  929. }
  930. modifier = {
  931. factor = -0.075
  932. country = { administration_spending = 0.5 border_policy = closed_borders }
  933. }
  934. modifier = {
  935. factor = -0.075
  936. country = { administration_spending = 0.6 border_policy = closed_borders }
  937. }
  938. modifier = {
  939. factor = -0.075
  940. country = { administration_spending = 0.7 border_policy = closed_borders }
  941. }
  942. modifier = {
  943. factor = -0.075
  944. country = { administration_spending = 0.8 border_policy = closed_borders }
  945. }
  946. modifier = {
  947. factor = -0.075
  948. country = { administration_spending = 0.9 border_policy = closed_borders }
  949. }
  950. modifier = {
  951. factor = -0.075
  952. country = { administration_spending = 0.99 border_policy = closed_borders }
  953. }
  954. }
  955.  
  956. group = {
  957. modifier = {
  958. factor = -0.075
  959. country = { military_spending = 0.1 border_policy = closed_borders }
  960. }
  961. modifier = {
  962. factor = -0.075
  963. country = { military_spending = 0.2 border_policy = closed_borders }
  964. }
  965. modifier = {
  966. factor = -0.075
  967. country = { military_spending = 0.3 border_policy = closed_borders }
  968. }
  969. modifier = {
  970. factor = -0.075
  971. country = { military_spending = 0.4 border_policy = closed_borders }
  972. }
  973. modifier = {
  974. factor = -0.075
  975. country = { military_spending = 0.5 border_policy = closed_borders }
  976. }
  977. modifier = {
  978. factor = -0.075
  979. country = { military_spending = 0.6 border_policy = closed_borders }
  980. }
  981. modifier = {
  982. factor = -0.075
  983. country = { military_spending = 0.7 border_policy = closed_borders }
  984. }
  985. modifier = {
  986. factor = -0.075
  987. country = { military_spending = 0.8 border_policy = closed_borders }
  988. }
  989. modifier = {
  990. factor = -0.075
  991. country = { military_spending = 0.9 border_policy = closed_borders }
  992. }
  993. modifier = {
  994. factor = -0.075
  995. country = { military_spending = 0.99 border_policy = closed_borders }
  996. }
  997. }
  998. modifier = {
  999. factor = -5
  1000. luxury_needs = 1
  1001. not = { life_needs = 0.7 }
  1002. everyday_needs = 1
  1003. strata = poor
  1004. }
  1005. }
  1006.  
  1007. #general assimilation mtth, same for all pops
  1008. assimilation_chance = {
  1009. factor = 1
  1010.  
  1011. group = {
  1012. modifier = {
  1013. factor = 0.1
  1014. literacy = 0.6
  1015. }
  1016. modifier = {
  1017. factor = 0.1
  1018. literacy = 0.7
  1019. }
  1020. modifier = {
  1021. factor = 0.1
  1022. literacy = 0.8
  1023. }
  1024. }
  1025.  
  1026. modifier = {
  1027. factor = -5
  1028. has_culture_core = yes
  1029. }
  1030.  
  1031. modifier = {
  1032. factor = -0.2
  1033. is_state_religion = no
  1034. }
  1035.  
  1036. modifier = {
  1037. factor = -5
  1038. has_pop_religion = jewish
  1039. NOT = { country = { has_country_flag = jewish_religion } }
  1040. }
  1041.  
  1042. group = {
  1043. modifier = {
  1044. factor = 0.2
  1045. luxury_needs = 0.1
  1046. }
  1047. modifier = {
  1048. factor = 0.2
  1049. luxury_needs = 0.3
  1050. }
  1051. modifier = {
  1052. factor = 0.2
  1053. luxury_needs = 0.5
  1054. }
  1055. modifier = {
  1056. factor = 0.2
  1057. luxury_needs = 0.7
  1058. }
  1059. modifier = {
  1060. factor = 0.2
  1061. luxury_needs = 0.9
  1062. }
  1063. }
  1064.  
  1065.  
  1066. group = {
  1067. modifier = {
  1068. factor = -0.2
  1069. militancy = 7
  1070. }
  1071. modifier = {
  1072. factor = -0.2
  1073. militancy = 8
  1074. }
  1075. modifier = {
  1076. factor = -0.2
  1077. militancy = 9
  1078. }
  1079. }
  1080.  
  1081. group = {
  1082. modifier = {
  1083. factor = 0.05
  1084. NOT = { unemployment = 0.1 }
  1085. }
  1086. modifier = {
  1087. factor = 0.05
  1088. NOT = { unemployment = 0.05 }
  1089. }
  1090. }
  1091.  
  1092. modifier = {
  1093. factor = -5
  1094. NOT = { location = { controlled_by = owner } }
  1095. }
  1096. modifier = {
  1097. factor = -1
  1098. country = { civilized = no }
  1099. }
  1100. modifier = {
  1101. factor = 0.9
  1102. OR = {
  1103. country = { capital_scope = { continent = north_america } }
  1104. country = { capital_scope = { continent = south_america } }
  1105. country = {
  1106. capital_scope = { continent = oceania }
  1107. primary_culture = british
  1108. }
  1109. }
  1110. is_accepted_culture = no
  1111. NOT = {
  1112. OR = {
  1113. is_culture_group = american_cultures
  1114. is_culture_group = neo_european_cultures
  1115. is_culture_group = central_american_cultures
  1116. is_culture_group = south_american_cultures
  1117. }
  1118. }
  1119. OR = {
  1120. location = { continent = north_america }
  1121. location = { continent = south_america }
  1122. location = { continent = oceania }
  1123. }
  1124. }
  1125. modifier = {
  1126. factor = -5
  1127. AND = {
  1128. NOT = { country = { is_culture_group = african_diaspora_cultures } }
  1129. NOT = { country = { is_culture_group = central_african } }
  1130. }
  1131. OR = {
  1132. is_culture_group = central_african
  1133. is_culture_group = african_diaspora_cultures
  1134. }
  1135. }
  1136. modifier = {
  1137. factor = -5
  1138. AND = {
  1139. NOT = { country = { is_culture_group = iranian_turanian } }
  1140. NOT = { country = { is_culture_group = central_asian } }
  1141. NOT = { country = { is_culture_group = east_asian } }
  1142. NOT = { country = { primary_culture = korean } }
  1143. }
  1144. OR = {
  1145. is_culture_group = east_asian
  1146. has_pop_culture = siberian
  1147. has_pop_culture = korean
  1148. }
  1149. }
  1150. modifier = {
  1151. factor = -5
  1152. AND = {
  1153. NOT = { country = { is_culture_group = southeast_asian } }
  1154. NOT = { country = { is_culture_group = south_asian } }
  1155. NOT = { country = { is_culture_group = oceanic } }
  1156. NOT = { country = { is_culture_group = native_american } }
  1157. }
  1158. OR = {
  1159. is_culture_group = south_asian
  1160. is_culture_group = southeast_asian
  1161. is_culture_group = oceanic
  1162. is_culture_group = native_american
  1163. }
  1164. }
  1165. modifier = {
  1166. factor = 0.1
  1167. country = {
  1168. primary_culture = dixie
  1169. }
  1170. has_pop_culture = yankee
  1171. }
  1172. modifier = {
  1173. factor = 0.1
  1174. country = {
  1175. primary_culture = nordic
  1176. }
  1177. OR = {
  1178. has_pop_culture = danish
  1179. has_pop_culture = swedish
  1180. has_pop_culture = norwegian
  1181. }
  1182. }
  1183. }
  1184. #general conversion mtth, same for all pops
  1185. conversion_chance = {
  1186. factor = 0.1
  1187.  
  1188.  
  1189. modifier = {
  1190. factor = -100
  1191. NOT = { location = { controlled_by = owner } }
  1192. }
  1193.  
  1194. modifier = {
  1195. factor = -1
  1196. OR = {
  1197. has_pop_religion = jewish
  1198. has_pop_religion = mormon
  1199. has_pop_religion = shiite
  1200. has_pop_religion = sunni
  1201. }
  1202. }
  1203.  
  1204. modifier = {
  1205. factor = -0.75
  1206. OR = {
  1207. country = { has_country_flag = sunni_religion }
  1208. country = { has_country_flag = shiite_religion }
  1209. country = { primary_culture = turkish }
  1210. }
  1211. OR = {
  1212. has_pop_religion = orthodox
  1213. has_pop_religion = catholic
  1214. has_pop_religion = protestant
  1215. has_pop_religion = coptic
  1216. }
  1217. has_culture_core = yes
  1218. }
  1219.  
  1220. modifier = {
  1221. factor = 0.8
  1222. has_pop_religion = animist
  1223. location = { continent = africa }
  1224. country = { civilized = yes }
  1225. }
  1226.  
  1227. modifier = {
  1228. factor = 0.3
  1229. country = { religious_policy = moralism }
  1230. }
  1231. modifier = {
  1232. factor = 0.15
  1233. country = { religious_policy = pluralism }
  1234. }
  1235. modifier = {
  1236. factor = -0.15
  1237. country = { religious_policy = secularized }
  1238. }
  1239. modifier = {
  1240. factor = -2
  1241. country = { religious_policy = pro_atheism }
  1242. }
  1243. group = {
  1244. modifier = {
  1245. factor = 0.05
  1246. unemployment = 0.1
  1247. }
  1248. modifier = {
  1249. factor = 0.05
  1250. unemployment = 0.2
  1251. }
  1252. modifier = {
  1253. factor = 0.05
  1254. unemployment = 0.3
  1255. }
  1256. }
  1257. group = {
  1258. modifier = {
  1259. factor = 0.2
  1260. not = { luxury_needs = 0.9 }
  1261. }
  1262. modifier = {
  1263. factor = 0.2
  1264. not = { luxury_needs = 0.7 }
  1265. }
  1266. modifier = {
  1267. factor = 0.2
  1268. not = { luxury_needs = 0.5 }
  1269. }
  1270. }
  1271.  
  1272. group = {
  1273. modifier = {
  1274. factor = 0.05
  1275. not = { life_needs = 0.9 }
  1276. }
  1277. modifier = {
  1278. factor = 0.05
  1279. not = { life_needs = 0.8 }
  1280. }
  1281. modifier = {
  1282. factor = 0.05
  1283. not = { life_needs = 0.7 }
  1284. }
  1285. }
  1286.  
  1287. modifier = {
  1288. factor = 0.15
  1289. not = { culture = this }
  1290. }
  1291. modifier = {
  1292. factor = 0.4
  1293. OR = {
  1294. has_pop_religion = confucian
  1295. has_pop_religion = shinto
  1296. has_pop_religion = gelugpa
  1297. has_pop_religion = mahayana
  1298. has_pop_religion = theravada
  1299. }
  1300. OR = {
  1301. location = { continent = asia }
  1302. location = { continent = europe }
  1303. }
  1304. OR = {
  1305. country = { has_country_flag = mormon_religion }
  1306. country = { has_country_flag = catholic_religion }
  1307. country = { has_country_flag = protestant_religion }
  1308. country = { has_country_flag = orthodox_religion }
  1309. country = { has_country_flag = sunni_religion }
  1310. country = { has_country_flag = shiite_religion }
  1311. country = { has_country_flag = coptic_religion }
  1312. }
  1313. }
  1314. modifier = {
  1315. factor = -1
  1316. is_primary_culture = no
  1317. is_accepted_culture = no
  1318. OR = {
  1319. has_pop_religion = confucian
  1320. has_pop_religion = shinto
  1321. has_pop_religion = gelugpa
  1322. has_pop_religion = mahayana
  1323. has_pop_religion = theravada
  1324. }
  1325. NOT = {
  1326. location = { continent = asia }
  1327. location = { continent = europe }
  1328. }
  1329. OR = {
  1330. country = { has_country_flag = mormon_religion }
  1331. country = { has_country_flag = catholic_religion }
  1332. country = { has_country_flag = protestant_religion }
  1333. country = { has_country_flag = orthodox_religion }
  1334. country = { has_country_flag = sunni_religion }
  1335. country = { has_country_flag = shiite_religion }
  1336. country = { has_country_flag = coptic_religion }
  1337. }
  1338. }
  1339. modifier = {
  1340. factor = 1.9
  1341. country = { has_country_flag = christian_arab }
  1342. or = {
  1343. is_primary_culture = yes
  1344. is_accepted_culture = yes
  1345. }
  1346. or = {
  1347. has_pop_religion = shiite
  1348. has_pop_religion = sunni
  1349. }
  1350. }
  1351. modifier = {
  1352. factor = -5
  1353. luxury_needs = 1
  1354. everyday_needs = 1
  1355. not = { life_needs = 0.7 }
  1356. strata = poor
  1357. }
  1358. }
  1359.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement