Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.75 KB | None | 0 0
  1. # DO NOT ALTER THE NAME OR NUMBER OF THESE!
  2.  
  3. succession_laws = {
  4.  
  5. succ_gavelkind = {
  6. oldest_child_opinion = -10
  7. child_opinion = 30
  8. dynasty_opinion = 10
  9. vassal_opinion = 5
  10.  
  11. potential = {
  12. holder_scope = {
  13. OR = {
  14. independent = yes
  15. NOT = {
  16. any_liege = {
  17. holy_order = yes
  18. }
  19. }
  20. }
  21. NOT = { religion_group = muslim }
  22. is_merchant_republic = no
  23. is_patrician = no
  24. }
  25. OR = {
  26. is_landless_type_title = no
  27. is_tribal_type_title = yes
  28. temporary = yes
  29. }
  30. rebel = no
  31. OR = {
  32. AND = {
  33. tier = baron
  34. OR = {
  35. is_feudal = yes
  36. is_tribal = yes
  37. }
  38. }
  39. holder_scope = { is_feudal = yes }
  40. holder_scope = { is_tribal = yes }
  41. }
  42. is_primary_type_title = no
  43. }
  44. allow = {
  45. holder_scope = {
  46. OR = {
  47. is_tribal = no
  48. NOT = { religion_group = pagan_group }
  49. }
  50. }
  51. }
  52. effect = {
  53. succession = gavelkind
  54. }
  55. revoke_allowed = {
  56. always = no
  57. }
  58. }
  59.  
  60. succ_elective_gavelkind = {
  61. child_opinion = 25
  62. dynasty_opinion = 10
  63.  
  64. potential = {
  65. holder_scope = {
  66. OR = {
  67. independent = yes
  68. NOT = {
  69. any_liege = {
  70. holy_order = yes
  71. }
  72. }
  73. }
  74. NOT = { religion_group = muslim }
  75. is_merchant_republic = no
  76. is_patrician = no
  77. }
  78. OR = {
  79. is_landless_type_title = no
  80. is_tribal_type_title = yes
  81. temporary = yes
  82. }
  83. rebel = no
  84. OR = {
  85. AND = {
  86. tier = baron
  87. OR = {
  88. is_feudal = yes
  89. is_tribal = yes
  90. }
  91. }
  92. holder_scope = { is_feudal = yes }
  93. holder_scope = { is_tribal = yes }
  94. }
  95. is_primary_type_title = no
  96. }
  97. allow = {
  98. holder_scope = { is_tribal = yes }
  99. }
  100. effect = {
  101. succession = elective_gavelkind
  102. }
  103. revoke_allowed = {
  104. always = no
  105. }
  106. }
  107.  
  108. succ_seniority = {
  109. vassal_opinion = -10
  110. oldest_child_opinion = -30
  111. child_opinion = -20
  112. dynasty_opinion = 10
  113.  
  114. potential = {
  115. holder_scope = {
  116. OR = {
  117. independent = yes
  118. NOT = {
  119. any_liege = {
  120. holy_order = yes
  121. }
  122. }
  123. }
  124. OR = {
  125. is_merchant_republic = no
  126. primary_title = {
  127. NOT = { title = PREVPREV }
  128. }
  129. }
  130.  
  131. NOT = { religion_group = muslim }
  132. NOT = { religion_group = indian_group }
  133.  
  134. OR = {
  135. NOT = { religion_group = pagan_group }
  136. is_reformed_religion = yes
  137. religion = hellenic_pagan
  138. is_patrician = yes
  139. }
  140.  
  141. OR = {
  142. is_republic = no
  143. is_patrician = yes
  144. }
  145. }
  146. OR = {
  147. is_landless_type_title = no
  148. is_tribal_type_title = yes
  149. temporary = yes
  150. }
  151. OR = {
  152. AND = {
  153. tier = baron
  154. is_feudal = yes
  155. }
  156. holder_scope = { is_feudal = yes }
  157. holder_scope = { is_patrician = yes }
  158. }
  159.  
  160. is_primary_type_title = no
  161.  
  162. OR = {
  163. NOT = { tier = baron }
  164. holder_scope = { is_patrician = yes }
  165. }
  166. }
  167.  
  168. allow = {
  169. OR = {
  170. hidden_tooltip = {
  171. has_crown_law_title = no
  172. }
  173. holder_scope = {
  174. is_patrician = yes
  175. OR = {
  176. is_merchant_republic = no
  177. PREV = {
  178. is_primary_holder_title = no
  179. }
  180. }
  181. }
  182. crownlaw_title = {
  183. OR = {
  184. has_law = crown_authority_2
  185. has_law = crown_authority_3
  186. has_law = crown_authority_4
  187. }
  188. }
  189. }
  190. }
  191.  
  192. effect = {
  193. succession = seniority
  194. }
  195. revoke_allowed = {
  196. always = no
  197. }
  198. }
  199.  
  200. succ_primogeniture = {
  201. oldest_child_opinion = 20
  202. youngest_child_opinion = -30
  203. child_opinion = -20
  204. dynasty_opinion = -5
  205. potential = {
  206. holder_scope = {
  207. OR = {
  208. independent = yes
  209. NOT = {
  210. any_liege = {
  211. holy_order = yes
  212. }
  213. }
  214. }
  215. NOT = { religion_group = muslim }
  216. OR = {
  217. NOT = { religion_group = pagan_group }
  218. is_reformed_religion = yes
  219. religion = hellenic_pagan
  220. }
  221.  
  222. is_merchant_republic = no
  223. is_patrician = no
  224. }
  225. OR = {
  226. is_landless_type_title = no
  227. is_tribal_type_title = yes
  228. temporary = yes
  229. }
  230. is_primary_type_title = no
  231. OR = {
  232. AND = {
  233. tier = baron
  234. is_feudal = yes
  235. }
  236. holder_scope = { is_feudal = yes }
  237. }
  238. }
  239. allow = {
  240. OR = {
  241. hidden_tooltip = {
  242. has_crown_law_title = no
  243. }
  244. crownlaw_title = {
  245. OR = {
  246. has_law = crown_authority_3
  247. has_law = crown_authority_4
  248. }
  249. }
  250. }
  251. }
  252.  
  253. effect = {
  254. succession = primogeniture
  255. }
  256. revoke_allowed = {
  257. always = no
  258. }
  259. }
  260.  
  261. succ_feudal_elective = {
  262. oldest_child_opinion = -30
  263. child_opinion = -10
  264. dynasty_opinion = -5
  265. vassal_opinion = 20
  266. potential = {
  267. holder_scope = {
  268. OR = {
  269. independent = yes
  270. NOT = {
  271. any_liege = {
  272. holy_order = yes
  273. }
  274. }
  275. }
  276. NOT = { religion_group = muslim }
  277. NOT = { religion_group = indian_group }
  278. is_merchant_republic = no
  279. is_patrician = no
  280.  
  281. OR = {
  282. NOT = { religion_group = pagan_group }
  283. is_reformed_religion = yes
  284. religion = hellenic_pagan
  285. }
  286. }
  287. OR = {
  288. is_landless_type_title = no
  289. is_tribal_type_title = yes
  290. temporary = yes
  291. }
  292. is_primary_type_title = no
  293. NOT = { tier = baron }
  294. OR = {
  295. AND = {
  296. tier = baron
  297. is_feudal = yes
  298. }
  299. holder_scope = { is_feudal = yes }
  300. }
  301. }
  302. effect = {
  303. succession = feudal_elective
  304. }
  305. revoke_allowed = {
  306. always = no
  307. }
  308. }
  309.  
  310. succ_tanistry = {
  311. oldest_child_opinion = -40
  312. child_opinion = -20
  313. dynasty_opinion = 10
  314. vassal_opinion = 5
  315. potential = {
  316. holder_scope = {
  317. OR = {
  318. independent = yes
  319. NOT = {
  320. any_liege = {
  321. holy_order = yes
  322. }
  323. }
  324. }
  325. NOT = { religion_group = muslim }
  326. is_merchant_republic = no
  327. is_patrician = no
  328. culture_group = celtic
  329. }
  330. OR = {
  331. is_landless_type_title = no
  332. is_tribal_type_title = yes
  333. temporary = yes
  334. }
  335. is_primary_type_title = no
  336. NOT = { tier = baron }
  337. OR = {
  338. AND = {
  339. tier = baron
  340. is_feudal = yes
  341. }
  342. holder_scope = { is_feudal = yes }
  343. }
  344. }
  345. effect = {
  346. succession = tanistry
  347. }
  348. revoke_allowed = {
  349. always = no
  350. }
  351. }
  352.  
  353. succ_ultimogeniture = {
  354. youngest_child_opinion = 20
  355. oldest_child_opinion = -30
  356. child_opinion = -20
  357. dynasty_opinion = -5
  358. potential = {
  359. holder_scope = {
  360. OR = {
  361. independent = yes
  362. NOT = {
  363. any_liege = {
  364. holy_order = yes
  365. }
  366. }
  367. }
  368. OR = {
  369. culture = mongol
  370. AND = {
  371. NOT = { religion = norse_pagan }
  372. NOT = { religion = tengri_pagan }
  373. NOT = { religion = baltic_pagan }
  374. NOT = { religion = finnish_pagan }
  375. NOT = { religion = aztec }
  376. NOT = { religion = pagan }
  377. NOT = { religion = slavic_pagan }
  378. NOT = { religion = west_african_pagan }
  379. }
  380. }
  381.  
  382. NOT = { religion_group = muslim }
  383. is_merchant_republic = no
  384. is_patrician = no
  385. }
  386. OR = {
  387. is_landless_type_title = no
  388. is_tribal_type_title = yes
  389. temporary = yes
  390. }
  391. is_primary_type_title = no
  392. OR = {
  393. AND = {
  394. tier = baron
  395. is_feudal = yes
  396. }
  397. holder_scope = { is_feudal = yes }
  398. }
  399. }
  400. allow = {
  401. OR = {
  402. hidden_tooltip = {
  403. has_crown_law_title = no
  404. }
  405. crownlaw_title = {
  406. NOT = { has_law = crown_authority_0 }
  407. }
  408. }
  409. }
  410.  
  411. effect = {
  412. succession = ultimogeniture
  413. }
  414. revoke_allowed = {
  415. always = no
  416. }
  417. }
  418.  
  419. succ_turkish_succession = {
  420. oldest_child_opinion = -10
  421. # child_opinion = 30
  422. # dynasty_opinion = 10
  423. potential = {
  424. OR = {
  425. is_landless_type_title = no
  426. is_tribal_type_title = yes
  427. temporary = yes
  428. }
  429. holder_scope = {
  430. OR = {
  431. independent = yes
  432. NOT = {
  433. any_liege = {
  434. holy_order = yes
  435. }
  436. }
  437. }
  438. is_republic = no
  439. is_merchant_republic = no
  440. religion_group = muslim
  441. }
  442. is_primary_type_title = no
  443. }
  444. effect = {
  445. succession = turkish_succession
  446. }
  447. revoke_allowed = {
  448. always = no
  449. }
  450. }
  451. succ_papal_succession = {
  452. potential = {
  453. title = k_papal_state
  454. }
  455.  
  456. effect = {
  457. succession = papal_succession
  458. }
  459. revoke_allowed = {
  460. always = no
  461. }
  462. }
  463.  
  464. # Titles revert back to the liege on death
  465. succ_appointment = {
  466. potential = {
  467. holder_scope = {
  468. is_feudal = yes
  469. independent = no
  470. any_liege = {
  471. holy_order = yes
  472. }
  473. is_merchant_republic = no
  474. }
  475. }
  476. effect = {
  477. succession = appointment
  478. }
  479. revoke_allowed = {
  480. always = no
  481. }
  482. }
  483.  
  484. succ_open_elective = {
  485. potential = {
  486. NOT = { title = k_papal_state }
  487. temporary = no
  488. OR = {
  489. is_primary_type_title = yes
  490. holy_order = yes
  491. AND = {
  492. tier = baron
  493. OR = {
  494. is_republic = yes
  495. AND = {
  496. is_theocracy = yes
  497. NOT = { holder_scope = { religion_group = muslim } }
  498. }
  499. }
  500. }
  501. holder_scope = {
  502. OR = {
  503. is_republic = yes
  504. AND = {
  505. is_theocracy = yes
  506. NOT = { religion_group = muslim }
  507. }
  508. }
  509. }
  510. }
  511. OR = {
  512. is_landless_type_title = yes
  513. holder_scope = { is_theocracy = no }
  514. holder_scope = {
  515. NOT = { religion = catholic }
  516. NOT = { religion = fraticelli }
  517. }
  518. }
  519. holder_scope = {
  520. is_patrician = no
  521. is_merchant_republic = no
  522. OR = {
  523. independent = yes
  524. is_feudal = no
  525. NOT = {
  526. any_liege = {
  527. holy_order = yes
  528. }
  529. }
  530. }
  531. }
  532. }
  533.  
  534. effect = {
  535. succession = open_elective
  536. }
  537. revoke_allowed = {
  538. always = no
  539. }
  540. }
  541. succ_catholic_bishopric = {
  542. potential = {
  543. is_landless_type_title = no
  544. OR = {
  545. AND = {
  546. tier = baron
  547. is_theocracy = yes
  548. }
  549. holder_scope = { is_theocracy = yes }
  550. }
  551.  
  552. holder_scope = {
  553. OR = {
  554. religion = catholic
  555. religion = fraticelli
  556. }
  557. is_merchant_republic = no
  558. OR = {
  559. independent = yes
  560. is_feudal = no
  561. NOT = {
  562. any_liege = {
  563. holy_order = yes
  564. }
  565. }
  566. }
  567. }
  568. is_primary_type_title = no
  569. }
  570. effect = {
  571. succession = catholic_bishopric
  572. }
  573. revoke_allowed = {
  574. always = no
  575. }
  576. }
  577.  
  578. succ_patrician_elective = {
  579. potential = {
  580. is_primary_holder_title = yes
  581. holder_scope = {
  582. is_merchant_republic = yes
  583. }
  584. }
  585. effect = {
  586. succession = patrician_elective
  587. }
  588. revoke_allowed = {
  589. always = no
  590. }
  591. }
  592. }
  593.  
  594. gender_laws = {
  595. cognatic_succession = {
  596. potential = {
  597. holder_scope = {
  598. OR = {
  599. independent = yes
  600. NOT = {
  601. any_liege = {
  602. holy_order = yes
  603. }
  604. }
  605. is_merchant_republic = yes
  606. }
  607. NOT = { religion_group = muslim }
  608. NOT = { religion = tengri_pagan_reformed }
  609. NOT = { religion = tengri_pagan }
  610. has_horde_culture = no
  611. is_merchant_republic = no
  612. is_patrician = no
  613. }
  614.  
  615. is_landless_type_title = no
  616.  
  617. OR = {
  618. AND = {
  619. tier = baron
  620. is_feudal = yes
  621. }
  622. holder_scope = {
  623. is_feudal = yes
  624. }
  625. }
  626.  
  627. is_primary_type_title = no
  628. }
  629. effect = {
  630. gender_succ = cognatic
  631. }
  632. revoke_allowed = {
  633. always = no
  634. }
  635. }
  636. agnatic_succession = {
  637. female_dynasty_opinion = -10
  638.  
  639. potential = {
  640. always = yes
  641. }
  642. effect = {
  643. gender_succ = agnatic
  644. }
  645. revoke_allowed = {
  646. always = no
  647. }
  648. }
  649. true_cognatic_succession = {
  650. male_dynasty_opinion = -10
  651.  
  652. potential = {
  653. holder_scope = {
  654. NOT = { religion_group = muslim }
  655. NOT = { religion = tengri_pagan_reformed }
  656. NOT = { religion = tengri_pagan }
  657. has_horde_culture = no
  658. is_merchant_republic = no
  659. is_patrician = no
  660. }
  661.  
  662. is_landless_type_title = no
  663.  
  664. OR = {
  665. AND = {
  666. tier = baron
  667. is_feudal = yes
  668. }
  669. holder_scope = { is_feudal = yes }
  670. }
  671.  
  672. is_primary_type_title = no
  673. }
  674. allow = {
  675. holder_scope = {
  676. OR = {
  677. culture = basque
  678. religion = cathar
  679. religion = messalian
  680. }
  681. }
  682. }
  683. effect = {
  684. gender_succ = true_cognatic
  685. }
  686. revoke_allowed = {
  687. always = no
  688. }
  689. }
  690.  
  691. enatic_succession = {
  692. male_dynasty_opinion = -20
  693. female_dynasty_opinion = 20
  694.  
  695. potential = {
  696. always = no # For modders only
  697. }
  698. allow = {
  699. always=yes
  700. }
  701. effect = {
  702. gender_succ = enatic
  703. }
  704. revoke_allowed = {
  705. always = no
  706. }
  707. }
  708.  
  709. enatic_cognatic_succession = {
  710. male_dynasty_opinion = -15
  711. female_dynasty_opinion = 10
  712.  
  713. potential = {
  714. always = no # For modders only
  715. }
  716. allow = {
  717. always=yes
  718. }
  719. effect = {
  720. gender_succ = enatic_cognatic
  721. }
  722. revoke_allowed = {
  723. always = no
  724. }
  725. }
  726.  
  727. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement