Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/ruler_personalities/00_core.txt +418 -15
common/ruler_personalities/00_core.txt CHANGED
@@ -51,6 +51,10 @@
51
51
  # obsessive_perfectionist_personality
52
52
  # malevolent_personality
53
53
  # immortal_personality
54
+ # reformist_personality
55
+ # enlightened_personality
56
+ # absolutist_personality
57
+ # legendary_pirate_personality
54
58
 
55
59
  ###############################################
56
60
  # Good
@@ -99,6 +103,13 @@ just_personality = {
99
103
  }
100
104
  }
101
105
 
106
+ chance = {
107
+ modifier = {
108
+ factor = 2
109
+ has_country_flag = egypt_better_traits_flag
110
+ }
111
+ }
112
+
102
113
  easy_war_chance_multiplier = 0.5
103
114
  fair_fights = yes
104
115
 
@@ -151,7 +162,10 @@ righteous_personality = {
151
162
  }
152
163
 
153
164
  chance = {
154
-
165
+ modifier = {
166
+ factor = 2
167
+ has_country_flag = egypt_better_traits_flag
168
+ }
155
169
  }
156
170
 
157
171
  easy_war_chance_multiplier = 0.75
@@ -209,6 +223,14 @@ tolerant_personality = {
209
223
  factor = 1
210
224
  has_idea_group = humanist_ideas
211
225
  }
226
+ modifier = {
227
+ factor = 1
228
+ has_estate_privilege = estate_dhimmi_dhimmi_education
229
+ }
230
+ modifier = {
231
+ factor = 2
232
+ has_country_flag = egypt_better_traits_flag
233
+ }
212
234
  }
213
235
 
214
236
  heretic_ally_acceptance = 10
@@ -247,6 +269,10 @@ kind_hearted_personality = {
247
269
  }
248
270
 
249
271
  chance = {
272
+ modifier = {
273
+ factor = 2
274
+ has_country_flag = egypt_better_traits_flag
275
+ }
250
276
  }
251
277
 
252
278
  gift_chance = 65
@@ -331,6 +357,10 @@ free_thinker_personality = {
331
357
  }
332
358
 
333
359
  chance = {
360
+ modifier = {
361
+ factor = 2
362
+ has_country_flag = egypt_better_traits_flag
363
+ }
334
364
  }
335
365
 
336
366
  knowledge_sharing = yes
@@ -352,6 +382,10 @@ well_connected_personality = {
352
382
  factor = 1
353
383
  DIP = 6
354
384
  }
385
+ modifier = {
386
+ factor = 3
387
+ has_country_flag = turkoman_triple_trait_chance
388
+ }
355
389
  }
356
390
  }
357
391
  heir_allow = {
@@ -365,6 +399,10 @@ well_connected_personality = {
365
399
  factor = 1
366
400
  heir_dip = 6
367
401
  }
402
+ modifier = {
403
+ factor = 3
404
+ has_country_flag = turkoman_triple_trait_chance
405
+ }
368
406
  }
369
407
  }
370
408
  consort_allow = {
@@ -383,6 +421,10 @@ well_connected_personality = {
383
421
  factor = 1
384
422
  num_of_royal_marriages = 5
385
423
  }
424
+ modifier = {
425
+ factor = 2
426
+ has_country_flag = egypt_better_traits_flag
427
+ }
386
428
  }
387
429
 
388
430
  other_ai_help_us_multiplier = 2
@@ -427,6 +469,10 @@ calm_personality = {
427
469
  }
428
470
 
429
471
  chance = {
472
+ modifier = {
473
+ factor = 2
474
+ has_country_flag = egypt_better_traits_flag
475
+ }
430
476
  }
431
477
 
432
478
  war_chance_multiplier = 0.5
@@ -486,7 +532,10 @@ careful_personality = {
486
532
  }
487
533
 
488
534
  chance = {
489
-
535
+ modifier = {
536
+ factor = 2
537
+ has_country_flag = egypt_better_traits_flag
538
+ }
490
539
  }
491
540
 
492
541
  war_chance_multiplier = 0.4
@@ -540,7 +589,10 @@ secretive_personality = {
540
589
  }
541
590
 
542
591
  chance = {
543
-
592
+ modifier = {
593
+ factor = 2
594
+ has_country_flag = egypt_better_traits_flag
595
+ }
544
596
  }
545
597
 
546
598
  wants_condottieri = yes
@@ -604,6 +656,10 @@ intricate_web_weaver_personality = {
604
656
  }
605
657
 
606
658
  chance = {
659
+ modifier = {
660
+ factor = 2
661
+ has_country_flag = egypt_better_traits_flag
662
+ }
607
663
  }
608
664
 
609
665
  wants_condottieri = yes
@@ -657,12 +713,16 @@ fertile_personality = {
657
713
  }
658
714
  allow = {
659
715
  government = monarchy
660
- NOT = { has_reform = ottoman_government }
716
+ NOT = { has_government_attribute = has_harem_events }
661
717
  NOT = { has_government_attribute = states_general_mechanic }
662
718
  has_government_attribute = heir
663
719
  }
664
720
 
665
721
  chance = {
722
+ modifier = {
723
+ factor = 2
724
+ has_country_flag = egypt_better_traits_flag
725
+ }
666
726
  }
667
727
 
668
728
  royal_marriage_acceptance = 20
@@ -704,6 +764,10 @@ well_advised_personality = {
704
764
  allow = { }
705
765
 
706
766
  chance = {
767
+ modifier = {
768
+ factor = 2
769
+ has_country_flag = egypt_better_traits_flag
770
+ }
707
771
  }
708
772
 
709
773
  war_chance_multiplier = 0.6
@@ -765,6 +829,10 @@ benevolent_personality = {
765
829
  factor = 1
766
830
  vassal = 2
767
831
  }
832
+ modifier = {
833
+ factor = 2
834
+ has_country_flag = egypt_better_traits_flag
835
+ }
768
836
  }
769
837
 
770
838
  gift_chance = 25
@@ -827,7 +895,14 @@ zealot_personality = {
827
895
  factor = 1
828
896
  is_defender_of_faith = yes
829
897
  }
830
-
898
+ modifier = {
899
+ factor = 1
900
+ has_estate_privilege = estate_church_clerical_education
901
+ }
902
+ modifier = {
903
+ factor = 2
904
+ has_country_flag = egypt_better_traits_flag
905
+ }
831
906
  }
832
907
 
833
908
  different_religion_war_multiplier = 2
@@ -866,6 +941,10 @@ pious_personality = {
866
941
  factor = 1
867
942
  dominant_religion = ROOT
868
943
  }
944
+ modifier = {
945
+ factor = 2
946
+ has_country_flag = egypt_better_traits_flag
947
+ }
869
948
  }
870
949
 
871
950
  different_religion_war_multiplier = 1.5
@@ -925,7 +1004,10 @@ lawgiver_personality = {
925
1004
  }
926
1005
 
927
1006
  chance = {
928
-
1007
+ modifier = {
1008
+ factor = 2
1009
+ has_country_flag = egypt_better_traits_flag
1010
+ }
929
1011
  }
930
1012
 
931
1013
  custom_ai_explanation = "AI_RULER_PICK_IDEA_GROUPS"
@@ -994,7 +1076,10 @@ midas_touched_personality = {
994
1076
  }
995
1077
 
996
1078
  chance = {
997
-
1079
+ modifier = {
1080
+ factor = 2
1081
+ has_country_flag = egypt_better_traits_flag
1082
+ }
998
1083
  }
999
1084
 
1000
1085
  wants_gold = yes
@@ -1009,6 +1094,7 @@ incorruptible_personality = {
1009
1094
  ruler_allow = {
1010
1095
  allow = {
1011
1096
  NOT = { ruler_has_personality = embezzler_personality }
1097
+ NOT = { has_ruler_modifier = borgia_pope }
1012
1098
  ADM = 3
1013
1099
  }
1014
1100
 
@@ -1053,7 +1139,10 @@ incorruptible_personality = {
1053
1139
  }
1054
1140
 
1055
1141
  chance = {
1056
-
1142
+ modifier = {
1143
+ factor = 2
1144
+ has_country_flag = egypt_better_traits_flag
1145
+ }
1057
1146
  }
1058
1147
 
1059
1148
  gift_chance = -50
@@ -1075,6 +1164,10 @@ architectural_visionary_personality = {
1075
1164
  factor = 1
1076
1165
  ADM = 6
1077
1166
  }
1167
+ modifier = {
1168
+ factor = 3
1169
+ has_country_flag = geo_visionary_flag
1170
+ }
1078
1171
  }
1079
1172
  }
1080
1173
 
@@ -1088,6 +1181,10 @@ architectural_visionary_personality = {
1088
1181
  factor = 1
1089
1182
  heir_ADM = 6
1090
1183
  }
1184
+ modifier = {
1185
+ factor = 3
1186
+ has_country_flag = geo_visionary_flag
1187
+ }
1091
1188
  }
1092
1189
  }
1093
1190
 
@@ -1108,6 +1205,10 @@ architectural_visionary_personality = {
1108
1205
  }
1109
1206
 
1110
1207
  chance = {
1208
+ modifier = {
1209
+ factor = 2
1210
+ has_country_flag = egypt_better_traits_flag
1211
+ }
1111
1212
  }
1112
1213
 
1113
1214
  building_budget_multiplier = 1.8
@@ -1155,7 +1256,12 @@ scholar_personality = {
1155
1256
 
1156
1257
  allow = { }
1157
1258
 
1158
- chance = { }
1259
+ chance = {
1260
+ modifier = {
1261
+ factor = 2
1262
+ has_country_flag = egypt_better_traits_flag
1263
+ }
1264
+ }
1159
1265
 
1160
1266
  custom_ai_explanation = "AI_RULER_SPEND_UNLOCK_INSTIT"
1161
1267
 
@@ -1214,6 +1320,10 @@ entrepreneur_personality = {
1214
1320
  factor = 1
1215
1321
  has_government_attribute = is_merchant_republic
1216
1322
  }
1323
+ modifier = {
1324
+ factor = 2
1325
+ has_country_flag = egypt_better_traits_flag
1326
+ }
1217
1327
  }
1218
1328
 
1219
1329
  building_budget_multiplier = 1.5
@@ -1258,6 +1368,10 @@ industrious_personality = {
1258
1368
  factor = 1
1259
1369
  has_government_attribute = is_merchant_republic
1260
1370
  }
1371
+ modifier = {
1372
+ factor = 2
1373
+ has_country_flag = egypt_better_traits_flag
1374
+ }
1261
1375
  }
1262
1376
 
1263
1377
  building_budget_multiplier = 1.2
@@ -1307,6 +1421,10 @@ expansionist_personality = {
1307
1421
  }
1308
1422
 
1309
1423
  chance = {
1424
+ modifier = {
1425
+ factor = 1
1426
+ num_of_colonists = 1
1427
+ }
1310
1428
  modifier = {
1311
1429
  factor = 1
1312
1430
  OR = {
@@ -1326,6 +1444,14 @@ expansionist_personality = {
1326
1444
  has_idea_group = exploration_ideas
1327
1445
  has_idea_group = expansion_ideas
1328
1446
  }
1447
+ modifier = {
1448
+ factor = 0.5
1449
+ has_country_flag = por_more_likely_to_get_expansionist_flag
1450
+ }
1451
+ modifier = {
1452
+ factor = 2
1453
+ has_country_flag = egypt_better_traits_flag
1454
+ }
1329
1455
  }
1330
1456
 
1331
1457
  war_priority = {
@@ -1399,6 +1525,10 @@ charismatic_negotiator_personality = {
1399
1525
  }
1400
1526
 
1401
1527
  chance = {
1528
+ modifier = {
1529
+ factor = 2
1530
+ has_country_flag = egypt_better_traits_flag
1531
+ }
1402
1532
  }
1403
1533
 
1404
1534
  other_ai_peace_term_bonus = 10
@@ -1465,7 +1595,10 @@ silver_tongue_personality = {
1465
1595
  }
1466
1596
 
1467
1597
  chance = {
1468
-
1598
+ modifier = {
1599
+ factor = 2
1600
+ has_country_flag = egypt_better_traits_flag
1601
+ }
1469
1602
  }
1470
1603
 
1471
1604
  other_ai_war_chance_multiplier = 0.5
@@ -1486,6 +1619,10 @@ conqueror_personality = {
1486
1619
  factor = 1
1487
1620
  is_monarch_leader = yes
1488
1621
  }
1622
+ modifier = {
1623
+ factor = 1
1624
+ has_country_flag = BYZ_double_conqueror_chance_flag
1625
+ }
1489
1626
  modifier = {
1490
1627
  factor = 1
1491
1628
  MIL = 6
@@ -1503,6 +1640,10 @@ conqueror_personality = {
1503
1640
  factor = 1
1504
1641
  is_heir_leader = yes
1505
1642
  }
1643
+ modifier = {
1644
+ factor = 1
1645
+ has_country_flag = BYZ_double_conqueror_chance_flag
1646
+ }
1506
1647
  modifier = {
1507
1648
  factor = 1
1508
1649
  heir_MIL = 6
@@ -1520,6 +1661,10 @@ conqueror_personality = {
1520
1661
  factor = 1
1521
1662
  consort_MIL = 6
1522
1663
  }
1664
+ modifier = {
1665
+ factor = 1
1666
+ has_country_flag = BYZ_double_conqueror_chance_flag
1667
+ }
1523
1668
  }
1524
1669
  }
1525
1670
 
@@ -1536,7 +1681,10 @@ conqueror_personality = {
1536
1681
  wants_land = yes
1537
1682
 
1538
1683
  chance = {
1539
-
1684
+ modifier = {
1685
+ factor = 2
1686
+ has_country_flag = egypt_better_traits_flag
1687
+ }
1540
1688
  }
1541
1689
 
1542
1690
  }
@@ -1593,6 +1741,10 @@ tactical_genius_personality = {
1593
1741
  }
1594
1742
 
1595
1743
  chance = {
1744
+ modifier = {
1745
+ factor = 2
1746
+ has_country_flag = egypt_better_traits_flag
1747
+ }
1596
1748
  }
1597
1749
 
1598
1750
  easy_war_chance_multiplier = 1.4
@@ -1651,6 +1803,10 @@ bold_fighter_personality = {
1651
1803
  allow = { }
1652
1804
 
1653
1805
  chance = {
1806
+ modifier = {
1807
+ factor = 2
1808
+ has_country_flag = egypt_better_traits_flag
1809
+ }
1654
1810
  }
1655
1811
 
1656
1812
  enemy_strength_multiplier = 0.85
@@ -1697,6 +1853,10 @@ strict_personality = {
1697
1853
  allow = { }
1698
1854
 
1699
1855
  chance = {
1856
+ modifier = {
1857
+ factor = 2
1858
+ has_country_flag = egypt_better_traits_flag
1859
+ }
1700
1860
  }
1701
1861
 
1702
1862
  wants_avoid_debase = yes
@@ -1763,6 +1923,10 @@ inspiring_leader_personality = {
1763
1923
  }
1764
1924
 
1765
1925
  chance = {
1926
+ modifier = {
1927
+ factor = 2
1928
+ has_country_flag = egypt_better_traits_flag
1929
+ }
1766
1930
  }
1767
1931
 
1768
1932
  land_morale = 0.05
@@ -1812,6 +1976,10 @@ martial_educator_personality = {
1812
1976
  }
1813
1977
 
1814
1978
  chance = {
1979
+ modifier = {
1980
+ factor = 2
1981
+ has_country_flag = egypt_better_traits_flag
1982
+ }
1815
1983
  }
1816
1984
 
1817
1985
  easy_war_chance_multiplier = 1.2
@@ -1871,6 +2039,10 @@ navigator_personality = {
1871
2039
  }
1872
2040
 
1873
2041
  chance = {
2042
+ modifier = {
2043
+ factor = 2
2044
+ has_country_flag = egypt_better_traits_flag
2045
+ }
1874
2046
  }
1875
2047
 
1876
2048
  custom_ai_explanation = "AI_RULER_PICK_IDEA_GROUPS"
@@ -1925,7 +2097,10 @@ fierce_negotiator_personality = {
1925
2097
  }
1926
2098
 
1927
2099
  chance = {
1928
-
2100
+ modifier = {
2101
+ factor = 2
2102
+ has_country_flag = egypt_better_traits_flag
2103
+ }
1929
2104
  }
1930
2105
 
1931
2106
  peace_desire = -10
@@ -1943,6 +2118,7 @@ babbling_buffoon_personality = {
1943
2118
  allow = {
1944
2119
  NOT = { ruler_has_personality = charismatic_negotiator_personality }
1945
2120
  NOT = { ruler_has_personality = silver_tongue_personality }
2121
+ NOT = { dip = 5 }
1946
2122
  }
1947
2123
 
1948
2124
  chance = {
@@ -1970,6 +2146,7 @@ babbling_buffoon_personality = {
1970
2146
  allow = {
1971
2147
  NOT = { heir_has_personality = charismatic_negotiator_personality }
1972
2148
  NOT = { heir_has_personality = silver_tongue_personality }
2149
+ NOT = { heir_dip = 5 }
1973
2150
  }
1974
2151
 
1975
2152
  chance = {
@@ -1997,6 +2174,7 @@ babbling_buffoon_personality = {
1997
2174
  allow = {
1998
2175
  NOT = { consort_has_personality = charismatic_negotiator_personality }
1999
2176
  NOT = { consort_has_personality = silver_tongue_personality }
2177
+ NOT = { consort_dip = 5 }
2000
2178
  }
2001
2179
 
2002
2180
  chance = {
@@ -2220,7 +2398,7 @@ infertile_personality = {
2220
2398
  }
2221
2399
 
2222
2400
  allow = {
2223
- NOT = { has_reform = ottoman_government }
2401
+ NOT = { has_government_attribute = has_harem_events }
2224
2402
  government = monarchy
2225
2403
  NOT = { has_government_attribute = states_general_mechanic }
2226
2404
  has_government_attribute = heir
@@ -2232,7 +2410,7 @@ infertile_personality = {
2232
2410
 
2233
2411
  royal_marriage_acceptance = -20
2234
2412
 
2235
- heir_chance = -0.25
2413
+ heir_chance = -0.5
2236
2414
  nation_designer_cost = -2
2237
2415
  }
2238
2416
  drunkard_personality = {
@@ -2420,6 +2598,7 @@ sinner_personality = {
2420
2598
  OR = {
2421
2599
  religion_group = christian
2422
2600
  religion_group = muslim
2601
+ religion_group = jewish_group
2423
2602
  }
2424
2603
  }
2425
2604
 
@@ -2954,7 +3133,10 @@ loose_lips_personality = {
2954
3133
  obsessive_perfectionist_personality = {
2955
3134
  ruler_allow = {
2956
3135
  allow = {
2957
- NOT = { ruler_has_personality = architectural_visionary_personality }
3136
+ OR = {
3137
+ NOT = { ruler_has_personality = patron_of_arts_personality }
3138
+ NOT = { ruler_has_personality = architectural_visionary_personality }
3139
+ }
2958
3140
  }
2959
3141
 
2960
3142
  chance = {
@@ -3156,6 +3338,26 @@ immortal_personality = {
3156
3338
  static = yes # Makes nation_designer_cost not scale with age etc.
3157
3339
  }
3158
3340
 
3341
+ legendary_pirate_personality = {
3342
+ allow = {
3343
+ has_government_attribute = is_pirate_republic_reform
3344
+ }
3345
+
3346
+ chance = {
3347
+ modifier = {
3348
+ factor = -2
3349
+ }
3350
+ }
3351
+ privateer_efficiency = 0.25
3352
+ leader_naval_shock = 2
3353
+ navy_tradition_decay = -0.01
3354
+
3355
+ random_insults = yes
3356
+ different_religion_war_multiplier = 0.8
3357
+ razing = yes
3358
+ nation_designer_cost = 10
3359
+ }
3360
+
3159
3361
 
3160
3362
  #Emperor of China Personalities
3161
3363
 
@@ -3355,4 +3557,205 @@ petty_personality = {
3355
3557
  nation_designer_cost = -2
3356
3558
  }
3357
3559
 
3560
+ reformist_personality = {
3561
+ ruler_allow = {
3562
+ allow = {
3563
+ ADM = 4
3564
+ }
3565
+
3566
+ chance = {
3567
+ modifier = {
3568
+ factor = 1
3569
+ ADM = 6
3570
+ }
3571
+ }
3572
+ }
3358
3573
 
3574
+ heir_allow = {
3575
+ allow = {
3576
+ heir_ADM = 4
3577
+ }
3578
+
3579
+ chance = {
3580
+ modifier = {
3581
+ factor = 1
3582
+ heir_ADM = 6
3583
+ }
3584
+ }
3585
+ }
3586
+
3587
+ consort_allow = {
3588
+ allow = {
3589
+ consort_ADM = 4
3590
+ }
3591
+
3592
+ chance = {
3593
+ modifier = {
3594
+ factor = 1
3595
+ consort_ADM = 6
3596
+ }
3597
+ }
3598
+ }
3599
+
3600
+ allow = { }
3601
+
3602
+ chance = { }
3603
+
3604
+ custom_ai_explanation = "AI_RULER_PICK_IDEA_GROUPS"
3605
+
3606
+ reform_progress_growth = 0.25
3607
+ nation_designer_cost = 5
3608
+ } #3 easier events
3609
+
3610
+ legendary_conqueror_personality = {
3611
+
3612
+ allow = { always = no }
3613
+
3614
+ shock_damage = 0.1
3615
+ years_of_nationalism = -5
3616
+
3617
+ nation_designer_cost = 10
3618
+
3619
+ easy_war_chance_multiplier = 2
3620
+ war_chance_multiplier = 1.75
3621
+ building_budget_multiplier = 0.2
3622
+ gift_chance = -50
3623
+ wants_land = yes
3624
+ }
3625
+
3626
+ great_engineer_personality = {
3627
+
3628
+ allow = { always = no }
3629
+
3630
+ building_budget_multiplier = 1.8
3631
+ build_cost = -0.15
3632
+ build_time = -0.5
3633
+ nation_designer_cost = 10
3634
+ }
3635
+
3636
+ patron_of_arts_personality = {
3637
+
3638
+ ruler_allow = {
3639
+ allow = {
3640
+ ADM = 4
3641
+ }
3642
+
3643
+ chance = {
3644
+ modifier = {
3645
+ factor = 1
3646
+ ADM = 6
3647
+ }
3648
+ }
3649
+ }
3650
+
3651
+ heir_allow = {
3652
+ allow = {
3653
+ heir_ADM = 4
3654
+ }
3655
+
3656
+ chance = {
3657
+ modifier = {
3658
+ factor = 1
3659
+ heir_ADM = 6
3660
+ }
3661
+ }
3662
+ }
3663
+
3664
+ consort_allow = {
3665
+ allow = {
3666
+ consort_ADM = 4
3667
+ }
3668
+
3669
+ chance = {
3670
+ modifier = {
3671
+ factor = 1
3672
+ consort_ADM = 6
3673
+ }
3674
+ }
3675
+ }
3676
+
3677
+ allow = {
3678
+ NOT = { ruler_has_personality = obsessive_perfectionist_personality }
3679
+ }
3680
+
3681
+ chance = { }
3682
+
3683
+ custom_ai_explanation = "AI_RULER_SPEND_UNLOCK_INSTIT"
3684
+
3685
+ knowledge_sharing = yes
3686
+ technology_cost = -0.05
3687
+ idea_cost = -0.05
3688
+ nation_designer_cost = 5
3689
+ }
3690
+
3691
+ fu_papal_puppetmaster_personality = {
3692
+
3693
+ allow = { always = no }
3694
+ prestige = 1
3695
+ unrest_catholic_provinces = -2
3696
+ nation_designer_cost = 5
3697
+ }
3698
+
3699
+ iron_crowned_personality = {
3700
+
3701
+ allow = { always = no }
3702
+ core_creation = -0.2
3703
+ war_exhaustion = -0.05
3704
+ nation_designer_cost = 30
3705
+
3706
+ easy_war_chance_multiplier = 3
3707
+ war_chance_multiplier = 2.5
3708
+ building_budget_multiplier = 0.2
3709
+ gift_chance = -50
3710
+ wants_land = yes
3711
+
3712
+ chance = {
3713
+ }
3714
+ }
3715
+
3716
+ peasant_revolt_leader_personality = {
3717
+
3718
+ allow = { has_government_attribute = is_peasants_republic }
3719
+ morale_damage = 0.1
3720
+ global_unrest = -1
3721
+ nation_designer_cost = 30
3722
+
3723
+ easy_war_chance_multiplier = 3
3724
+ war_chance_multiplier = 2.5
3725
+ wants_land = yes
3726
+
3727
+ chance = {
3728
+ }
3729
+ }
3730
+
3731
+ merchant_basileus_personality = {
3732
+ ruler_allow = {
3733
+ allow = {
3734
+ always = no
3735
+ }
3736
+ }
3737
+
3738
+ heir_allow = {
3739
+ allow = {
3740
+ always = no
3741
+ }
3742
+ }
3743
+
3744
+ consort_allow = {
3745
+ allow = {
3746
+ always = no
3747
+ }
3748
+ }
3749
+
3750
+ allow = {
3751
+ has_country_flag = feo_merchant_basileus_flag
3752
+ culture_group = byzantine
3753
+ }
3754
+
3755
+ chance = { }
3756
+
3757
+ trade_efficiency = 0.1
3758
+ global_trade_goods_size_modifier = 0.1
3759
+
3760
+ nation_designer_cost = 15
3761
+ }