Diff to HTML by rtfpessoa

Files changed (3) hide show
  1. common/policies/00_adm.txt +872 -31
  2. common/policies/00_dip.txt +810 -27
  3. common/policies/00_mil.txt +786 -23
common/policies/00_adm.txt CHANGED
@@ -12,6 +12,8 @@ the_combination_act = {
12
12
 
13
13
  production_efficiency = 0.20
14
14
 
15
+ effect = {}
16
+ removed_effect = {}
15
17
  ai_will_do = {
16
18
  factor = 1
17
19
  modifier = {
@@ -51,7 +53,9 @@ the_court_of_wards_and_liveries = {
51
53
 
52
54
  global_tax_modifier = 0.10
53
55
  cavalry_cost = -0.10
54
-
56
+
57
+ effect = {}
58
+ removed_effect = {}
55
59
  ai_will_do = {
56
60
  factor = 1
57
61
  modifier = {
@@ -106,6 +110,8 @@ formalized_measures = {
106
110
  global_tax_modifier = 0.10
107
111
  republican_tradition = 0.2
108
112
 
113
+ effect = {}
114
+ removed_effect = {}
109
115
  ai_will_do = {
110
116
  factor = 1
111
117
  modifier = {
@@ -136,9 +142,11 @@ agricultural_cultivations = {
136
142
  full_idea_group = quantity_ideas
137
143
  }
138
144
 
139
- development_cost = -0.1
145
+ land_maintenance_modifier = -0.05
140
146
  land_forcelimit_modifier = 0.1
141
147
 
148
+ effect = {}
149
+ removed_effect = {}
142
150
  ai_will_do = {
143
151
  factor = 1
144
152
  modifier = {
@@ -182,6 +190,8 @@ the_espionage_act = {
182
190
  stability_cost_modifier = -0.25
183
191
  diplomats = 1
184
192
 
193
+ effect = {}
194
+ removed_effect = {}
185
195
  ai_will_do = {
186
196
  factor = 0.6
187
197
  }
@@ -202,6 +212,8 @@ manueline_architecture = {
202
212
 
203
213
  build_cost = -0.15
204
214
 
215
+ effect = {}
216
+ removed_effect = {}
205
217
  ai_will_do = {
206
218
  factor = 1
207
219
  modifier = {
@@ -225,9 +237,11 @@ the_royal_commission_act = {
225
237
  full_idea_group = administrative_ideas
226
238
  }
227
239
 
228
- yearly_corruption = -0.1
229
- global_spy_defence = 0.2
240
+ yearly_corruption = -0.15
241
+ advisor_cost = -0.2
230
242
 
243
+ effect = {}
244
+ removed_effect = {}
231
245
  ai_will_do = {
232
246
  factor = 0.6
233
247
  }
@@ -250,6 +264,8 @@ edict_of_resistance = {
250
264
  global_unrest = -1
251
265
  hostile_attrition = 1
252
266
 
267
+ effect = {}
268
+ removed_effect = {}
253
269
  ai_will_do = {
254
270
  factor = 1
255
271
 
@@ -286,10 +302,12 @@ public_welfare_act = {
286
302
  full_idea_group = defensive_ideas
287
303
  full_idea_group = economic_ideas
288
304
  }
305
+
306
+ development_cost_in_primary_culture = -0.1
307
+ stability_cost_modifier = -0.25
289
308
 
290
- global_unrest = -1
291
- stability_cost_modifier = -0.1
292
-
309
+ effect = {}
310
+ removed_effect = {}
293
311
  ai_will_do = {
294
312
  factor = 1
295
313
  modifier = {
@@ -329,9 +347,11 @@ the_spy_discovery_act = {
329
347
  full_idea_group = administrative_ideas
330
348
  }
331
349
 
332
- yearly_corruption = -0.1
333
- global_spy_defence = 0.2
350
+ advisor_pool = 2
351
+ harsh_treatment_cost = -0.25
334
352
 
353
+ effect = {}
354
+ removed_effect = {}
335
355
  ai_will_do = {
336
356
  factor = 0.6 #Keep in mind lower stab cost is probably pretty weak given this costs ADM...
337
357
  }
@@ -350,9 +370,10 @@ enforce_religious_law = {
350
370
  full_idea_group = spy_ideas
351
371
  }
352
372
 
353
- global_missionary_strength = 0.01
354
- global_spy_defence = 0.2
355
-
373
+ global_missionary_strength = 0.02
374
+
375
+ effect = {}
376
+ removed_effect = {}
356
377
  ai_will_do = {
357
378
  factor = 1
358
379
  modifier = {
@@ -394,6 +415,8 @@ the_tolerance_act = {
394
415
  tolerance_heretic = 2
395
416
  rival_border_fort_maintenance = -0.5
396
417
 
418
+ effect = {}
419
+ removed_effect = {}
397
420
  ai_will_do = {
398
421
  factor = 1
399
422
  modifier = {
@@ -432,8 +455,11 @@ vassal_taxation_policy = {
432
455
  full_idea_group = administrative_ideas
433
456
  }
434
457
 
435
- vassal_income = 0.5
458
+ vassal_income = 0.2
459
+ reduced_liberty_desire_on_same_continent = 10
436
460
 
461
+ effect = {}
462
+ removed_effect = {}
437
463
  ai_will_do = {
438
464
  factor = 1
439
465
  modifier = {
@@ -475,6 +501,8 @@ the_pioneer_policy = {
475
501
  auto_explore_adjacent_to_colony = yes
476
502
  colonist_placement_chance = 0.05
477
503
 
504
+ effect = {}
505
+ removed_effect = {}
478
506
  ai_will_do = {
479
507
  factor = 0.6
480
508
  }
@@ -497,6 +525,8 @@ land_inheritance_act = {
497
525
  global_tax_modifier = 0.1
498
526
  global_manpower_modifier = 0.1
499
527
 
528
+ effect = {}
529
+ removed_effect = {}
500
530
  ai_will_do = {
501
531
  factor = 1
502
532
  modifier = {
@@ -537,6 +567,8 @@ the_witchcraft_act = {
537
567
  global_unrest = -1
538
568
  global_missionary_strength = 0.01
539
569
 
570
+ effect = {}
571
+ removed_effect = {}
540
572
  ai_will_do = {
541
573
  factor = 1
542
574
  modifier = {
@@ -596,6 +628,8 @@ the_education_act = {
596
628
  prestige = 0.5
597
629
  advisor_cost = -0.1
598
630
 
631
+ effect = {}
632
+ removed_effect = {}
599
633
  ai_will_do = {
600
634
  factor = 0.8
601
635
  }
@@ -614,10 +648,12 @@ policy_of_calculate_delay = {
614
648
  full_idea_group = diplomatic_ideas
615
649
  }
616
650
 
617
- religious_unity = 0.2
651
+ religious_unity = 0.25
618
652
  global_missionary_strength = 0.01
619
653
 
620
654
 
655
+ effect = {}
656
+ removed_effect = {}
621
657
  ai_will_do = {
622
658
  factor = 1
623
659
  modifier = {
@@ -657,9 +693,11 @@ the_loyalty_act = {
657
693
  }
658
694
 
659
695
  global_autonomy = -0.05
660
- global_spy_defence = 0.2
696
+ fabricate_claims_cost = -0.25
661
697
 
662
698
 
699
+ effect = {}
700
+ removed_effect = {}
663
701
  ai_will_do = {
664
702
  factor = 1
665
703
  modifier = {
@@ -701,6 +739,8 @@ exchange_of_ideas = {
701
739
  idea_cost = -0.1
702
740
  global_institution_spread = 0.2
703
741
 
742
+ effect = {}
743
+ removed_effect = {}
704
744
  ai_will_do = {
705
745
  factor = 0.8
706
746
  }
@@ -719,9 +759,11 @@ vassal_obligations_act = {
719
759
  full_idea_group = economic_ideas
720
760
  }
721
761
 
722
- vassal_income = 0.25
762
+ diplomatic_upkeep = 1
723
763
  vassal_forcelimit_bonus = 1
724
764
 
765
+ effect = {}
766
+ removed_effect = {}
725
767
  ai_will_do = {
726
768
  factor = 1
727
769
  modifier = {
@@ -763,6 +805,8 @@ foreign_advisors = {
763
805
  advisor_cost = -0.1
764
806
  ae_impact = -0.1
765
807
 
808
+ effect = {}
809
+ removed_effect = {}
766
810
  ai_will_do = {
767
811
  factor = 1
768
812
  }
@@ -781,8 +825,10 @@ vassal_integration_act = {
781
825
  full_idea_group = administrative_ideas
782
826
  }
783
827
 
784
- diplomatic_annexation_cost = -0.2
828
+ diplomatic_annexation_cost = -0.15
785
829
 
830
+ effect = {}
831
+ removed_effect = {}
786
832
  ai_will_do = {
787
833
  factor = 1
788
834
  modifier = {
@@ -822,9 +868,10 @@ overseas_dominions = {
822
868
  full_idea_group = expansion_ideas
823
869
  }
824
870
 
825
- vassal_income = 0.25
826
- global_tariffs = 0.1
871
+ reduced_liberty_desire = 15
827
872
 
873
+ effect = {}
874
+ removed_effect = {}
828
875
  ai_will_do = {
829
876
  factor = 1
830
877
  modifier = {
@@ -864,8 +911,10 @@ enlightened_aristocracy = {
864
911
  }
865
912
 
866
913
  production_efficiency = 0.1
867
- religious_unity = 0.2
914
+ religious_unity = 0.25
868
915
 
916
+ effect = {}
917
+ removed_effect = {}
869
918
  ai_will_do = {
870
919
  factor = 1
871
920
  modifier = {
@@ -928,6 +977,8 @@ the_liberation_act = {
928
977
  global_unrest = -1
929
978
  years_of_nationalism = -5
930
979
 
980
+ effect = {}
981
+ removed_effect = {}
931
982
  ai_will_do = {
932
983
  factor = 1
933
984
 
@@ -963,9 +1014,11 @@ visionary_thinkers = {
963
1014
  full_idea_group = quality_ideas
964
1015
  }
965
1016
 
966
- prestige = 0.5
967
- prestige_decay = -0.01
1017
+ innovativeness_gain = 0.5
1018
+ army_tradition_decay = -0.01
968
1019
 
1020
+ effect = {}
1021
+ removed_effect = {}
969
1022
  ai_will_do = {
970
1023
  factor = 0.6
971
1024
  }
@@ -987,6 +1040,8 @@ the_transportation_act = {
987
1040
  global_trade_goods_size_modifier = 0.1
988
1041
  production_efficiency = 0.1
989
1042
 
1043
+ effect = {}
1044
+ removed_effect = {}
990
1045
  ai_will_do = {
991
1046
  factor = 0.6
992
1047
  modifier = {
@@ -1026,8 +1081,10 @@ harbour_administration = {
1026
1081
  }
1027
1082
 
1028
1083
  embracement_cost = -0.2
1029
- global_ship_recruit_speed = -0.05
1084
+ global_ship_recruit_speed = -0.1
1030
1085
 
1086
+ effect = {}
1087
+ removed_effect = {}
1031
1088
  ai_will_do = {
1032
1089
  factor = 1
1033
1090
  modifier = {
@@ -1066,9 +1123,11 @@ supply_convoys = {
1066
1123
  full_idea_group = expansion_ideas
1067
1124
  }
1068
1125
 
1069
- state_maintenance_modifier = -0.20
1070
- liberty_desire_from_subject_development = -0.2
1126
+ state_maintenance_modifier = -0.5
1127
+ liberty_desire_from_subject_development = -0.25
1071
1128
 
1129
+ effect = {}
1130
+ removed_effect = {}
1072
1131
  ai_will_do = {
1073
1132
  factor = 1
1074
1133
  modifier = {
@@ -1110,6 +1169,8 @@ cultural_recognition_act = {
1110
1169
  num_accepted_cultures = 1
1111
1170
  global_institution_spread = 0.1
1112
1171
 
1172
+ effect = {}
1173
+ removed_effect = {}
1113
1174
  ai_will_do = {
1114
1175
  factor = 1
1115
1176
  }
@@ -1129,11 +1190,14 @@ the_licensing_of_the_press_act = {
1129
1190
  }
1130
1191
 
1131
1192
  legitimacy = 1
1132
- republican_tradition = 0.1
1193
+ republican_tradition = 0.25
1133
1194
  devotion = 1
1134
1195
  horde_unity = 1
1135
1196
  meritocracy = 0.5
1197
+ reform_progress_growth = 0.2
1136
1198
 
1199
+ effect = {}
1200
+ removed_effect = {}
1137
1201
  ai_will_do = {
1138
1202
  factor = 0.8
1139
1203
  }
@@ -1155,6 +1219,8 @@ the_dissolution_act = {
1155
1219
  global_tax_modifier = 0.15
1156
1220
  global_autonomy = -0.05
1157
1221
 
1222
+ effect = {}
1223
+ removed_effect = {}
1158
1224
  ai_will_do = {
1159
1225
  factor = 1
1160
1226
  modifier = {
@@ -1218,6 +1284,8 @@ the_statute_of_monopolies = {
1218
1284
  trade_efficiency = 0.1
1219
1285
 
1220
1286
 
1287
+ effect = {}
1288
+ removed_effect = {}
1221
1289
  ai_will_do = {
1222
1290
  factor = 1
1223
1291
  modifier = {
@@ -1279,6 +1347,8 @@ taxation_with_representation = {
1279
1347
  production_efficiency = 0.1
1280
1348
  global_manpower_modifier = 0.1
1281
1349
 
1350
+ effect = {}
1351
+ removed_effect = {}
1282
1352
  ai_will_do = {
1283
1353
  factor = 1
1284
1354
 
@@ -1319,8 +1389,10 @@ cultural_understanding = {
1319
1389
  }
1320
1390
 
1321
1391
  global_unrest = -1
1322
- rebel_support_efficiency = 0.25
1392
+ rebel_support_efficiency = 1
1323
1393
 
1394
+ effect = {}
1395
+ removed_effect = {}
1324
1396
  ai_will_do = {
1325
1397
  factor = 1
1326
1398
  modifier = {
@@ -1359,9 +1431,11 @@ the_citrus_statute = {
1359
1431
  full_idea_group = maritime_ideas
1360
1432
  }
1361
1433
 
1362
- global_tax_modifier = 0.10
1363
- sunk_ship_morale_hit_recieved = -0.33
1434
+ global_tax_modifier = 0.2
1435
+ sunk_ship_morale_hit_recieved = -0.25
1364
1436
 
1437
+ effect = {}
1438
+ removed_effect = {}
1365
1439
  ai_will_do = {
1366
1440
  factor = 0.6
1367
1441
  }
@@ -1382,10 +1456,12 @@ diplomatic_cooperation_act = {
1382
1456
  }
1383
1457
 
1384
1458
 
1385
- advisor_cost = -0.10
1459
+ advisor_cost = -0.15
1386
1460
  diplomatic_reputation = 1
1387
1461
 
1388
1462
 
1463
+ effect = {}
1464
+ removed_effect = {}
1389
1465
  ai_will_do = {
1390
1466
  factor = 1
1391
1467
  }
@@ -1409,6 +1485,8 @@ the_banking_system = {
1409
1485
  trade_efficiency = 0.1
1410
1486
 
1411
1487
 
1488
+ effect = {}
1489
+ removed_effect = {}
1412
1490
  ai_will_do = {
1413
1491
  factor = 1.5
1414
1492
 
@@ -1447,6 +1525,8 @@ church_sponsored_guilds = {
1447
1525
  global_trade_goods_size_modifier = 0.1
1448
1526
  global_missionary_strength = 0.01
1449
1527
 
1528
+ effect = {}
1529
+ removed_effect = {}
1450
1530
  ai_will_do = {
1451
1531
  factor = 1
1452
1532
  modifier = {
@@ -1488,6 +1568,222 @@ anti_heresy_act = {
1488
1568
  religious_unity = 0.2
1489
1569
  global_heretic_missionary_strength = 0.03
1490
1570
 
1571
+ effect = {}
1572
+ removed_effect = {}
1573
+ ai_will_do = {
1574
+ factor = 1
1575
+ modifier = {
1576
+ factor = 0
1577
+ religious_unity = 1
1578
+ }
1579
+ modifier = {
1580
+ factor = 1.5
1581
+ NOT = { religious_unity = 0.8 }
1582
+ }
1583
+ modifier = {
1584
+ factor = 1.5
1585
+ NOT = { religious_unity = 0.6 }
1586
+ }
1587
+ modifier = {
1588
+ factor = 1.5
1589
+ NOT = { religious_unity = 0.4 }
1590
+ }
1591
+ modifier = {
1592
+ factor = 1.5
1593
+ NOT = { religious_unity = 0.2 }
1594
+ }
1595
+ }
1596
+ }
1597
+
1598
+ steppe_supplies_policy = {
1599
+ monarch_power = ADM
1600
+
1601
+ potential = {
1602
+ has_idea_group = administrative_ideas
1603
+ has_idea_group = horde_gov_ideas
1604
+ }
1605
+
1606
+ allow = {
1607
+ full_idea_group = administrative_ideas
1608
+ full_idea_group = horde_gov_ideas
1609
+ }
1610
+
1611
+ global_manpower_modifier = 0.1
1612
+ manpower_recovery_speed = 0.15
1613
+
1614
+ effect = {}
1615
+ removed_effect = {}
1616
+ ai_will_do = {
1617
+ factor = 1
1618
+ modifier = {
1619
+ factor = 1.5
1620
+ is_at_war = yes
1621
+ }
1622
+ }
1623
+ }
1624
+
1625
+
1626
+ to_the_ground_policy = {
1627
+ monarch_power = ADM
1628
+
1629
+ potential = {
1630
+ has_idea_group = economic_ideas
1631
+ has_idea_group = horde_gov_ideas
1632
+ }
1633
+
1634
+ allow = {
1635
+ full_idea_group = economic_ideas
1636
+ full_idea_group = horde_gov_ideas
1637
+ }
1638
+
1639
+ raze_power_gain = 0.33
1640
+ horde_unity = 1
1641
+
1642
+ effect = {}
1643
+ removed_effect = {}
1644
+ ai_will_do = {
1645
+ factor = 1
1646
+ }
1647
+ }
1648
+
1649
+ calming_the_tides_policy = {
1650
+ monarch_power = ADM
1651
+
1652
+ potential = {
1653
+ has_idea_group = humanist_ideas
1654
+ has_idea_group = horde_gov_ideas
1655
+ }
1656
+
1657
+ allow = {
1658
+ full_idea_group = humanist_ideas
1659
+ full_idea_group = horde_gov_ideas
1660
+ }
1661
+
1662
+ global_unrest = -2
1663
+ prestige = 0.5
1664
+
1665
+ effect = {}
1666
+ removed_effect = {}
1667
+ ai_will_do = {
1668
+ factor = 1
1669
+
1670
+ modifier = {
1671
+ factor = 1.5
1672
+ average_effective_unrest = 2
1673
+ }
1674
+ modifier = {
1675
+ factor = 1.5
1676
+ average_effective_unrest = 4
1677
+ }
1678
+ modifier = {
1679
+ factor = 1.5
1680
+ average_effective_unrest = 6
1681
+ }
1682
+ modifier = {
1683
+ factor = 1.5
1684
+ average_effective_unrest = 8
1685
+ }
1686
+ }
1687
+ }
1688
+
1689
+ esprit_de_corps_policy = {
1690
+ monarch_power = ADM
1691
+
1692
+ potential = {
1693
+ has_idea_group = religious_ideas
1694
+ has_idea_group = horde_gov_ideas
1695
+ }
1696
+
1697
+ allow = {
1698
+ full_idea_group = religious_ideas
1699
+ full_idea_group = horde_gov_ideas
1700
+ }
1701
+
1702
+ years_of_nationalism = -5
1703
+ global_missionary_strength = 0.01
1704
+
1705
+ effect = {}
1706
+ removed_effect = {}
1707
+ ai_will_do = {
1708
+ factor = 1
1709
+
1710
+ modifier = {
1711
+ factor = 1.5
1712
+ average_effective_unrest = 2
1713
+ }
1714
+ modifier = {
1715
+ factor = 1.5
1716
+ average_effective_unrest = 4
1717
+ }
1718
+ modifier = {
1719
+ factor = 1.5
1720
+ average_effective_unrest = 6
1721
+ }
1722
+ modifier = {
1723
+ factor = 1.5
1724
+ average_effective_unrest = 8
1725
+ }
1726
+ }
1727
+ }
1728
+
1729
+ otto_per_mille = {
1730
+ monarch_power = ADM
1731
+
1732
+ potential = {
1733
+ has_idea_group = economic_ideas
1734
+ has_idea_group = theocracy_gov_ideas
1735
+ }
1736
+
1737
+ allow = {
1738
+ full_idea_group = economic_ideas
1739
+ full_idea_group = theocracy_gov_ideas
1740
+ }
1741
+
1742
+ core_creation = -0.05
1743
+ years_of_nationalism = -5
1744
+
1745
+ effect = {}
1746
+ removed_effect = {}
1747
+ ai_will_do = {
1748
+ factor = 1
1749
+
1750
+ modifier = {
1751
+ factor = 1.5
1752
+ average_effective_unrest = 2
1753
+ }
1754
+ modifier = {
1755
+ factor = 1.5
1756
+ average_effective_unrest = 4
1757
+ }
1758
+ modifier = {
1759
+ factor = 1.5
1760
+ average_effective_unrest = 6
1761
+ }
1762
+ modifier = {
1763
+ factor = 1.5
1764
+ average_effective_unrest = 8
1765
+ }
1766
+ }
1767
+ }
1768
+
1769
+ religious_spread_policy = {
1770
+ monarch_power = ADM
1771
+
1772
+ potential = {
1773
+ has_idea_group = expansion_ideas
1774
+ has_idea_group = theocracy_gov_ideas
1775
+ }
1776
+
1777
+ allow = {
1778
+ full_idea_group = expansion_ideas
1779
+ full_idea_group = theocracy_gov_ideas
1780
+ }
1781
+
1782
+ global_missionary_strength = 0.01
1783
+ tolerance_own = 1
1784
+
1785
+ effect = {}
1786
+ removed_effect = {}
1491
1787
  ai_will_do = {
1492
1788
  factor = 1
1493
1789
  modifier = {
@@ -1509,6 +1805,551 @@ anti_heresy_act = {
1509
1805
  modifier = {
1510
1806
  factor = 1.5
1511
1807
  NOT = { religious_unity = 0.2 }
1808
+ }
1809
+ }
1810
+ }
1811
+
1812
+ omnism_policy = {
1813
+ monarch_power = ADM
1814
+
1815
+ potential = {
1816
+ has_idea_group = humanist_ideas
1817
+ has_idea_group = theocracy_gov_ideas
1818
+ }
1819
+
1820
+ allow = {
1821
+ full_idea_group = humanist_ideas
1822
+ full_idea_group = theocracy_gov_ideas
1823
+ }
1824
+
1825
+ tolerance_heathen = 2
1826
+ tolerance_heretic = 2
1827
+
1828
+ effect = {}
1829
+ removed_effect = {}
1830
+ ai_will_do = {
1831
+ factor = 1
1832
+ modifier = {
1833
+ factor = 0
1834
+ religious_unity = 1
1835
+ }
1836
+ modifier = {
1837
+ factor = 1.5
1838
+ NOT = { religious_unity = 0.8 }
1839
+ }
1840
+ modifier = {
1841
+ factor = 1.5
1842
+ NOT = { religious_unity = 0.6 }
1512
1843
  }
1844
+ modifier = {
1845
+ factor = 1.5
1846
+ NOT = { religious_unity = 0.4 }
1847
+ }
1848
+ modifier = {
1849
+ factor = 1.5
1850
+ NOT = { religious_unity = 0.2 }
1851
+ }
1852
+ }
1853
+ }
1854
+
1855
+ ora_et_labora_policy = {
1856
+ monarch_power = ADM
1857
+
1858
+ potential = {
1859
+ has_idea_group = innovativeness_ideas
1860
+ has_idea_group = theocracy_gov_ideas
1861
+ }
1862
+
1863
+ allow = {
1864
+ full_idea_group = innovativeness_ideas
1865
+ full_idea_group = theocracy_gov_ideas
1513
1866
  }
1514
- }
1867
+
1868
+ global_trade_goods_size_modifier = 0.05
1869
+ land_attrition = -0.2
1870
+
1871
+ effect = {}
1872
+ removed_effect = {}
1873
+ ai_will_do = {
1874
+ factor = 0.6
1875
+ modifier = {
1876
+ factor = 0
1877
+ NOT = { production_income_percentage = 0.1 }
1878
+ }
1879
+ modifier = {
1880
+ factor = 1.5
1881
+ production_income_percentage = 0.2
1882
+ }
1883
+ modifier = {
1884
+ factor = 1.5
1885
+ production_income_percentage = 0.3
1886
+ }
1887
+ modifier = {
1888
+ factor = 1.5
1889
+ production_income_percentage = 0.4
1890
+ }
1891
+ modifier = {
1892
+ factor = 1.5
1893
+ production_income_percentage = 0.5
1894
+ }
1895
+ }
1896
+ }
1897
+
1898
+ administration_of_sacred_land_policy = {
1899
+ monarch_power = ADM
1900
+
1901
+ potential = {
1902
+ has_idea_group = administrative_ideas
1903
+ has_idea_group = indigenous_ideas
1904
+ }
1905
+
1906
+ allow = {
1907
+ full_idea_group = administrative_ideas
1908
+ full_idea_group = indigenous_ideas
1909
+ }
1910
+
1911
+ land_maintenance_modifier = -0.1
1912
+ development_cost = -0.1
1913
+
1914
+ effect = {}
1915
+ removed_effect = {}
1916
+ ai_will_do = {
1917
+ factor = 1
1918
+ modifier = {
1919
+ factor = 0
1920
+ NOT = { army_size_percentage = 0.9 }
1921
+ }
1922
+ modifier = {
1923
+ factor = 1.5
1924
+ army_size_percentage = 1.1
1925
+ }
1926
+ modifier = {
1927
+ factor = 1.5
1928
+ army_size_percentage = 1.5
1929
+ }
1930
+ modifier = {
1931
+ factor = 1.5
1932
+ army_size_percentage = 2
1933
+ }
1934
+ modifier = {
1935
+ factor = 1.5
1936
+ army_size_percentage = 2.5
1937
+ }
1938
+ }
1939
+ }
1940
+
1941
+ shared_land_policy = {
1942
+ monarch_power = ADM
1943
+
1944
+ potential = {
1945
+ has_idea_group = expansion_ideas
1946
+ has_idea_group = indigenous_ideas
1947
+ }
1948
+
1949
+ allow = {
1950
+ full_idea_group = expansion_ideas
1951
+ full_idea_group = indigenous_ideas
1952
+ }
1953
+
1954
+ build_cost = -0.15
1955
+
1956
+ effect = {}
1957
+ removed_effect = {}
1958
+ ai_will_do = {
1959
+ factor = 1
1960
+ modifier = {
1961
+ factor = 0.1
1962
+ is_at_war = yes
1963
+ }
1964
+ }
1965
+ }
1966
+
1967
+ disruptive_innovation_policy = {
1968
+ monarch_power = ADM
1969
+
1970
+ potential = {
1971
+ has_idea_group = innovativeness_ideas
1972
+ has_idea_group = indigenous_ideas
1973
+ }
1974
+
1975
+ allow = {
1976
+ full_idea_group = innovativeness_ideas
1977
+ full_idea_group = indigenous_ideas
1978
+ }
1979
+
1980
+ development_cost = -0.05
1981
+ global_institution_spread = 0.2
1982
+
1983
+ effect = {}
1984
+ removed_effect = {}
1985
+ ai_will_do = {
1986
+ factor = 1
1987
+ }
1988
+ }
1989
+
1990
+ ancestor_worship_policy = {
1991
+ monarch_power = ADM
1992
+
1993
+ potential = {
1994
+ has_idea_group = religious_ideas
1995
+ has_idea_group = indigenous_ideas
1996
+ }
1997
+
1998
+ allow = {
1999
+ full_idea_group = religious_ideas
2000
+ full_idea_group = indigenous_ideas
2001
+ }
2002
+
2003
+ missionaries = 1
2004
+ tolerance_own = 1
2005
+
2006
+ effect = {}
2007
+ removed_effect = {}
2008
+ ai_will_do = {
2009
+ factor = 1
2010
+ }
2011
+ }
2012
+
2013
+ #1.35 Additions#
2014
+
2015
+ aristocratic_rule_act = {
2016
+ monarch_power = ADM
2017
+
2018
+ potential = {
2019
+ has_idea_group = infrastructure_ideas
2020
+ has_idea_group = aristocracy_ideas
2021
+ }
2022
+
2023
+ allow = {
2024
+ full_idea_group = infrastructure_ideas
2025
+ full_idea_group = aristocracy_ideas
2026
+ }
2027
+
2028
+ governing_capacity_modifier = 0.1
2029
+ global_autonomy = -0.05
2030
+
2031
+ effect = {}
2032
+ removed_effect = {}
2033
+ ai_will_do = {
2034
+ factor = 0
2035
+ }
2036
+ }
2037
+
2038
+ plutocratic_rule_act = {
2039
+ monarch_power = ADM
2040
+
2041
+ potential = {
2042
+ has_idea_group = infrastructure_ideas
2043
+ has_idea_group = plutocracy_ideas
2044
+ }
2045
+
2046
+ allow = {
2047
+ full_idea_group = infrastructure_ideas
2048
+ full_idea_group = plutocracy_ideas
2049
+ }
2050
+
2051
+ global_prov_trade_power_modifier = 0.25
2052
+
2053
+ effect = {}
2054
+ removed_effect = {}
2055
+ ai_will_do = {
2056
+ factor = 0
2057
+ }
2058
+ }
2059
+
2060
+ theocratic_rule_act = {
2061
+ monarch_power = ADM
2062
+
2063
+ potential = {
2064
+ has_idea_group = infrastructure_ideas
2065
+ has_idea_group = theocracy_gov_ideas
2066
+ }
2067
+
2068
+ allow = {
2069
+ full_idea_group = infrastructure_ideas
2070
+ full_idea_group = theocracy_gov_ideas
2071
+ }
2072
+
2073
+ missionaries = 1
2074
+ prestige_per_development_from_conversion = 0.5
2075
+
2076
+ effect = {}
2077
+ removed_effect = {}
2078
+ ai_will_do = {
2079
+ factor = 0
2080
+ }
2081
+ }
2082
+
2083
+
2084
+ head_of_state_act = {
2085
+ monarch_power = ADM
2086
+
2087
+ potential = {
2088
+ has_idea_group = court_ideas
2089
+ has_idea_group = innovativeness_ideas
2090
+ }
2091
+
2092
+ allow = {
2093
+ full_idea_group = court_ideas
2094
+ full_idea_group = innovativeness_ideas
2095
+ }
2096
+
2097
+ no_stability_loss_on_monarch_death = yes
2098
+ monarch_lifespan = 0.25
2099
+
2100
+ effect = {}
2101
+ removed_effect = {}
2102
+ ai_will_do = {
2103
+ factor = 0
2104
+ }
2105
+ }
2106
+
2107
+ zealous_court_act = {
2108
+ monarch_power = ADM
2109
+
2110
+ potential = {
2111
+ has_idea_group = court_ideas
2112
+ has_idea_group = religious_ideas
2113
+ }
2114
+
2115
+ allow = {
2116
+ full_idea_group = court_ideas
2117
+ full_idea_group = religious_ideas
2118
+ }
2119
+
2120
+ warscore_cost_vs_other_religion = -0.05
2121
+ tolerance_own = 1
2122
+
2123
+ effect = {}
2124
+ removed_effect = {}
2125
+ ai_will_do = {
2126
+ factor = 0
2127
+ }
2128
+ }
2129
+
2130
+ financial_miracle_act = {
2131
+ monarch_power = ADM
2132
+
2133
+ potential = {
2134
+ has_idea_group = court_ideas
2135
+ has_idea_group = economic_ideas
2136
+ }
2137
+
2138
+ allow = {
2139
+ full_idea_group = court_ideas
2140
+ full_idea_group = economic_ideas
2141
+ }
2142
+
2143
+ production_efficiency = 0.1
2144
+ same_culture_advisor_cost = -0.1
2145
+
2146
+ effect = {}
2147
+ removed_effect = {}
2148
+ ai_will_do = {
2149
+ factor = 0
2150
+ }
2151
+ }
2152
+
2153
+ subject_obligations_act = {
2154
+ monarch_power = ADM
2155
+
2156
+ potential = {
2157
+ has_idea_group = court_ideas
2158
+ has_idea_group = expansion_ideas
2159
+ }
2160
+
2161
+ allow = {
2162
+ full_idea_group = court_ideas
2163
+ full_idea_group = expansion_ideas
2164
+ }
2165
+
2166
+ reduced_liberty_desire = 15
2167
+ global_tariffs = 0.1
2168
+
2169
+ effect = {}
2170
+ removed_effect = {}
2171
+ ai_will_do = {
2172
+ factor = 0
2173
+ }
2174
+ }
2175
+
2176
+ big_government_act = {
2177
+ monarch_power = ADM
2178
+
2179
+ potential = {
2180
+ has_idea_group = court_ideas
2181
+ has_idea_group = administrative_ideas
2182
+ }
2183
+
2184
+ allow = {
2185
+ full_idea_group = court_ideas
2186
+ full_idea_group = administrative_ideas
2187
+ }
2188
+
2189
+ core_creation = -0.05
2190
+ global_tax_modifier = 0.15
2191
+
2192
+ effect = {}
2193
+ removed_effect = {}
2194
+ ai_will_do = {
2195
+ factor = 0
2196
+ }
2197
+ }
2198
+
2199
+ humanitarian_administration_act = {
2200
+ monarch_power = ADM
2201
+
2202
+ potential = {
2203
+ has_idea_group = court_ideas
2204
+ has_idea_group = humanist_ideas
2205
+ }
2206
+
2207
+ allow = {
2208
+ full_idea_group = court_ideas
2209
+ full_idea_group = humanist_ideas
2210
+ }
2211
+
2212
+ num_accepted_cultures = 2
2213
+
2214
+ effect = {}
2215
+ removed_effect = {}
2216
+ ai_will_do = {
2217
+ factor = 0
2218
+ }
2219
+ }
2220
+
2221
+
2222
+
2223
+ blessed_construction_act = {
2224
+ monarch_power = ADM
2225
+
2226
+ potential = {
2227
+ has_idea_group = court_ideas
2228
+ has_idea_group = theocracy_gov_ideas
2229
+ }
2230
+
2231
+ allow = {
2232
+ full_idea_group = court_ideas
2233
+ full_idea_group = theocracy_gov_ideas
2234
+ }
2235
+
2236
+ build_cost = -0.1
2237
+
2238
+
2239
+ effect = {}
2240
+ removed_effect = {}
2241
+ ai_will_do = {
2242
+ factor = 0
2243
+ }
2244
+ }
2245
+
2246
+ military_innovation_act = {
2247
+ monarch_power = ADM
2248
+
2249
+ potential = {
2250
+ has_idea_group = mercenary_ideas
2251
+ has_idea_group = innovativeness_ideas
2252
+ }
2253
+
2254
+ allow = {
2255
+ full_idea_group = mercenary_ideas
2256
+ full_idea_group = innovativeness_ideas
2257
+ }
2258
+
2259
+ mil_advisor_cost = -0.33
2260
+ mil_tech_cost_modifier = -0.1
2261
+
2262
+ effect = {}
2263
+ removed_effect = {}
2264
+ ai_will_do = {
2265
+ factor = 0
2266
+ }
2267
+ }
2268
+
2269
+ efficient_war_taxes_act = {
2270
+ monarch_power = ADM
2271
+
2272
+ potential = {
2273
+ has_idea_group = mercenary_ideas
2274
+ has_idea_group = economic_ideas
2275
+ }
2276
+
2277
+ allow = {
2278
+ full_idea_group = mercenary_ideas
2279
+ full_idea_group = economic_ideas
2280
+ }
2281
+
2282
+ global_tax_modifier = 0.15
2283
+ possible_condottieri = 1
2284
+
2285
+ effect = {}
2286
+ removed_effect = {}
2287
+ ai_will_do = {
2288
+ factor = 0
2289
+ }
2290
+ }
2291
+
2292
+ peace_keeping_force_act = {
2293
+ monarch_power = ADM
2294
+
2295
+ potential = {
2296
+ has_idea_group = mercenary_ideas
2297
+ has_idea_group = humanist_ideas
2298
+ }
2299
+
2300
+ allow = {
2301
+ full_idea_group = mercenary_ideas
2302
+ full_idea_group = humanist_ideas
2303
+ }
2304
+
2305
+ harsh_treatment_cost = -0.25
2306
+ global_rebel_suppression_efficiency = 1
2307
+
2308
+ effect = {}
2309
+ removed_effect = {}
2310
+ ai_will_do = {
2311
+ factor = 0
2312
+ }
2313
+ }
2314
+
2315
+ indigenous_development_act = {
2316
+ monarch_power = ADM
2317
+
2318
+ potential = {
2319
+ has_idea_group = indigenous_ideas
2320
+ has_idea_group = infrastructure_ideas
2321
+ }
2322
+
2323
+ allow = {
2324
+ full_idea_group = indigenous_ideas
2325
+ full_idea_group = infrastructure_ideas
2326
+ }
2327
+
2328
+ development_cost = -0.05
2329
+ global_institution_spread = 0.33
2330
+
2331
+ ai_will_do = {
2332
+ factor = 0
2333
+ }
2334
+ }
2335
+
2336
+ mercenary_registration_act = {
2337
+ monarch_power = ADM
2338
+
2339
+ potential = {
2340
+ has_idea_group = administrative_ideas
2341
+ has_idea_group = mercenary_ideas
2342
+ }
2343
+
2344
+ allow = {
2345
+ full_idea_group = administrative_ideas
2346
+ full_idea_group = mercenary_ideas
2347
+ }
2348
+
2349
+ merc_maintenance_modifier = -0.2
2350
+ may_build_supply_depot = yes
2351
+
2352
+ ai_will_do = {
2353
+ factor = 0
2354
+ }
2355
+ }
common/policies/00_dip.txt CHANGED
@@ -1,3 +1,70 @@
1
+ innovative_payment_techniques_act = {
2
+ monarch_power = DIP
3
+
4
+ potential = {
5
+ has_idea_group = court_ideas
6
+ has_idea_group = mercenary_ideas
7
+ }
8
+
9
+ allow = {
10
+ full_idea_group = court_ideas
11
+ full_idea_group = mercenary_ideas
12
+ }
13
+
14
+ mercenary_cost = -0.33
15
+
16
+ effect = {}
17
+ removed_effect = {}
18
+ ai_will_do = {
19
+ factor = 0
20
+ }
21
+ }
22
+
23
+ plutocratic_ethos_act = {
24
+ monarch_power = DIP
25
+
26
+ potential = {
27
+ has_idea_group = court_ideas
28
+ has_idea_group = plutocracy_ideas
29
+ }
30
+
31
+ allow = {
32
+ full_idea_group = court_ideas
33
+ full_idea_group = plutocracy_ideas
34
+ }
35
+
36
+ reform_progress_growth = 0.25
37
+
38
+ effect = {}
39
+ removed_effect = {}
40
+ ai_will_do = {
41
+ factor = 0
42
+ }
43
+ }
44
+
45
+ clan_unity_act = {
46
+ monarch_power = DIP
47
+
48
+ potential = {
49
+ has_idea_group = court_ideas
50
+ has_idea_group = horde_gov_ideas
51
+ }
52
+
53
+ allow = {
54
+ full_idea_group = court_ideas
55
+ full_idea_group = horde_gov_ideas
56
+ }
57
+
58
+ horde_unity = 1
59
+ ae_impact = -0.1
60
+
61
+ effect = {}
62
+ removed_effect = {}
63
+ ai_will_do = {
64
+ factor = 0
65
+ }
66
+ }
67
+
1
68
  the_recruiting_act = {
2
69
  monarch_power = DIP
3
70
 
@@ -12,8 +79,10 @@ the_recruiting_act = {
12
79
  }
13
80
 
14
81
  global_sailors_modifier = 0.25
15
- allowed_marine_fraction = 0.05
82
+ allowed_marine_fraction = 0.1
16
83
 
84
+ effect = {}
85
+ removed_effect = {}
17
86
  ai_will_do = {
18
87
  factor = 0.6
19
88
  modifier = {
@@ -55,6 +124,8 @@ hold_the_weather_gauge = {
55
124
  leader_naval_manuever = 1
56
125
  ship_durability = 0.05
57
126
 
127
+ effect = {}
128
+ removed_effect = {}
58
129
  ai_will_do = {
59
130
  factor = 1
60
131
  }
@@ -73,9 +144,11 @@ the_wooden_wall = {
73
144
  full_idea_group = defensive_ideas
74
145
  }
75
146
 
76
- global_ship_cost = -0.10
147
+ global_ship_cost = -0.1
77
148
  naval_forcelimit_modifier = 0.15
78
149
 
150
+ effect = {}
151
+ removed_effect = {}
79
152
  ai_will_do = {
80
153
  factor = 0.6
81
154
  modifier = {
@@ -97,8 +170,11 @@ the_importation_act = {
97
170
  full_idea_group = administrative_ideas
98
171
  }
99
172
 
100
- trade_efficiency = 0.20
173
+ trade_efficiency = 0.1
174
+ mercantilism_cost = -0.2
101
175
 
176
+ effect = {}
177
+ removed_effect = {}
102
178
  ai_will_do = {
103
179
  factor = 1.2
104
180
  modifier = {
@@ -138,9 +214,11 @@ colonial_expansions = {
138
214
  full_idea_group = exploration_ideas
139
215
  }
140
216
 
141
- global_colonial_growth = 20
217
+ global_colonial_growth = 15
142
218
  native_uprising_chance = -0.5
143
219
 
220
+ effect = {}
221
+ removed_effect = {}
144
222
  ai_will_do = {
145
223
  factor = 1
146
224
  modifier = {
@@ -172,6 +250,8 @@ beneficial_neglect = {
172
250
  global_trade_power = 0.1
173
251
 
174
252
 
253
+ effect = {}
254
+ removed_effect = {}
175
255
  ai_will_do = {
176
256
  factor = 1
177
257
  modifier = {
@@ -221,9 +301,11 @@ restrictions_for_colonies = {
221
301
 
222
302
 
223
303
 
224
- global_tariffs = 0.1
225
- liberty_desire_from_subject_development = -0.1
304
+ global_missionary_strength = 0.02
305
+ liberty_desire_from_subject_development = -0.15
226
306
 
307
+ effect = {}
308
+ removed_effect = {}
227
309
  ai_will_do = {
228
310
  factor = 1
229
311
  modifier = {
@@ -290,6 +372,8 @@ naval_infrastructure_act = {
290
372
  naval_forcelimit_modifier = 0.33
291
373
 
292
374
 
375
+ effect = {}
376
+ removed_effect = {}
293
377
  ai_will_do = {
294
378
  factor = 1
295
379
  modifier = {
@@ -331,6 +415,8 @@ new_naval_tactis = {
331
415
  heavy_ship_power = 0.1
332
416
 
333
417
 
418
+ effect = {}
419
+ removed_effect = {}
334
420
  ai_will_do = {
335
421
  factor = 1
336
422
  modifier = {
@@ -355,6 +441,8 @@ trade_connection_policy = {
355
441
  global_foreign_trade_power = 0.30
356
442
  merchants = 1
357
443
 
444
+ effect = {}
445
+ removed_effect = {}
358
446
  ai_will_do = {
359
447
  factor = 0.8
360
448
  modifier = {
@@ -388,9 +476,11 @@ naval_secrecy_act = {
388
476
  full_idea_group = defensive_ideas
389
477
  }
390
478
 
391
- global_spy_defence = 0.2
479
+ sunk_ship_morale_hit_recieved = -0.1
392
480
  naval_morale = 0.1
393
481
 
482
+ effect = {}
483
+ removed_effect = {}
394
484
  ai_will_do = {
395
485
  factor = 0.8
396
486
  modifier = {
@@ -415,6 +505,8 @@ streamlined_galley_production = {
415
505
  galley_cost = -0.15
416
506
  galley_power = 0.15
417
507
 
508
+ effect = {}
509
+ removed_effect = {}
418
510
  ai_will_do = {
419
511
  factor = 1
420
512
  modifier = {
@@ -436,8 +528,10 @@ cloth_quality_edict = {
436
528
  full_idea_group = trade_ideas
437
529
  full_idea_group = quality_ideas
438
530
  }
439
- trade_efficiency = 0.2
531
+ trade_efficiency = 0.15
440
532
 
533
+ effect = {}
534
+ removed_effect = {}
441
535
  ai_will_do = {
442
536
  factor = 1.2
443
537
  modifier = {
@@ -476,9 +570,11 @@ production_quota_act = {
476
570
  full_idea_group = trade_ideas
477
571
  full_idea_group = quantity_ideas
478
572
  }
479
- global_trade_goods_size_modifier = 0.2
573
+ global_trade_goods_size_modifier = 0.15
480
574
 
481
575
 
576
+ effect = {}
577
+ removed_effect = {}
482
578
  ai_will_do = {
483
579
  factor = 0.7
484
580
  }
@@ -500,6 +596,8 @@ encouragement_of_merchant_navy = {
500
596
  trade_steering = 0.2
501
597
 
502
598
 
599
+ effect = {}
600
+ removed_effect = {}
503
601
  ai_will_do = {
504
602
  factor = 1
505
603
  modifier = {
@@ -542,6 +640,8 @@ commercial_embassies = {
542
640
  global_trade_power = 0.1
543
641
  diplomatic_reputation = 1
544
642
 
643
+ effect = {}
644
+ removed_effect = {}
545
645
  ai_will_do = {
546
646
  factor = 0.8
547
647
  modifier = {
@@ -576,13 +676,12 @@ mandatory_service = {
576
676
  }
577
677
 
578
678
  reelection_cost = -0.10
579
- legitimacy = 1.0
580
- devotion = 1.0
581
- horde_unity = 1.0
582
- meritocracy = 0.5
679
+ global_manpower_modifier = 0.1
583
680
  may_recruit_female_generals = yes
584
681
  female_advisor_chance = 0.25
585
682
 
683
+ effect = {}
684
+ removed_effect = {}
586
685
  ai_will_do = {
587
686
  factor = 0
588
687
  }
@@ -604,6 +703,8 @@ professional_diplomatic_corps = {
604
703
  diplomatic_reputation = 1
605
704
  war_exhaustion = -0.05
606
705
 
706
+ effect = {}
707
+ removed_effect = {}
607
708
  ai_will_do = {
608
709
  factor = 0.7
609
710
  }
@@ -627,6 +728,8 @@ colonial_companies_act = {
627
728
  range = 0.20
628
729
  global_colonial_growth = 10
629
730
 
731
+ effect = {}
732
+ removed_effect = {}
630
733
  ai_will_do = {
631
734
  factor = 1
632
735
  modifier = {
@@ -653,8 +756,10 @@ protected_shipping_lanes = {
653
756
  }
654
757
 
655
758
  light_ship_cost = -0.15
656
- light_ship_power = 0.15
759
+ global_ship_trade_power = 0.2
657
760
 
761
+ effect = {}
762
+ removed_effect = {}
658
763
  ai_will_do = {
659
764
  factor = 1
660
765
  modifier = {
@@ -678,8 +783,10 @@ chaplains_of_the_fleet = {
678
783
  }
679
784
 
680
785
  naval_morale = 0.1
681
- recover_navy_morale_speed = 0.05
786
+ recover_navy_morale_speed = 0.1
682
787
 
788
+ effect = {}
789
+ removed_effect = {}
683
790
  ai_will_do = {
684
791
  factor = 1
685
792
  modifier = {
@@ -705,6 +812,8 @@ multilingual_diplomats = {
705
812
  num_accepted_cultures = 1
706
813
  improve_relation_modifier = 0.2
707
814
 
815
+ effect = {}
816
+ removed_effect = {}
708
817
  ai_will_do = {
709
818
  factor = 1
710
819
  }
@@ -726,6 +835,8 @@ native_assimilation_act = {
726
835
  global_colonial_growth = 10
727
836
  native_assimilation = 0.5
728
837
 
838
+ effect = {}
839
+ removed_effect = {}
729
840
  ai_will_do = {
730
841
  factor = 1
731
842
  modifier = {
@@ -755,6 +866,8 @@ the_foreign_aid_act = {
755
866
  diplomatic_upkeep = 1
756
867
  diplomatic_reputation = 1
757
868
 
869
+ effect = {}
870
+ removed_effect = {}
758
871
  ai_will_do = {
759
872
  factor = 0.9
760
873
  }
@@ -773,8 +886,10 @@ cultural_unity = {
773
886
  full_idea_group = religious_ideas
774
887
  }
775
888
 
776
- culture_conversion_cost = -0.2
889
+ culture_conversion_cost = -0.15
777
890
 
891
+ effect = {}
892
+ removed_effect = {}
778
893
  ai_will_do = {
779
894
  factor = 0.6
780
895
  }
@@ -796,6 +911,8 @@ terms_of_surrender_statute = {
796
911
  capture_ship_chance = 0.33
797
912
 
798
913
 
914
+ effect = {}
915
+ removed_effect = {}
799
916
  ai_will_do = {
800
917
  factor = 0.6
801
918
  }
@@ -816,6 +933,8 @@ skilled_cartographers = {
816
933
 
817
934
  global_naval_engagement_modifier = 0.2
818
935
 
936
+ effect = {}
937
+ removed_effect = {}
819
938
  ai_will_do = {
820
939
  factor = 1
821
940
  modifier = {
@@ -842,9 +961,10 @@ fortified_trading_posts = {
842
961
  full_idea_group = trade_ideas
843
962
  }
844
963
 
845
- global_ship_trade_power = 0.4
846
- light_ship_cost = -0.1
964
+ global_ship_trade_power = 0.33
847
965
 
966
+ effect = {}
967
+ removed_effect = {}
848
968
  ai_will_do = {
849
969
  factor = 0.9
850
970
  modifier = {
@@ -884,8 +1004,10 @@ the_integrated_administration_act = {
884
1004
  }
885
1005
 
886
1006
  vassal_income = 0.25
887
- global_institution_spread = 0.1
1007
+ diplomatic_annexation_cost = -0.1
888
1008
 
1009
+ effect = {}
1010
+ removed_effect = {}
889
1011
  ai_will_do = {
890
1012
  factor = 1
891
1013
  modifier = {
@@ -927,6 +1049,8 @@ the_cooperation_act = {
927
1049
  caravan_power = 0.33
928
1050
  merchants = 1
929
1051
 
1052
+ effect = {}
1053
+ removed_effect = {}
930
1054
  ai_will_do = {
931
1055
  factor = 0.7
932
1056
  modifier = {
@@ -953,8 +1077,10 @@ record_keeping_act = {
953
1077
  }
954
1078
 
955
1079
  diplomats = 1
956
- merc_maintenance_modifier = -0.15
1080
+ global_autonomy = -0.05
957
1081
 
1082
+ effect = {}
1083
+ removed_effect = {}
958
1084
  ai_will_do = {
959
1085
  factor = 0.6
960
1086
  }
@@ -976,6 +1102,8 @@ colonial_administration_act = {
976
1102
  colonist_placement_chance = 0.05
977
1103
 
978
1104
 
1105
+ effect = {}
1106
+ removed_effect = {}
979
1107
  ai_will_do = {
980
1108
  factor = 1
981
1109
  modifier = {
@@ -1004,6 +1132,8 @@ naval_school_act = {
1004
1132
 
1005
1133
  navy_tradition = 1
1006
1134
 
1135
+ effect = {}
1136
+ removed_effect = {}
1007
1137
  ai_will_do = {
1008
1138
  factor = 1
1009
1139
  modifier = {
@@ -1031,6 +1161,8 @@ the_foreign_support_act = {
1031
1161
  rebel_support_efficiency = 0.50
1032
1162
  diplomats = 1
1033
1163
 
1164
+ effect = {}
1165
+ removed_effect = {}
1034
1166
  ai_will_do = {
1035
1167
  factor = 0
1036
1168
  }
@@ -1048,8 +1180,11 @@ the_stamp_act = {
1048
1180
  full_idea_group = exploration_ideas
1049
1181
  }
1050
1182
 
1051
- global_tariffs = 0.25
1183
+ global_trade_power = 0.1
1184
+ global_tariffs = 0.15
1052
1185
 
1186
+ effect = {}
1187
+ removed_effect = {}
1053
1188
  ai_will_do = {
1054
1189
  factor = 1
1055
1190
  modifier = {
@@ -1088,9 +1223,11 @@ black_chamber_act = {
1088
1223
  full_idea_group = offensive_ideas
1089
1224
  }
1090
1225
 
1091
- spy_offence = 0.10
1226
+ spy_offence = 0.25
1092
1227
  diplomats = 1
1093
1228
 
1229
+ effect = {}
1230
+ removed_effect = {}
1094
1231
  ai_will_do = {
1095
1232
  factor = 0.6
1096
1233
  }
@@ -1109,8 +1246,10 @@ diplomatic_defence_act = {
1109
1246
  }
1110
1247
 
1111
1248
  diplomats = 1
1112
- diplomatic_upkeep = 1
1249
+ improve_relation_modifier = 0.2
1113
1250
 
1251
+ effect = {}
1252
+ removed_effect = {}
1114
1253
  ai_will_do = {
1115
1254
  factor = 0.7
1116
1255
  modifier = {
@@ -1137,6 +1276,8 @@ armed_neutrality_act = {
1137
1276
  trade_steering = 0.25
1138
1277
  merchants = 1
1139
1278
 
1279
+ effect = {}
1280
+ removed_effect = {}
1140
1281
  ai_will_do = {
1141
1282
  factor = 0.6
1142
1283
  modifier = {
@@ -1175,9 +1316,11 @@ the_naval_supremacy_act = {
1175
1316
  full_idea_group = maritime_ideas
1176
1317
  }
1177
1318
 
1178
- privateer_efficiency = 0.5
1319
+ siege_blockade_progress = 1
1179
1320
  blockade_efficiency = 0.5
1180
1321
 
1322
+ effect = {}
1323
+ removed_effect = {}
1181
1324
  ai_will_do = {
1182
1325
  factor = 0.8
1183
1326
  modifier = {
@@ -1201,9 +1344,11 @@ letters_of_marque = {
1201
1344
  }
1202
1345
 
1203
1346
  privateer_efficiency = 0.5
1204
- ship_durability = 0.05
1347
+ capture_ship_chance = 0.25
1205
1348
 
1206
1349
 
1350
+ effect = {}
1351
+ removed_effect = {}
1207
1352
  ai_will_do = {
1208
1353
  factor = 0.6
1209
1354
  modifier = {
@@ -1226,8 +1371,11 @@ trained_marines_act = {
1226
1371
  full_idea_group = maritime_ideas
1227
1372
  }
1228
1373
 
1229
- naval_morale = 0.2
1374
+ naval_morale = 0.1
1375
+ allowed_marine_fraction = 0.1
1230
1376
 
1377
+ effect = {}
1378
+ removed_effect = {}
1231
1379
  ai_will_do = {
1232
1380
  factor = 1
1233
1381
  modifier = {
@@ -1235,4 +1383,639 @@ trained_marines_act = {
1235
1383
  NOT = { navy_size = 20 }
1236
1384
  }
1237
1385
  }
1238
- }
1386
+ }
1387
+
1388
+ steppe_nomad_migrations_policy = {
1389
+ monarch_power = DIP
1390
+
1391
+ potential = {
1392
+ has_idea_group = horde_gov_ideas
1393
+ has_idea_group = exploration_ideas
1394
+ }
1395
+
1396
+ allow = {
1397
+ full_idea_group = horde_gov_ideas
1398
+ full_idea_group = exploration_ideas
1399
+ }
1400
+
1401
+ colonist_placement_chance = 0.05
1402
+ native_uprising_chance = -0.5
1403
+
1404
+ effect = {}
1405
+ removed_effect = {}
1406
+ ai_will_do = {
1407
+ factor = 0
1408
+ }
1409
+ }
1410
+
1411
+ riverine_navy_policy = {
1412
+ monarch_power = DIP
1413
+
1414
+ potential = {
1415
+ has_idea_group = horde_gov_ideas
1416
+ has_idea_group = maritime_ideas
1417
+ }
1418
+
1419
+ allow = {
1420
+ full_idea_group = horde_gov_ideas
1421
+ full_idea_group = maritime_ideas
1422
+ }
1423
+
1424
+ naval_forcelimit_modifier = 0.1
1425
+ navy_tradition = 1
1426
+
1427
+ effect = {}
1428
+ removed_effect = {}
1429
+ ai_will_do = {
1430
+ factor = 1.0
1431
+ modifier = {
1432
+ factor = 0
1433
+ NOT = { navy_size = 20 }
1434
+ }
1435
+ }
1436
+ }
1437
+
1438
+ passport_to_merchants_policy = {
1439
+ monarch_power = DIP
1440
+
1441
+ potential = {
1442
+ has_idea_group = horde_gov_ideas
1443
+ has_idea_group = trade_ideas
1444
+ }
1445
+
1446
+ allow = {
1447
+ full_idea_group = horde_gov_ideas
1448
+ full_idea_group = trade_ideas
1449
+ }
1450
+
1451
+ mercantilism_cost = -0.2
1452
+ global_own_trade_power = 0.1
1453
+
1454
+ effect = {}
1455
+ removed_effect = {}
1456
+ ai_will_do = {
1457
+ factor = 0
1458
+ }
1459
+ }
1460
+
1461
+ faith_advisors_policy = {
1462
+ monarch_power = DIP
1463
+
1464
+ potential = {
1465
+ has_idea_group = theocracy_gov_ideas
1466
+ has_idea_group = diplomatic_ideas
1467
+ }
1468
+
1469
+ allow = {
1470
+ full_idea_group = theocracy_gov_ideas
1471
+ full_idea_group = diplomatic_ideas
1472
+ }
1473
+
1474
+ papal_influence = 1
1475
+ church_power_modifier = 0.15
1476
+ monthly_fervor_increase = 1
1477
+ yearly_patriarch_authority = 0.005
1478
+ yearly_harmony = 0.5
1479
+ yearly_karma_decay = 0.05
1480
+ monthly_piety = 0.001
1481
+ diplomatic_reputation = 1
1482
+
1483
+ effect = {}
1484
+ removed_effect = {}
1485
+ ai_will_do = {
1486
+ factor = 1
1487
+ }
1488
+ }
1489
+
1490
+ one_and_true = {
1491
+ monarch_power = DIP
1492
+
1493
+ potential = {
1494
+ has_idea_group = theocracy_gov_ideas
1495
+ has_idea_group = influence_ideas
1496
+ }
1497
+
1498
+ allow = {
1499
+ full_idea_group = theocracy_gov_ideas
1500
+ full_idea_group = influence_ideas
1501
+ }
1502
+
1503
+ reduced_liberty_desire = 10
1504
+ global_missionary_strength = 0.01
1505
+
1506
+ effect = {}
1507
+ removed_effect = {}
1508
+ ai_will_do = {
1509
+ factor = 0
1510
+ }
1511
+ }
1512
+
1513
+ maritime_scribes = {
1514
+ monarch_power = DIP
1515
+
1516
+ potential = {
1517
+ has_idea_group = theocracy_gov_ideas
1518
+ has_idea_group = maritime_ideas
1519
+ }
1520
+
1521
+ allow = {
1522
+ full_idea_group = theocracy_gov_ideas
1523
+ full_idea_group = maritime_ideas
1524
+ }
1525
+
1526
+ naval_tradition_from_battle = 0.5
1527
+ prestige_from_naval = 1
1528
+
1529
+ effect = {}
1530
+ removed_effect = {}
1531
+ ai_will_do = {
1532
+ factor = 0
1533
+ }
1534
+ }
1535
+
1536
+
1537
+ solidarity_policy = { #change name
1538
+ monarch_power = DIP
1539
+
1540
+ potential = {
1541
+ has_idea_group = theocracy_gov_ideas
1542
+ has_idea_group = trade_ideas
1543
+ }
1544
+
1545
+ allow = {
1546
+ full_idea_group = theocracy_gov_ideas
1547
+ full_idea_group = trade_ideas
1548
+ }
1549
+
1550
+ improve_relation_modifier = 0.15
1551
+ trade_efficiency = 0.1
1552
+
1553
+ effect = {}
1554
+ removed_effect = {}
1555
+ ai_will_do = {
1556
+ factor = 1.2
1557
+ modifier = {
1558
+ factor = 0
1559
+ NOT = { trade_income_percentage = 0.1 }
1560
+ }
1561
+ modifier = {
1562
+ factor = 1.5
1563
+ trade_income_percentage = 0.2
1564
+ }
1565
+ modifier = {
1566
+ factor = 1.5
1567
+ trade_income_percentage = 0.3
1568
+ }
1569
+ modifier = {
1570
+ factor = 1.5
1571
+ trade_income_percentage = 0.4
1572
+ }
1573
+ modifier = {
1574
+ factor = 1.5
1575
+ trade_income_percentage = 0.5
1576
+ }
1577
+ }
1578
+ }
1579
+
1580
+ appeal_to_old_powers_policy = {
1581
+ monarch_power = DIP
1582
+
1583
+ potential = {
1584
+ has_idea_group = indigenous_ideas
1585
+ has_idea_group = diplomatic_ideas
1586
+ }
1587
+
1588
+ allow = {
1589
+ full_idea_group = indigenous_ideas
1590
+ full_idea_group = diplomatic_ideas
1591
+ }
1592
+
1593
+ diplomatic_reputation = 1
1594
+ improve_relation_modifier = 0.15
1595
+
1596
+ effect = {}
1597
+ removed_effect = {}
1598
+ ai_will_do = {
1599
+ factor = 1.0
1600
+ }
1601
+ }
1602
+
1603
+ indirect_approach_policy = {
1604
+ monarch_power = DIP
1605
+
1606
+ potential = {
1607
+ has_idea_group = indigenous_ideas
1608
+ has_idea_group = spy_ideas
1609
+ }
1610
+
1611
+ allow = {
1612
+ full_idea_group = indigenous_ideas
1613
+ full_idea_group = spy_ideas
1614
+ }
1615
+
1616
+ movement_speed = 0.1
1617
+ land_attrition = -0.1
1618
+
1619
+ effect = {}
1620
+ removed_effect = {}
1621
+ ai_will_do = {
1622
+ factor = 1
1623
+ modifier = {
1624
+ factor = 1.5
1625
+ is_at_war = yes
1626
+ }
1627
+ }
1628
+ }
1629
+
1630
+ loyalty_to_the_land_policy = {
1631
+ monarch_power = DIP
1632
+
1633
+ potential = {
1634
+ has_idea_group = indigenous_ideas
1635
+ has_idea_group = influence_ideas
1636
+ }
1637
+
1638
+ allow = {
1639
+ full_idea_group = indigenous_ideas
1640
+ full_idea_group = influence_ideas
1641
+ }
1642
+
1643
+ diplomatic_upkeep = 1
1644
+ liberty_desire_from_subject_development = -0.15
1645
+
1646
+ effect = {}
1647
+ removed_effect = {}
1648
+ ai_will_do = {
1649
+ factor = 1
1650
+ }
1651
+ }
1652
+
1653
+ commercial_tribes_policy = {
1654
+ monarch_power = DIP
1655
+
1656
+ potential = {
1657
+ has_idea_group = indigenous_ideas
1658
+ has_idea_group = trade_ideas
1659
+ }
1660
+
1661
+ allow = {
1662
+ full_idea_group = indigenous_ideas
1663
+ full_idea_group = trade_ideas
1664
+ }
1665
+
1666
+ trade_range_modifier = 0.15
1667
+ range = 0.25
1668
+
1669
+ effect = {}
1670
+ removed_effect = {}
1671
+ ai_will_do = {
1672
+ factor = 0
1673
+ }
1674
+ }
1675
+
1676
+ canoe_expertise_policy = {
1677
+ monarch_power = DIP
1678
+
1679
+ potential = {
1680
+ has_idea_group = indigenous_ideas
1681
+ has_idea_group = maritime_ideas
1682
+ }
1683
+
1684
+ allow = {
1685
+ full_idea_group = indigenous_ideas
1686
+ full_idea_group = maritime_ideas
1687
+ }
1688
+
1689
+ disengagement_chance = 0.25
1690
+
1691
+ effect = {}
1692
+ removed_effect = {}
1693
+ ai_will_do = {
1694
+ factor = 1
1695
+ }
1696
+ }
1697
+
1698
+
1699
+ #1.35 Policies#
1700
+
1701
+ the_spy_network_act = {
1702
+ monarch_power = DIP
1703
+
1704
+ potential = {
1705
+ has_idea_group = infrastructure_ideas
1706
+ has_idea_group = spy_ideas
1707
+ }
1708
+
1709
+ allow = {
1710
+ full_idea_group = infrastructure_ideas
1711
+ full_idea_group = spy_ideas
1712
+ }
1713
+
1714
+ envoy_travel_time = -0.25
1715
+ spy_offence = 0.5
1716
+
1717
+ effect = {}
1718
+ removed_effect = {}
1719
+ ai_will_do = {
1720
+ factor = 0
1721
+ }
1722
+ }
1723
+
1724
+ the_smooth_integration_act = {
1725
+ monarch_power = DIP
1726
+
1727
+ potential = {
1728
+ has_idea_group = infrastructure_ideas
1729
+ has_idea_group = diplomatic_ideas
1730
+ }
1731
+
1732
+ allow = {
1733
+ full_idea_group = infrastructure_ideas
1734
+ full_idea_group = diplomatic_ideas
1735
+ }
1736
+
1737
+ diplomatic_reputation = 1
1738
+ years_to_integrate_personal_union = -10
1739
+
1740
+ effect = {}
1741
+ removed_effect = {}
1742
+ ai_will_do = {
1743
+ factor = 0
1744
+ }
1745
+ }
1746
+
1747
+ global_trade_networks_act = {
1748
+ monarch_power = DIP
1749
+
1750
+ potential = {
1751
+ has_idea_group = infrastructure_ideas
1752
+ has_idea_group = trade_ideas
1753
+ }
1754
+
1755
+ allow = {
1756
+ full_idea_group = infrastructure_ideas
1757
+ full_idea_group = trade_ideas
1758
+ }
1759
+
1760
+ global_trade_goods_size_modifier = 0.1
1761
+ global_trade_power = 0.1
1762
+
1763
+ effect = {}
1764
+ removed_effect = {}
1765
+ ai_will_do = {
1766
+ factor = 0
1767
+ }
1768
+ }
1769
+
1770
+ colonial_boost_act = {
1771
+ monarch_power = DIP
1772
+
1773
+ potential = {
1774
+ has_idea_group = infrastructure_ideas
1775
+ has_idea_group = exploration_ideas
1776
+ }
1777
+
1778
+ allow = {
1779
+ full_idea_group = infrastructure_ideas
1780
+ full_idea_group = exploration_ideas
1781
+ }
1782
+
1783
+ colony_development_boost = 1
1784
+
1785
+ effect = {}
1786
+ removed_effect = {}
1787
+ ai_will_do = {
1788
+ factor = 0
1789
+ }
1790
+ }
1791
+
1792
+ sailor_efficiency_act = {
1793
+ monarch_power = DIP
1794
+
1795
+ potential = {
1796
+ has_idea_group = infrastructure_ideas
1797
+ has_idea_group = maritime_ideas
1798
+ }
1799
+
1800
+ allow = {
1801
+ full_idea_group = infrastructure_ideas
1802
+ full_idea_group = maritime_ideas
1803
+ }
1804
+
1805
+ sailor_maintenance_modifer = -0.2
1806
+ global_ship_repair = 0.25
1807
+
1808
+ effect = {}
1809
+ removed_effect = {}
1810
+ ai_will_do = {
1811
+ factor = 0
1812
+ }
1813
+ }
1814
+
1815
+ diplomatic_consolidation_act = {
1816
+ monarch_power = DIP
1817
+
1818
+ potential = {
1819
+ has_idea_group = infrastructure_ideas
1820
+ has_idea_group = influence_ideas
1821
+ }
1822
+
1823
+ allow = {
1824
+ full_idea_group = infrastructure_ideas
1825
+ full_idea_group = influence_ideas
1826
+ }
1827
+
1828
+ monthly_favor_modifier = 0.5
1829
+ can_chain_claim = yes
1830
+
1831
+ effect = {}
1832
+ removed_effect = {}
1833
+ ai_will_do = {
1834
+ factor = 0
1835
+ }
1836
+ }
1837
+
1838
+ centralization_power_act = {
1839
+ monarch_power = DIP
1840
+
1841
+ potential = {
1842
+ has_idea_group = infrastructure_ideas
1843
+ has_idea_group = court_ideas
1844
+ }
1845
+
1846
+ allow = {
1847
+ full_idea_group = infrastructure_ideas
1848
+ full_idea_group = court_ideas
1849
+ }
1850
+
1851
+ max_absolutism = 10
1852
+ yearly_corruption = -0.1
1853
+
1854
+ effect = {}
1855
+ removed_effect = {}
1856
+ ai_will_do = {
1857
+ factor = 0
1858
+ }
1859
+ }
1860
+
1861
+ #Merc Ideas Policies
1862
+
1863
+ loyal_conduct_act = {
1864
+ monarch_power = DIP
1865
+
1866
+ potential = {
1867
+ has_idea_group = mercenary_ideas
1868
+ has_idea_group = spy_ideas
1869
+ }
1870
+
1871
+ allow = {
1872
+ full_idea_group = mercenary_ideas
1873
+ full_idea_group = spy_ideas
1874
+ }
1875
+
1876
+ global_spy_defence = 0.33
1877
+ defensiveness = 0.15
1878
+
1879
+ effect = {}
1880
+ removed_effect = {}
1881
+ ai_will_do = {
1882
+ factor = 0
1883
+ }
1884
+ }
1885
+
1886
+ diplomatic_arms_act = {
1887
+ monarch_power = DIP
1888
+
1889
+ potential = {
1890
+ has_idea_group = mercenary_ideas
1891
+ has_idea_group = diplomatic_ideas
1892
+ }
1893
+
1894
+ allow = {
1895
+ full_idea_group = mercenary_ideas
1896
+ full_idea_group = diplomatic_ideas
1897
+ }
1898
+
1899
+ diplomatic_upkeep = 2
1900
+
1901
+ effect = {}
1902
+ removed_effect = {}
1903
+ ai_will_do = {
1904
+ factor = 0
1905
+ }
1906
+ }
1907
+
1908
+ merchants_hire_act = {
1909
+ monarch_power = DIP
1910
+
1911
+ potential = {
1912
+ has_idea_group = mercenary_ideas
1913
+ has_idea_group = trade_ideas
1914
+ }
1915
+
1916
+ allow = {
1917
+ full_idea_group = mercenary_ideas
1918
+ full_idea_group = trade_ideas
1919
+ }
1920
+
1921
+ global_ship_trade_power = 0.33
1922
+ light_ship_cost = -0.1
1923
+
1924
+ effect = {}
1925
+ removed_effect = {}
1926
+ ai_will_do = {
1927
+ factor = 0
1928
+ }
1929
+ }
1930
+
1931
+ transportation_act = {
1932
+ monarch_power = DIP
1933
+
1934
+ potential = {
1935
+ has_idea_group = mercenary_ideas
1936
+ has_idea_group = exploration_ideas
1937
+ }
1938
+
1939
+ allow = {
1940
+ full_idea_group = mercenary_ideas
1941
+ full_idea_group = exploration_ideas
1942
+ }
1943
+
1944
+ privateer_efficiency = 0.5
1945
+ transport_attrition = -0.5
1946
+
1947
+ effect = {}
1948
+ removed_effect = {}
1949
+ ai_will_do = {
1950
+ factor = 0
1951
+ }
1952
+ }
1953
+
1954
+ maritime_expertise_act = {
1955
+ monarch_power = DIP
1956
+
1957
+ potential = {
1958
+ has_idea_group = mercenary_ideas
1959
+ has_idea_group = maritime_ideas
1960
+ }
1961
+
1962
+ allow = {
1963
+ full_idea_group = mercenary_ideas
1964
+ full_idea_group = maritime_ideas
1965
+ }
1966
+
1967
+ allowed_marine_fraction = 0.1
1968
+ global_ship_cost = -0.1
1969
+
1970
+ effect = {}
1971
+ removed_effect = {}
1972
+ ai_will_do = {
1973
+ factor = 0
1974
+ }
1975
+ }
1976
+
1977
+ client_state_act = {
1978
+ monarch_power = DIP
1979
+
1980
+ potential = {
1981
+ has_idea_group = mercenary_ideas
1982
+ has_idea_group = influence_ideas
1983
+ }
1984
+
1985
+ allow = {
1986
+ full_idea_group = mercenary_ideas
1987
+ full_idea_group = influence_ideas
1988
+ }
1989
+
1990
+ vassal_forcelimit_bonus = 0.5
1991
+ allow_client_states = yes
1992
+
1993
+ effect = {}
1994
+ removed_effect = {}
1995
+ ai_will_do = {
1996
+ factor = 0
1997
+ }
1998
+ }
1999
+
2000
+ native_emissaries_act = {
2001
+ monarch_power = DIP
2002
+
2003
+ potential = {
2004
+ has_idea_group = indigenous_ideas
2005
+ has_idea_group = court_ideas
2006
+ }
2007
+
2008
+ allow = {
2009
+ full_idea_group = indigenous_ideas
2010
+ full_idea_group = court_ideas
2011
+ }
2012
+
2013
+ monthly_federation_favor_growth = 0.2
2014
+ ae_impact = -0.1
2015
+
2016
+
2017
+ ai_will_do = {
2018
+ factor = 1.0
2019
+ }
2020
+ }
2021
+
common/policies/00_mil.txt CHANGED
@@ -12,9 +12,11 @@ privy_council_establishment_act = {
12
12
  full_idea_group = defensive_ideas
13
13
  }
14
14
 
15
- defensiveness = 0.10
15
+ defensiveness = 0.15
16
16
  yearly_corruption = -0.1
17
17
 
18
+ effect = {}
19
+ removed_effect = {}
18
20
  ai_will_do = {
19
21
  factor = 0.6
20
22
  modifier = {
@@ -38,9 +40,11 @@ the_mercenary_registration_act = {
38
40
  full_idea_group = quantity_ideas
39
41
  }
40
42
 
41
- mercenary_manpower = 0.25
42
- merc_maintenance_modifier = -0.15
43
+ global_manpower_modifier = 0.1
44
+ mercenary_manpower = 0.2
43
45
 
46
+ effect = {}
47
+ removed_effect = {}
44
48
  ai_will_do = {
45
49
  factor = 1
46
50
  modifier = {
@@ -65,6 +69,8 @@ the_provincial_taxation_system = {
65
69
  land_maintenance_modifier = -0.05
66
70
  manpower_recovery_speed = 0.15
67
71
 
72
+ effect = {}
73
+ removed_effect = {}
68
74
  ai_will_do = {
69
75
  factor = 1
70
76
  modifier = {
@@ -89,6 +95,8 @@ the_mining_act = {
89
95
 
90
96
  leader_land_fire = 1
91
97
 
98
+ effect = {}
99
+ removed_effect = {}
92
100
  ai_will_do = {
93
101
  factor = 1
94
102
  modifier = {
@@ -115,6 +123,8 @@ the_liquor_act = {
115
123
  recover_army_morale_speed = 0.15
116
124
  reinforce_speed = 0.15
117
125
 
126
+ effect = {}
127
+ removed_effect = {}
118
128
  ai_will_do = {
119
129
  factor = 0.6
120
130
  }
@@ -134,6 +144,8 @@ horse_artillery = {
134
144
  }
135
145
  artillery_power = 0.1
136
146
 
147
+ effect = {}
148
+ removed_effect = {}
137
149
  ai_will_do = {
138
150
  factor = 1
139
151
  modifier = {
@@ -171,6 +183,8 @@ public_road_act = {
171
183
  movement_speed = 0.10
172
184
  trade_efficiency = 0.10
173
185
 
186
+ effect = {}
187
+ removed_effect = {}
174
188
  ai_will_do = {
175
189
  factor = 1
176
190
  modifier = {
@@ -212,6 +226,8 @@ superior_supply_system = {
212
226
  manpower_recovery_speed = 0.1
213
227
  land_attrition = -0.25
214
228
 
229
+ effect = {}
230
+ removed_effect = {}
215
231
  ai_will_do = {
216
232
  factor = 1
217
233
  modifier = {
@@ -238,6 +254,8 @@ modern_siege_weapons = {
238
254
  siege_ability = 0.1
239
255
  leader_siege = 1
240
256
 
257
+ effect = {}
258
+ removed_effect = {}
241
259
  ai_will_do = {
242
260
  factor = 1
243
261
  modifier = {
@@ -261,9 +279,11 @@ superior_fortification_act = {
261
279
  }
262
280
 
263
281
  defensiveness = 0.1
264
- fort_maintenance_modifier = -0.10
282
+ fort_maintenance_modifier = -0.33
265
283
 
266
284
 
285
+ effect = {}
286
+ removed_effect = {}
267
287
  ai_will_do = {
268
288
  factor = 1
269
289
  }
@@ -282,8 +302,10 @@ modern_firearm_techniques = {
282
302
  full_idea_group = quality_ideas
283
303
  }
284
304
 
285
- infantry_power = 0.1
305
+ infantry_power = 0.15
286
306
 
307
+ effect = {}
308
+ removed_effect = {}
287
309
  ai_will_do = {
288
310
  factor = 1.2
289
311
  modifier = {
@@ -314,9 +336,11 @@ the_garrison_act = {
314
336
  full_idea_group = quantity_ideas
315
337
  }
316
338
 
317
- fort_maintenance_modifier = -0.20
318
- garrison_size = 0.1
339
+ fort_maintenance_modifier = -0.25
340
+ garrison_size = 0.15
319
341
 
342
+ effect = {}
343
+ removed_effect = {}
320
344
  ai_will_do = {
321
345
  factor = 1
322
346
  }
@@ -335,9 +359,11 @@ military_zeal_act = {
335
359
  full_idea_group = religious_ideas
336
360
  }
337
361
 
338
- land_morale = 0.05
362
+ morale_damage = 0.05
339
363
  siege_ability = 0.1
340
364
 
365
+ effect = {}
366
+ removed_effect = {}
341
367
  ai_will_do = {
342
368
  factor = 1
343
369
  modifier = {
@@ -363,6 +389,8 @@ field_priests = {
363
389
  land_morale = 0.1
364
390
  recover_army_morale_speed = 0.05
365
391
 
392
+ effect = {}
393
+ removed_effect = {}
366
394
  ai_will_do = {
367
395
  factor = 1.2
368
396
  modifier = {
@@ -388,6 +416,8 @@ pen_rely_on_sword_act = {
388
416
  land_forcelimit_modifier = 0.1
389
417
 
390
418
 
419
+ effect = {}
420
+ removed_effect = {}
391
421
  ai_will_do = {
392
422
  factor = 1
393
423
  modifier = {
@@ -426,8 +456,10 @@ local_army_organisation = {
426
456
  }
427
457
 
428
458
  global_regiment_cost = -0.1
429
- recover_army_morale_speed = 0.05
459
+ recover_army_morale_speed = 0.15
430
460
 
461
+ effect = {}
462
+ removed_effect = {}
431
463
  ai_will_do = {
432
464
  factor = 1
433
465
  }
@@ -445,9 +477,11 @@ underhanded_diplomacy_act = {
445
477
  full_idea_group = offensive_ideas
446
478
  }
447
479
 
448
- mercenary_manpower = 0.5
480
+ spy_offence = 0.33
449
481
  diplomatic_reputation = 1
450
482
 
483
+ effect = {}
484
+ removed_effect = {}
451
485
  ai_will_do = {
452
486
  factor = 0.6
453
487
  }
@@ -466,10 +500,12 @@ hired_adventurers_act = {
466
500
  full_idea_group = exploration_ideas
467
501
  }
468
502
 
469
- global_manpower_modifier = 0.1
503
+ movement_speed = 0.1
470
504
  leader_land_manuever = 1
471
505
 
472
506
 
507
+ effect = {}
508
+ removed_effect = {}
473
509
  ai_will_do = {
474
510
  factor = 1
475
511
  modifier = {
@@ -493,9 +529,11 @@ the_tenures_abolition_act = {
493
529
  full_idea_group = aristocracy_ideas
494
530
  }
495
531
 
496
- free_leader_pool = 1
532
+ army_tradition = 0.5
497
533
  diplomats = 1
498
-
534
+
535
+ effect = {}
536
+ removed_effect = {}
499
537
  ai_will_do = {
500
538
  factor = 0.6
501
539
  }
@@ -517,6 +555,8 @@ colonial_garrisons = {
517
555
  land_forcelimit_modifier = 0.1
518
556
  global_colonial_growth = 10
519
557
 
558
+ effect = {}
559
+ removed_effect = {}
520
560
  ai_will_do = {
521
561
  factor = 0.8
522
562
  modifier = {
@@ -546,6 +586,8 @@ the_maritime_intelligencer_unit = {
546
586
  siege_blockade_progress = 1
547
587
  global_naval_engagement_modifier = 0.1
548
588
 
589
+ effect = {}
590
+ removed_effect = {}
549
591
  ai_will_do = {
550
592
  factor = 1
551
593
  modifier = {
@@ -568,9 +610,11 @@ the_nautic_education_act = {
568
610
  full_idea_group = innovativeness_ideas
569
611
  }
570
612
 
571
- recover_navy_morale_speed = 0.05
613
+ recover_navy_morale_speed = 0.15
572
614
  leader_naval_fire = 1
573
615
 
616
+ effect = {}
617
+ removed_effect = {}
574
618
  ai_will_do = {
575
619
  factor = 1
576
620
  modifier = {
@@ -600,6 +644,8 @@ zealous_captains = {
600
644
  sunk_ship_morale_hit_recieved = -0.10
601
645
  leader_naval_shock = 1
602
646
 
647
+ effect = {}
648
+ removed_effect = {}
603
649
  ai_will_do = {
604
650
  factor = 1
605
651
  modifier = {
@@ -626,9 +672,11 @@ autonomous_estates = {
626
672
  full_idea_group = aristocracy_ideas
627
673
  }
628
674
 
629
- global_unrest = -1
675
+ all_estate_loyalty_equilibrium = 0.05
630
676
  vassal_forcelimit_bonus = 1
631
677
 
678
+ effect = {}
679
+ removed_effect = {}
632
680
  ai_will_do = {
633
681
  factor = 1
634
682
  modifier = {
@@ -669,6 +717,8 @@ inspirational_leaders = {
669
717
 
670
718
  leader_land_shock = 1
671
719
 
720
+ effect = {}
721
+ removed_effect = {}
672
722
  ai_will_do = {
673
723
  factor = 1.2
674
724
  modifier = {
@@ -692,8 +742,10 @@ the_naval_inspection_act = {
692
742
  }
693
743
 
694
744
  ship_durability = 0.05
695
- recover_navy_morale_speed = 0.05
745
+ recover_navy_morale_speed = 0.1
696
746
 
747
+ effect = {}
748
+ removed_effect = {}
697
749
  ai_will_do = {
698
750
  factor = 0.8
699
751
  modifier = {
@@ -719,6 +771,8 @@ the_preparation_act = {
719
771
  land_attrition = -0.25
720
772
  war_exhaustion = -0.05
721
773
 
774
+ effect = {}
775
+ removed_effect = {}
722
776
  ai_will_do = {
723
777
  factor = 0.9
724
778
  modifier = {
@@ -742,8 +796,10 @@ local_militias = {
742
796
  }
743
797
 
744
798
  war_exhaustion = -0.03
745
- defensiveness = 0.1
799
+ garrison_damage = 0.5
746
800
 
801
+ effect = {}
802
+ removed_effect = {}
747
803
  ai_will_do = {
748
804
  factor = 1
749
805
  }
@@ -762,9 +818,11 @@ foreign_conscription_centers = {
762
818
  full_idea_group = offensive_ideas
763
819
  }
764
820
 
765
- reinforce_cost_modifier = -0.20
821
+ reinforce_cost_modifier = -0.25
766
822
  diplomatic_upkeep = 1
767
823
 
824
+ effect = {}
825
+ removed_effect = {}
768
826
  ai_will_do = {
769
827
  factor = 1
770
828
  modifier = {
@@ -804,8 +862,10 @@ guerilla_warfare = {
804
862
  }
805
863
 
806
864
  hostile_attrition = 1
807
- global_garrison_growth = 0.1
865
+ shock_damage = 0.05
808
866
 
867
+ effect = {}
868
+ removed_effect = {}
809
869
  ai_will_do = {
810
870
  factor = 0.8
811
871
  }
@@ -825,6 +885,8 @@ weapon_quality_standards = {
825
885
 
826
886
  discipline = 0.05
827
887
 
888
+ effect = {}
889
+ removed_effect = {}
828
890
  ai_will_do = {
829
891
  factor = 2
830
892
  modifier = {
@@ -847,8 +909,11 @@ noble_loyalty_act = {
847
909
  full_idea_group = spy_ideas
848
910
  }
849
911
 
850
- cavalry_power = 0.10
912
+ nobles_loyalty_modifier = 0.1
913
+ cavalry_power = 0.1
851
914
 
915
+ effect = {}
916
+ removed_effect = {}
852
917
  ai_will_do = {
853
918
  factor = 1
854
919
  modifier = {
@@ -882,8 +947,10 @@ the_colonial_nobility_act = {
882
947
  full_idea_group = exploration_ideas
883
948
  }
884
949
 
885
- global_manpower_modifier = 0.33
950
+ global_manpower_modifier = 0.2
886
951
 
952
+ effect = {}
953
+ removed_effect = {}
887
954
  ai_will_do = {
888
955
  factor = 0.8
889
956
  }
@@ -901,8 +968,12 @@ nobles_in_navy_act = {
901
968
  full_idea_group = maritime_ideas
902
969
  }
903
970
 
904
- navy_tradition_decay = -0.01
971
+ max_admiral_maneuver = 1
972
+ navy_tradition_decay = -0.005
973
+
905
974
 
975
+ effect = {}
976
+ removed_effect = {}
906
977
  ai_will_do = {
907
978
  factor = 0.6
908
979
  modifier = {
@@ -925,8 +996,10 @@ military_allotment_act = {
925
996
  full_idea_group = plutocracy_ideas
926
997
  }
927
998
 
928
- global_manpower_modifier = 0.33
999
+ global_manpower_modifier = 0.2
929
1000
 
1001
+ effect = {}
1002
+ removed_effect = {}
930
1003
  ai_will_do = {
931
1004
  factor = 0.8
932
1005
  }
@@ -948,6 +1021,8 @@ unified_army_command = {
948
1021
  vassal_forcelimit_bonus = 1
949
1022
  reduced_liberty_desire = 10
950
1023
 
1024
+ effect = {}
1025
+ removed_effect = {}
951
1026
  ai_will_do = {
952
1027
  factor = 1
953
1028
  modifier = {
@@ -988,6 +1063,8 @@ trade_kontor_network = {
988
1063
  merchants = 1
989
1064
  global_regiment_cost = -0.1
990
1065
 
1066
+ effect = {}
1067
+ removed_effect = {}
991
1068
  ai_will_do = {
992
1069
  factor = 0.6
993
1070
  modifier = {
@@ -1027,7 +1104,49 @@ deserteur_act = {
1027
1104
  }
1028
1105
 
1029
1106
  army_tradition_decay = -0.005
1107
+ reinforce_speed = 0.15
1108
+
1109
+ effect = {}
1110
+ removed_effect = {}
1111
+ ai_will_do = {
1112
+ factor = 0.75
1113
+ modifier = {
1114
+ factor = 0
1115
+ NOT = { army_tradition = 2 }
1116
+ }
1117
+ modifier = {
1118
+ factor = 1.5
1119
+ army_tradition = 30
1120
+ }
1121
+ modifier = {
1122
+ factor = 1.5
1123
+ army_tradition = 50
1124
+ }
1125
+ modifier = {
1126
+ factor = 1.5
1127
+ army_tradition = 80
1128
+ }
1129
+ }
1130
+ }
1131
+
1132
+ war_horses_policy = {
1133
+ monarch_power = MIL
1134
+
1135
+ potential = {
1136
+ has_idea_group = horde_gov_ideas
1137
+ has_idea_group = expansion_ideas
1138
+ }
1030
1139
 
1140
+ allow = {
1141
+ full_idea_group = horde_gov_ideas
1142
+ full_idea_group = expansion_ideas
1143
+ }
1144
+
1145
+ army_tradition = 0.5
1146
+ shock_damage = 0.1
1147
+
1148
+ effect = {}
1149
+ removed_effect = {}
1031
1150
  ai_will_do = {
1032
1151
  factor = 0.75
1033
1152
  modifier = {
@@ -1047,4 +1166,648 @@ deserteur_act = {
1047
1166
  army_tradition = 80
1048
1167
  }
1049
1168
  }
1169
+ }
1170
+
1171
+ the_best_defense_policy = {
1172
+ monarch_power = MIL
1173
+
1174
+ potential = {
1175
+ has_idea_group = horde_gov_ideas
1176
+ has_idea_group = innovativeness_ideas
1177
+ }
1178
+
1179
+ allow = {
1180
+ full_idea_group = horde_gov_ideas
1181
+ full_idea_group = innovativeness_ideas
1182
+ }
1183
+
1184
+ shock_damage_received = -0.05
1185
+ fire_damage_received = -0.05
1186
+
1187
+ effect = {}
1188
+ removed_effect = {}
1189
+ ai_will_do = {
1190
+ factor = 1.0
1191
+ modifier = {
1192
+ factor = 1.5
1193
+ is_at_war = yes
1194
+ }
1195
+ }
1196
+ }
1197
+
1198
+ omne_datum_optimum_policy = {
1199
+ monarch_power = MIL
1200
+
1201
+ potential = {
1202
+ has_idea_group = theocracy_gov_ideas
1203
+ has_idea_group = administrative_ideas
1204
+ }
1205
+
1206
+ allow = {
1207
+ full_idea_group = theocracy_gov_ideas
1208
+ full_idea_group = administrative_ideas
1209
+ }
1210
+
1211
+ manpower_in_true_faith_provinces = 0.15
1212
+ recover_army_morale_speed = 0.1
1213
+
1214
+ effect = {}
1215
+ removed_effect = {}
1216
+ ai_will_do = {
1217
+ factor = 1.0
1218
+ modifier = {
1219
+ factor = 1.5
1220
+ is_at_war = yes
1221
+ }
1222
+ }
1223
+ }
1224
+
1225
+ wielders_of_the_flaming_sword_policy = {
1226
+ monarch_power = MIL
1227
+
1228
+ potential = {
1229
+ has_idea_group = theocracy_gov_ideas
1230
+ has_idea_group = religious_ideas
1231
+ }
1232
+
1233
+ allow = {
1234
+ full_idea_group = theocracy_gov_ideas
1235
+ full_idea_group = religious_ideas
1236
+ }
1237
+
1238
+ land_morale = 0.1
1239
+
1240
+ effect = {}
1241
+ removed_effect = {}
1242
+ ai_will_do = {
1243
+ factor = 1.0
1244
+ modifier = {
1245
+ factor = 1.5
1246
+ is_at_war = yes
1247
+ }
1248
+ }
1249
+ }
1250
+
1251
+ the_three_sisters_policy = {
1252
+ monarch_power = MIL
1253
+
1254
+ potential = {
1255
+ has_idea_group = indigenous_ideas
1256
+ has_idea_group = economic_ideas
1257
+ }
1258
+
1259
+ allow = {
1260
+ full_idea_group = indigenous_ideas
1261
+ full_idea_group = economic_ideas
1262
+ }
1263
+
1264
+ land_morale = 0.05
1265
+ infantry_cost = -0.15
1266
+
1267
+ effect = {}
1268
+ removed_effect = {}
1269
+ ai_will_do = {
1270
+ factor = 1.0
1271
+ modifier = {
1272
+ factor = 1.5
1273
+ is_at_war = yes
1274
+ }
1275
+ }
1276
+ }
1277
+
1278
+ by_the_people_for_the_people_policy = {
1279
+ monarch_power = MIL
1280
+
1281
+ potential = {
1282
+ has_idea_group = indigenous_ideas
1283
+ has_idea_group = humanist_ideas
1284
+ }
1285
+
1286
+ allow = {
1287
+ full_idea_group = indigenous_ideas
1288
+ full_idea_group = humanist_ideas
1289
+ }
1290
+
1291
+ defensiveness = 0.25
1292
+ garrison_size = 0.1
1293
+
1294
+ effect = {}
1295
+ removed_effect = {}
1296
+ ai_will_do = {
1297
+ factor = 1.0
1298
+ modifier = {
1299
+ factor = 1.5
1300
+ is_at_war = yes
1301
+ }
1302
+ }
1303
+ }
1304
+
1305
+ war_on_our_terms_policy = {
1306
+ monarch_power = MIL
1307
+
1308
+ potential = {
1309
+ has_idea_group = indigenous_ideas
1310
+ has_idea_group = exploration_ideas
1311
+ }
1312
+
1313
+ allow = {
1314
+ full_idea_group = indigenous_ideas
1315
+ full_idea_group = exploration_ideas
1316
+ }
1317
+
1318
+ discipline = 0.025
1319
+ land_morale = 0.1
1320
+
1321
+ effect = {}
1322
+ removed_effect = {}
1323
+ ai_will_do = {
1324
+ factor = 1.0
1325
+ modifier = {
1326
+ factor = 2.5
1327
+ is_at_war = yes
1328
+ }
1329
+ }
1330
+ }
1331
+
1332
+ fear_tactics_policy = {
1333
+ monarch_power = MIL
1334
+
1335
+ potential = {
1336
+ has_idea_group = horde_gov_ideas
1337
+ has_idea_group = diplomatic_ideas
1338
+ }
1339
+
1340
+ allow = {
1341
+ full_idea_group = horde_gov_ideas
1342
+ full_idea_group = diplomatic_ideas
1343
+ }
1344
+
1345
+ shock_damage = 0.1
1346
+ siege_ability = 0.1
1347
+
1348
+ effect = {}
1349
+ removed_effect = {}
1350
+ ai_will_do = {
1351
+ factor = 1.0
1352
+ modifier = {
1353
+ factor = 1.5
1354
+ is_at_war = yes
1355
+ }
1356
+ }
1357
+ }
1358
+
1359
+ psychological_warfare_policy = {
1360
+ monarch_power = MIL
1361
+
1362
+ potential = {
1363
+ has_idea_group = horde_gov_ideas
1364
+ has_idea_group = spy_ideas
1365
+ }
1366
+
1367
+ allow = {
1368
+ full_idea_group = horde_gov_ideas
1369
+ full_idea_group = spy_ideas
1370
+ }
1371
+
1372
+ cavalry_flanking = 0.5
1373
+ cavalry_power = 0.1
1374
+
1375
+ effect = {}
1376
+ removed_effect = {}
1377
+ ai_will_do = {
1378
+ factor = 1.0
1379
+ modifier = {
1380
+ factor = 1.5
1381
+ is_at_war = yes
1382
+ }
1383
+ }
1384
+ }
1385
+
1386
+ kharash_policy = {
1387
+ monarch_power = MIL
1388
+
1389
+ potential = {
1390
+ has_idea_group = horde_gov_ideas
1391
+ has_idea_group = influence_ideas
1392
+ }
1393
+
1394
+ allow = {
1395
+ full_idea_group = horde_gov_ideas
1396
+ full_idea_group = influence_ideas
1397
+ }
1398
+
1399
+ land_morale = 0.05
1400
+ vassal_forcelimit_bonus = 1.0
1401
+
1402
+ effect = {}
1403
+ removed_effect = {}
1404
+ ai_will_do = {
1405
+ factor = 1.0
1406
+ modifier = {
1407
+ factor = 1.5
1408
+ is_at_war = yes
1409
+ }
1410
+ }
1411
+ }
1412
+
1413
+ my_word_is_my_bond_policy = {
1414
+ monarch_power = MIL
1415
+
1416
+ potential = {
1417
+ has_idea_group = theocracy_gov_ideas
1418
+ has_idea_group = spy_ideas
1419
+ }
1420
+
1421
+ allow = {
1422
+ full_idea_group = theocracy_gov_ideas
1423
+ full_idea_group = spy_ideas
1424
+ }
1425
+
1426
+ siege_ability = 0.1
1427
+ artillery_level_modifier = 1
1428
+
1429
+ effect = {}
1430
+ removed_effect = {}
1431
+ ai_will_do = {
1432
+ factor = 1.0
1433
+ modifier = {
1434
+ factor = 1.5
1435
+ is_at_war = yes
1436
+ }
1437
+ }
1438
+ }
1439
+
1440
+ render_unto_caesar_policy = {
1441
+ monarch_power = MIL
1442
+
1443
+ potential = {
1444
+ has_idea_group = theocracy_gov_ideas
1445
+ has_idea_group = exploration_ideas
1446
+ }
1447
+
1448
+ allow = {
1449
+ full_idea_group = theocracy_gov_ideas
1450
+ full_idea_group = exploration_ideas
1451
+ }
1452
+
1453
+ global_manpower_modifier = 0.1
1454
+ land_forcelimit_modifier = 0.05
1455
+
1456
+ effect = {}
1457
+ removed_effect = {}
1458
+ ai_will_do = {
1459
+ factor = 1.0
1460
+ modifier = {
1461
+ factor = 1.5
1462
+ is_at_war = yes
1463
+ }
1464
+ }
1465
+ }
1466
+
1467
+ #1.35 Additions#
1468
+
1469
+ mobile_siege_engines_act = {
1470
+ monarch_power = MIL
1471
+
1472
+ potential = {
1473
+ has_idea_group = infrastructure_ideas
1474
+ has_idea_group = offensive_ideas
1475
+ }
1476
+
1477
+ allow = {
1478
+ full_idea_group = infrastructure_ideas
1479
+ full_idea_group = offensive_ideas
1480
+ }
1481
+
1482
+ movement_speed = 0.05
1483
+ artillery_levels_available_vs_fort = 2
1484
+
1485
+ effect = {}
1486
+ removed_effect = {}
1487
+ ai_will_do = {
1488
+ factor = 0
1489
+ }
1490
+ }
1491
+
1492
+ bolstered_defence_act = {
1493
+ monarch_power = MIL
1494
+
1495
+ potential = {
1496
+ has_idea_group = infrastructure_ideas
1497
+ has_idea_group = defensive_ideas
1498
+ }
1499
+
1500
+ allow = {
1501
+ full_idea_group = infrastructure_ideas
1502
+ full_idea_group = defensive_ideas
1503
+ }
1504
+
1505
+ hostile_attrition = 1
1506
+ garrison_size = 0.25
1507
+
1508
+ effect = {}
1509
+ removed_effect = {}
1510
+ ai_will_do = {
1511
+ factor = 0
1512
+ }
1513
+ }
1514
+
1515
+ handpicked_recruits_act = {
1516
+ monarch_power = MIL
1517
+
1518
+ potential = {
1519
+ has_idea_group = infrastructure_ideas
1520
+ has_idea_group = quality_ideas
1521
+ }
1522
+
1523
+ allow = {
1524
+ full_idea_group = infrastructure_ideas
1525
+ full_idea_group = quality_ideas
1526
+ }
1527
+
1528
+ drill_gain_modifier = 0.33
1529
+ yearly_army_professionalism = 0.0025
1530
+
1531
+ effect = {}
1532
+ removed_effect = {}
1533
+ ai_will_do = {
1534
+ factor = 0
1535
+ }
1536
+ }
1537
+
1538
+ mass_conscription_act = {
1539
+ monarch_power = MIL
1540
+
1541
+ potential = {
1542
+ has_idea_group = infrastructure_ideas
1543
+ has_idea_group = quantity_ideas
1544
+ }
1545
+
1546
+ allow = {
1547
+ full_idea_group = infrastructure_ideas
1548
+ full_idea_group = quantity_ideas
1549
+
1550
+ }
1551
+
1552
+ reinforce_speed = 0.2
1553
+ reinforce_cost_modifier = -0.2
1554
+
1555
+ effect = {}
1556
+ removed_effect = {}
1557
+ ai_will_do = {
1558
+ factor = 0
1559
+ }
1560
+ }
1561
+
1562
+ naval_armament_act = {
1563
+ monarch_power = MIL
1564
+
1565
+ potential = {
1566
+ has_idea_group = infrastructure_ideas
1567
+ has_idea_group = naval_ideas
1568
+ }
1569
+
1570
+ allow = {
1571
+ full_idea_group = infrastructure_ideas
1572
+ full_idea_group = naval_ideas
1573
+ }
1574
+
1575
+ global_ship_recruit_speed = -0.25
1576
+ movement_speed_in_fleet_modifier = 1
1577
+
1578
+ effect = {}
1579
+ removed_effect = {}
1580
+ ai_will_do = {
1581
+ factor = 0
1582
+ }
1583
+ }
1584
+
1585
+ mercenary_tactical_movement_act = {
1586
+ monarch_power = MIL
1587
+
1588
+ potential = {
1589
+ has_idea_group = infrastructure_ideas
1590
+ has_idea_group = mercenary_ideas
1591
+ }
1592
+
1593
+ allow = {
1594
+ full_idea_group = infrastructure_ideas
1595
+ full_idea_group = mercenary_ideas
1596
+ }
1597
+
1598
+ mercenary_discipline = 0.05
1599
+
1600
+ effect = {}
1601
+ removed_effect = {}
1602
+ ai_will_do = {
1603
+ factor = 0
1604
+ }
1605
+ }
1606
+
1607
+ universal_serfdom_act = {
1608
+ monarch_power = MIL
1609
+
1610
+ potential = {
1611
+ has_idea_group = court_ideas
1612
+ has_idea_group = aristocracy_ideas
1613
+ }
1614
+
1615
+ allow = {
1616
+ full_idea_group = court_ideas
1617
+ full_idea_group = aristocracy_ideas
1618
+ }
1619
+
1620
+ nobles_loyalty_modifier = 0.1
1621
+ global_manpower_modifier = 0.15
1622
+
1623
+ effect = {}
1624
+ removed_effect = {}
1625
+ ai_will_do = {
1626
+ factor = 0
1627
+ }
1628
+ }
1629
+
1630
+ gentle_conquest_act = {
1631
+ monarch_power = MIL
1632
+
1633
+ potential = {
1634
+ has_idea_group = infrastructure_ideas
1635
+ has_idea_group = horde_gov_ideas
1636
+ }
1637
+
1638
+ allow = {
1639
+ full_idea_group = infrastructure_ideas
1640
+ full_idea_group = horde_gov_ideas
1641
+ }
1642
+
1643
+ global_monthly_devastation = -0.25
1644
+ land_maintenance_modifier = -0.1
1645
+
1646
+ effect = {}
1647
+ removed_effect = {}
1648
+ ai_will_do = {
1649
+ factor = 0
1650
+ }
1651
+ }
1652
+
1653
+ sharp_wits_act = {
1654
+ monarch_power = MIL
1655
+
1656
+ potential = {
1657
+ has_idea_group = court_ideas
1658
+ has_idea_group = offensive_ideas
1659
+ }
1660
+
1661
+ allow = {
1662
+ full_idea_group = court_ideas
1663
+ full_idea_group = offensive_ideas
1664
+ }
1665
+
1666
+ power_projection_from_insults = 0.25
1667
+ morale_damage = 0.1
1668
+
1669
+ effect = {}
1670
+ removed_effect = {}
1671
+ ai_will_do = {
1672
+ factor = 0
1673
+ }
1674
+ }
1675
+
1676
+ sturdy_argument_act = {
1677
+ monarch_power = MIL
1678
+
1679
+ potential = {
1680
+ has_idea_group = court_ideas
1681
+ has_idea_group = defensive_ideas
1682
+ }
1683
+
1684
+ allow = {
1685
+ full_idea_group = court_ideas
1686
+ full_idea_group = defensive_ideas
1687
+ }
1688
+
1689
+ ae_impact = -0.1
1690
+ morale_damage_received = -0.1
1691
+
1692
+
1693
+ effect = {}
1694
+ removed_effect = {}
1695
+ ai_will_do = {
1696
+ factor = 0
1697
+ }
1698
+ }
1699
+
1700
+ special_forces_act = {
1701
+ monarch_power = MIL
1702
+
1703
+ potential = {
1704
+ has_idea_group = court_ideas
1705
+ has_idea_group = quality_ideas
1706
+ }
1707
+
1708
+ allow = {
1709
+ full_idea_group = court_ideas
1710
+ full_idea_group = quality_ideas
1711
+ }
1712
+
1713
+ special_unit_forcelimit = 0.1
1714
+ yearly_army_professionalism = 0.002
1715
+
1716
+ effect = {}
1717
+ removed_effect = {}
1718
+ ai_will_do = {
1719
+ factor = 0
1720
+ }
1721
+ }
1722
+
1723
+ plentiful_materials_act = {
1724
+ monarch_power = MIL
1725
+
1726
+ potential = {
1727
+ has_idea_group = court_ideas
1728
+ has_idea_group = quantity_ideas
1729
+ }
1730
+
1731
+ allow = {
1732
+ full_idea_group = court_ideas
1733
+ full_idea_group = quantity_ideas
1734
+ }
1735
+
1736
+ artillery_cost = -0.15
1737
+ infantry_cost = -0.1
1738
+
1739
+ effect = {}
1740
+ removed_effect = {}
1741
+ ai_will_do = {
1742
+ factor = 0
1743
+ }
1744
+ }
1745
+
1746
+ naval_competence_act = {
1747
+ monarch_power = MIL
1748
+
1749
+ potential = {
1750
+ has_idea_group = court_ideas
1751
+ has_idea_group = naval_ideas
1752
+ }
1753
+
1754
+ allow = {
1755
+ full_idea_group = court_ideas
1756
+ full_idea_group = naval_ideas
1757
+ }
1758
+
1759
+ leader_naval_manuever = 1
1760
+ leader_naval_fire = 1
1761
+
1762
+ effect = {}
1763
+ removed_effect = {}
1764
+ ai_will_do = {
1765
+ factor = 0
1766
+ }
1767
+ }
1768
+
1769
+ dutiful_mercenaries_act = {
1770
+ monarch_power = MIL
1771
+
1772
+ potential = {
1773
+ has_idea_group = mercenary_ideas
1774
+ has_idea_group = religious_ideas
1775
+ }
1776
+
1777
+ allow = {
1778
+ full_idea_group = mercenary_ideas
1779
+ full_idea_group = religious_ideas
1780
+ }
1781
+
1782
+ land_morale = 0.1
1783
+ global_missionary_strength = 0.02
1784
+
1785
+ effect = {}
1786
+ removed_effect = {}
1787
+ ai_will_do = {
1788
+ factor = 0
1789
+ }
1790
+ }
1791
+
1792
+ hired_expeditions_act = {
1793
+ monarch_power = MIL
1794
+
1795
+ potential = {
1796
+ has_idea_group = mercenary_ideas
1797
+ has_idea_group = expansion_ideas
1798
+ }
1799
+
1800
+ allow = {
1801
+ full_idea_group = mercenary_ideas
1802
+ full_idea_group = expansion_ideas
1803
+ }
1804
+
1805
+ force_march_free = yes
1806
+ recover_army_morale_speed = 0.15
1807
+
1808
+ effect = {}
1809
+ removed_effect = {}
1810
+ ai_will_do = {
1811
+ factor = 0
1812
+ }
1050
1813
  }