Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. common/religions/00_religion.txt +1081 -95
common/religions/00_religion.txt CHANGED
@@ -25,7 +25,7 @@ christian = {
25
25
  }
26
26
  country = {
27
27
  tolerance_own = 1
28
- tolerance_heretic = -1
28
+ global_heathen_missionary_strength = 0.01
29
29
  }
30
30
 
31
31
  country_as_secondary = {
@@ -60,7 +60,7 @@ christian = {
60
60
 
61
61
  #Council of Trent Positions
62
62
  harsh = {
63
- relation_with_heretics = -20
63
+ relation_with_heretics = -10
64
64
  global_religious_conversion_resistance = 0.25
65
65
  global_institution_spread = -0.25
66
66
  global_missionary_strength = 0.02
@@ -69,7 +69,7 @@ christian = {
69
69
  global_religious_conversion_resistance = -0.33
70
70
  }
71
71
  concilatory = {
72
- relation_with_heretics = 10
72
+ relation_with_heretics = 5
73
73
  global_religious_conversion_resistance = 0.25
74
74
  global_heretic_missionary_strength = -0.05
75
75
  improve_relation_modifier = 0.25
@@ -79,41 +79,41 @@ christian = {
79
79
  concessions = {
80
80
  first_concession = {
81
81
  harsh = {
82
- relation_with_heretics = -20
82
+ relation_with_heretics = -10
83
83
  global_heretic_missionary_strength = 0.02
84
84
  }
85
85
  concilatory = {
86
- relation_with_heretics = 10
86
+ relation_with_heretics = 5
87
87
  tolerance_heretic = 2
88
88
  }
89
89
  }
90
90
  second_concession = {
91
91
  harsh = {
92
- relation_with_heretics = -20
92
+ relation_with_heretics = -10
93
93
  institution_spread_from_true_faith = 0.30
94
94
  }
95
95
  concilatory = {
96
- relation_with_heretics = 10
96
+ relation_with_heretics = 5
97
97
  global_institution_spread = 0.10
98
98
  }
99
99
  }
100
100
  third_concession = {
101
101
  harsh = {
102
- relation_with_heretics = -20
102
+ relation_with_heretics = -10
103
103
  manpower_in_true_faith_provinces = 0.1
104
104
  }
105
105
  concilatory = {
106
- relation_with_heretics = 10
106
+ relation_with_heretics = 5
107
107
  global_manpower_modifier = 0.05
108
108
  }
109
109
  }
110
110
  fourth_concession = {
111
111
  harsh = {
112
- relation_with_heretics = -20
112
+ relation_with_heretics = -10
113
113
  warscore_cost_vs_other_religion = -0.10
114
114
  }
115
115
  concilatory = {
116
- relation_with_heretics = 10
116
+ relation_with_heretics = 5
117
117
  curia_powers_cost = -0.10
118
118
  }
119
119
  }
@@ -153,7 +153,6 @@ christian = {
153
153
  }
154
154
  allow = {
155
155
  NOT = { war_with = PAP }
156
- NOT = { prestige = 100 }
157
156
  NOT = { has_country_modifier = papal_blessing }
158
157
  }
159
158
  effect = {
@@ -169,12 +168,10 @@ christian = {
169
168
  indulgence_for_sins = {
170
169
  cost = 50
171
170
  potential = {
172
- government = monarchy
173
171
  NOT = { tag = PAP }
174
172
  }
175
173
  allow = {
176
174
  NOT = { war_with = PAP }
177
- NOT = { legitimacy = 100 }
178
175
  NOT = { has_country_modifier = papal_indulgence }
179
176
  }
180
177
  effect = {
@@ -319,13 +316,14 @@ christian = {
319
316
  anglican = {
320
317
  color = { 135 77 255 }
321
318
  icon = 28
319
+ allow_female_defenders_of_the_faith = yes
322
320
 
323
321
  allowed_center_conversion = {
324
322
  catholic
325
323
  }
326
324
  country = {
327
325
  development_cost = -0.1
328
- innovativeness_gain = 0.5
326
+ technology_cost = -0.05
329
327
  }
330
328
 
331
329
  country_as_secondary = {
@@ -340,6 +338,11 @@ christian = {
340
338
  dissolve_monasteries_aspect
341
339
  monopoly_aspect
342
340
  stability_aspect
341
+ innovativeness_aspect
342
+ expel_heretics_aspect
343
+ diplomats_of_the_reformation_aspect
344
+ icons_of_the_church_aspect
345
+ spread_the_book_of_common_prayer
343
346
  }
344
347
  aspects_name = ANGLICAN_ASPECTS
345
348
 
@@ -418,6 +421,10 @@ christian = {
418
421
  individual_creeds_aspect
419
422
  allow_usury_aspect
420
423
  translated_bibles_aspect
424
+ justified_religious_war_aspect
425
+ war_preaches_aspect
426
+ head_of_the_church_aspect
427
+ anglican_aspect
421
428
  }
422
429
  aspects_name = PROTESTANT_ASPECTS
423
430
 
@@ -671,8 +678,13 @@ christian = {
671
678
  allow = {
672
679
  always = yes
673
680
  }
681
+
682
+ visible = {
683
+ always = yes
684
+ }
685
+
674
686
  ai_will_do = {
675
- factor = 1
687
+ factor = 0.05
676
688
  modifier = {
677
689
  factor = 0
678
690
  is_at_war = no
@@ -691,8 +703,13 @@ christian = {
691
703
  allow = {
692
704
  always = yes
693
705
  }
706
+
707
+ visible = {
708
+ always = yes
709
+ }
710
+
694
711
  ai_will_do = {
695
- factor = 1
712
+ factor = 0.02
696
713
  modifier = {
697
714
  factor = 0
698
715
  NOT = {
@@ -723,6 +740,11 @@ christian = {
723
740
  allow = {
724
741
  always = yes
725
742
  }
743
+
744
+ visible = {
745
+ always = yes
746
+ }
747
+
726
748
  ai_will_do = {
727
749
  factor = 0
728
750
  }
@@ -731,22 +753,32 @@ christian = {
731
753
  icon_nicholas = {
732
754
  improve_relation_modifier = 0.25
733
755
  ae_impact = -0.1
756
+
757
+ visible = {
758
+ always = yes
759
+ }
760
+
734
761
  allow = {
735
762
  always = yes
736
763
  }
737
764
  ai_will_do = {
738
- factor = 0.5
765
+ factor = 0.01
739
766
  }
740
767
  }
741
768
 
742
769
  icon_climacus = {
743
770
  global_institution_spread = 0.25
744
771
  embracement_cost = -0.2
772
+
773
+ visible = {
774
+ always = yes
775
+ }
776
+
745
777
  allow = {
746
778
  always = yes
747
779
  }
748
780
  ai_will_do = {
749
- factor = 0.8
781
+ factor = 0.02
750
782
  modifier = {
751
783
  factor = 0
752
784
  NOT = {
@@ -782,7 +814,7 @@ christian = {
782
814
  color = { 178 38 76 }
783
815
  icon = 14
784
816
  country = {
785
- defensiveness = 0.1
817
+ defensiveness = 0.15
786
818
  tolerance_own = 1
787
819
  }
788
820
  country_as_secondary = {
@@ -792,6 +824,12 @@ christian = {
792
824
  province = {
793
825
  local_missionary_strength = -0.02
794
826
  }
827
+ allowed_center_conversion = {
828
+ orthodox
829
+ sunni
830
+ shiite
831
+ ibadi
832
+ }
795
833
 
796
834
  heretic = { ZAMIKAELITES STEPHANITES EUSTATHIANS }
797
835
 
@@ -826,12 +864,21 @@ muslim = {
826
864
  religious_schools = {
827
865
  hanafi_school = {
828
866
  potential_invite_scholar = {
829
- knows_of_scholar_country_capital_trigger = yes
867
+ OR = {
868
+ knows_of_scholar_country_capital_trigger = yes
869
+ has_country_flag = can_always_invite_hanafi_school
870
+ has_country_flag = privilege_can_always_invite_hanafi_school
871
+ }
830
872
  }
831
873
 
832
874
  # THIS = Nation wanting to invite the scholar, FROM = Nation that follows that school
833
875
  can_invite_scholar = {
834
- adm_power_cost = 50
876
+ if = {
877
+ limit = {
878
+ NOT = { has_country_flag = no_scholar_adm_cost }
879
+ }
880
+ adm_power_cost = 50
881
+ }
835
882
  if = {
836
883
  limit = {
837
884
  NOT = { religion = sunni }
@@ -839,22 +886,45 @@ muslim = {
839
886
  }
840
887
  NOT = { piety = -0.5 }
841
888
  }
842
- reverse_has_opinion = { who = FROM value = 150 }
843
- NOT = { has_country_modifier = hanafi_scholar_modifier }
844
- OR = {
845
- alliance_with = FROM
846
- is_subject_of = FROM
847
- overlord_of = FROM
889
+ if = {
890
+ limit = {
891
+ NOT = { has_country_flag = can_always_invite_hanafi_school }
892
+ NOT = { has_country_flag = privilege_can_always_invite_hanafi_school }
893
+ }
894
+ reverse_has_opinion = { who = FROM value = 150 }
895
+ OR = {
896
+ alliance_with = FROM
897
+ is_subject_of = FROM
898
+ overlord_of = FROM
899
+ }
900
+ hidden_progressive_opinion_for_scholar_trigger = yes
901
+ }
902
+ if = {
903
+ limit = {
904
+ ai = yes
905
+ }
906
+ NOT = { has_country_modifier = has_invited_scholar_recently }
848
907
  }
849
- hidden_progressive_opinion_for_scholar_trigger = yes
908
+ NOT = { has_country_modifier = hanafi_scholar_modifier }
850
909
  }
851
910
 
852
911
  # THIS = Nation wanting to invite the scholar, FORM = Nation that sends scholar
853
912
  on_invite_scholar = {
854
- adm_power_cost = 50
913
+ if = {
914
+ limit = {
915
+ NOT = { has_country_flag = no_scholar_adm_cost }
916
+ }
917
+ adm_power_cost = 50
918
+ }
855
919
  clear_religious_scholar_modifiers_effect = yes
856
920
  custom_tooltip = INVITE_SCHOLAR_COUNTRY_TEXT
857
921
  add_country_modifier = { name = hanafi_scholar_modifier duration = 7300 }
922
+ if = { #Ensures that the AI doesn't waste all of their ADM power on inviting scholars should they be able to invite them baseline
923
+ limit = {
924
+ ai = yes
925
+ }
926
+ add_country_modifier = { name = has_invited_scholar_recently duration = 7300 hidden = yes }
927
+ }
858
928
  }
859
929
 
860
930
  # If you don't set this it will expand on_invite_scholar effect which might be super big
@@ -867,12 +937,21 @@ muslim = {
867
937
  }
868
938
  hanbali_school = {
869
939
  potential_invite_scholar = {
870
- knows_of_scholar_country_capital_trigger = yes
940
+ OR = {
941
+ knows_of_scholar_country_capital_trigger = yes
942
+ has_country_flag = can_always_invite_hanbali_school
943
+ has_country_flag = privilege_can_always_invite_hanbali_school
944
+ }
871
945
  }
872
946
 
873
947
  # THIS = Nation wanting to invite the scholar, FROM = Nation that follows that school
874
948
  can_invite_scholar = {
875
- adm_power_cost = 50
949
+ if = {
950
+ limit = {
951
+ NOT = { has_country_flag = no_scholar_adm_cost }
952
+ }
953
+ adm_power_cost = 50
954
+ }
876
955
  if = {
877
956
  limit = {
878
957
  NOT = { religion = sunni }
@@ -880,22 +959,45 @@ muslim = {
880
959
  }
881
960
  NOT = { piety = -0.5 }
882
961
  }
883
- reverse_has_opinion = { who = FROM value = 150 }
884
- OR = {
885
- alliance_with = FROM
886
- is_subject_of = FROM
887
- overlord_of = FROM
962
+ if = {
963
+ limit = {
964
+ NOT = { has_country_flag = can_always_invite_hanbali_school }
965
+ NOT = { has_country_flag = privilege_can_always_invite_hanbali_school }
966
+ }
967
+ reverse_has_opinion = { who = FROM value = 150 }
968
+ OR = {
969
+ alliance_with = FROM
970
+ is_subject_of = FROM
971
+ overlord_of = FROM
972
+ }
973
+ hidden_progressive_opinion_for_scholar_trigger = yes
974
+ }
975
+ if = {
976
+ limit = {
977
+ ai = yes
978
+ }
979
+ NOT = { has_country_modifier = has_invited_scholar_recently }
888
980
  }
889
- hidden_progressive_opinion_for_scholar_trigger = yes
890
981
  NOT = { has_country_modifier = hanbali_scholar_modifier }
891
982
  }
892
983
 
893
984
  # THIS = Nation wanting to invite the scholar, FORM = Nation that sends scholar
894
985
  on_invite_scholar = {
895
- adm_power_cost = 50
986
+ if = {
987
+ limit = {
988
+ NOT = { has_country_flag = no_scholar_adm_cost }
989
+ }
990
+ adm_power_cost = 50
991
+ }
896
992
  clear_religious_scholar_modifiers_effect = yes
897
993
  custom_tooltip = INVITE_SCHOLAR_COUNTRY_TEXT
898
994
  add_country_modifier = { name = hanbali_scholar_modifier duration = 7300 }
995
+ if = { #Ensures that the AI doesn't waste all of their ADM power on inviting scholars should they be able to invite them baseline
996
+ limit = {
997
+ ai = yes
998
+ }
999
+ add_country_modifier = { name = has_invited_scholar_recently duration = 7300 hidden = yes }
1000
+ }
899
1001
  }
900
1002
 
901
1003
  # If you don't set this it will expand on_invite_scholar effect which might be super big
@@ -907,12 +1009,21 @@ muslim = {
907
1009
  }
908
1010
  maliki_school = {
909
1011
  potential_invite_scholar = {
910
- knows_of_scholar_country_capital_trigger = yes
1012
+ OR = {
1013
+ knows_of_scholar_country_capital_trigger = yes
1014
+ has_country_flag = can_always_invite_maliki_school
1015
+ has_country_flag = privilege_can_always_invite_maliki_school
1016
+ }
911
1017
  }
912
1018
 
913
1019
  # THIS = Nation wanting to invite the scholar, FROM = Nation that follows that school
914
1020
  can_invite_scholar = {
915
- adm_power_cost = 50
1021
+ if = {
1022
+ limit = {
1023
+ NOT = { has_country_flag = no_scholar_adm_cost }
1024
+ }
1025
+ adm_power_cost = 50
1026
+ }
916
1027
  if = {
917
1028
  limit = {
918
1029
  NOT = { religion = sunni }
@@ -920,22 +1031,45 @@ muslim = {
920
1031
  }
921
1032
  NOT = { piety = -0.5 }
922
1033
  }
923
- reverse_has_opinion = { who = FROM value = 150 }
924
- OR = {
925
- alliance_with = FROM
926
- is_subject_of = FROM
927
- overlord_of = FROM
1034
+ if = {
1035
+ limit = {
1036
+ NOT = { has_country_flag = can_always_invite_maliki_school }
1037
+ NOT = { has_country_flag = privilege_can_always_invite_maliki_school }
1038
+ }
1039
+ reverse_has_opinion = { who = FROM value = 150 }
1040
+ OR = {
1041
+ alliance_with = FROM
1042
+ is_subject_of = FROM
1043
+ overlord_of = FROM
1044
+ }
1045
+ hidden_progressive_opinion_for_scholar_trigger = yes
1046
+ }
1047
+ if = {
1048
+ limit = {
1049
+ ai = yes
1050
+ }
1051
+ NOT = { has_country_modifier = has_invited_scholar_recently }
928
1052
  }
929
- hidden_progressive_opinion_for_scholar_trigger = yes
930
1053
  NOT = { has_country_modifier = maliki_scholar_modifier }
931
1054
  }
932
1055
 
933
1056
  # THIS = Nation wanting to invite the scholar, FORM = Nation that sends scholar
934
1057
  on_invite_scholar = {
935
- adm_power_cost = 50
1058
+ if = {
1059
+ limit = {
1060
+ NOT = { has_country_flag = no_scholar_adm_cost }
1061
+ }
1062
+ adm_power_cost = 50
1063
+ }
936
1064
  clear_religious_scholar_modifiers_effect = yes
937
1065
  custom_tooltip = INVITE_SCHOLAR_COUNTRY_TEXT
938
1066
  add_country_modifier = { name = maliki_scholar_modifier duration = 7300 }
1067
+ if = { #Ensures that the AI doesn't waste all of their ADM power on inviting scholars should they be able to invite them baseline
1068
+ limit = {
1069
+ ai = yes
1070
+ }
1071
+ add_country_modifier = { name = has_invited_scholar_recently duration = 7300 hidden = yes }
1072
+ }
939
1073
  }
940
1074
 
941
1075
  # If you don't set this it will expand on_invite_scholar effect which might be super big
@@ -947,12 +1081,21 @@ muslim = {
947
1081
  }
948
1082
  shafii_school = {
949
1083
  potential_invite_scholar = {
950
- knows_of_scholar_country_capital_trigger = yes
1084
+ OR = {
1085
+ knows_of_scholar_country_capital_trigger = yes
1086
+ has_country_flag = can_always_invite_shafii_school
1087
+ has_country_flag = privilege_can_always_invite_shafii_school
1088
+ }
951
1089
  }
952
1090
 
953
1091
  # THIS = Nation wanting to invite the scholar, FROM = Nation that follows that school
954
1092
  can_invite_scholar = {
955
- adm_power_cost = 50
1093
+ if = {
1094
+ limit = {
1095
+ NOT = { has_country_flag = no_scholar_adm_cost }
1096
+ }
1097
+ adm_power_cost = 50
1098
+ }
956
1099
  if = {
957
1100
  limit = {
958
1101
  NOT = { religion = sunni }
@@ -960,22 +1103,45 @@ muslim = {
960
1103
  }
961
1104
  NOT = { piety = -0.5 }
962
1105
  }
963
- reverse_has_opinion = { who = FROM value = 150 }
964
- OR = {
965
- alliance_with = FROM
966
- is_subject_of = FROM
967
- overlord_of = FROM
1106
+ if = {
1107
+ limit = {
1108
+ NOT = { has_country_flag = can_always_invite_shafii_school }
1109
+ NOT = { has_country_flag = privilege_can_always_invite_shafii_school }
1110
+ }
1111
+ reverse_has_opinion = { who = FROM value = 150 }
1112
+ OR = {
1113
+ alliance_with = FROM
1114
+ is_subject_of = FROM
1115
+ overlord_of = FROM
1116
+ }
1117
+ hidden_progressive_opinion_for_scholar_trigger = yes
1118
+ }
1119
+ if = {
1120
+ limit = {
1121
+ ai = yes
1122
+ }
1123
+ NOT = { has_country_modifier = has_invited_scholar_recently }
968
1124
  }
969
- hidden_progressive_opinion_for_scholar_trigger = yes
970
1125
  NOT = { has_country_modifier = shafii_scholar_modifier }
971
1126
  }
972
1127
 
973
1128
  # THIS = Nation wanting to invite the scholar, FORM = Nation that sends scholar
974
1129
  on_invite_scholar = {
975
- adm_power_cost = 50
1130
+ if = {
1131
+ limit = {
1132
+ NOT = { has_country_flag = no_scholar_adm_cost }
1133
+ }
1134
+ adm_power_cost = 50
1135
+ }
976
1136
  clear_religious_scholar_modifiers_effect = yes
977
1137
  custom_tooltip = INVITE_SCHOLAR_COUNTRY_TEXT
978
1138
  add_country_modifier = { name = shafii_scholar_modifier duration = 7300 }
1139
+ if = { #Ensures that the AI doesn't waste all of their ADM power on inviting scholars should they be able to invite them baseline
1140
+ limit = {
1141
+ ai = yes
1142
+ }
1143
+ add_country_modifier = { name = has_invited_scholar_recently duration = 7300 hidden = yes }
1144
+ }
979
1145
  }
980
1146
 
981
1147
  # If you don't set this it will expand on_invite_scholar effect which might be super big
@@ -988,12 +1154,21 @@ muslim = {
988
1154
  #Shias
989
1155
  ismaili_school = {
990
1156
  potential_invite_scholar = {
991
- knows_of_scholar_country_capital_trigger = yes
1157
+ OR = {
1158
+ knows_of_scholar_country_capital_trigger = yes
1159
+ has_country_flag = can_always_invite_ismaili_school
1160
+ has_country_flag = privilege_can_always_invite_ismaili_school
1161
+ }
992
1162
  }
993
1163
 
994
1164
  # THIS = Nation wanting to invite the scholar, FROM = Nation that follows that school
995
1165
  can_invite_scholar = {
996
- adm_power_cost = 50
1166
+ if = {
1167
+ limit = {
1168
+ NOT = { has_country_flag = no_scholar_adm_cost }
1169
+ }
1170
+ adm_power_cost = 50
1171
+ }
997
1172
  if = {
998
1173
  limit = {
999
1174
  NOT = { religion = shiite }
@@ -1001,22 +1176,45 @@ muslim = {
1001
1176
  }
1002
1177
  NOT = { piety = -0.5 }
1003
1178
  }
1004
- reverse_has_opinion = { who = FROM value = 150 }
1005
- OR = {
1006
- alliance_with = FROM
1007
- is_subject_of = FROM
1008
- overlord_of = FROM
1179
+ if = {
1180
+ limit = {
1181
+ NOT = { has_country_flag = can_always_invite_ismaili_school }
1182
+ NOT = { has_country_flag = privilege_can_always_invite_ismaili_school }
1183
+ }
1184
+ reverse_has_opinion = { who = FROM value = 150 }
1185
+ OR = {
1186
+ alliance_with = FROM
1187
+ is_subject_of = FROM
1188
+ overlord_of = FROM
1189
+ }
1190
+ hidden_progressive_opinion_for_scholar_trigger = yes
1191
+ }
1192
+ if = {
1193
+ limit = {
1194
+ ai = yes
1195
+ }
1196
+ NOT = { has_country_modifier = has_invited_scholar_recently }
1009
1197
  }
1010
- hidden_progressive_opinion_for_scholar_trigger = yes
1011
1198
  NOT = { has_country_modifier = ismaili_scholar_modifier }
1012
1199
  }
1013
1200
 
1014
1201
  # THIS = Nation wanting to invite the scholar, FORM = Nation that sends scholar
1015
1202
  on_invite_scholar = {
1016
- adm_power_cost = 50
1203
+ if = {
1204
+ limit = {
1205
+ NOT = { has_country_flag = no_scholar_adm_cost }
1206
+ }
1207
+ adm_power_cost = 50
1208
+ }
1017
1209
  clear_religious_scholar_modifiers_effect = yes
1018
1210
  custom_tooltip = INVITE_SCHOLAR_COUNTRY_TEXT
1019
1211
  add_country_modifier = { name = ismaili_scholar_modifier duration = 7300 }
1212
+ if = { #Ensures that the AI doesn't waste all of their ADM power on inviting scholars should they be able to invite them baseline
1213
+ limit = {
1214
+ ai = yes
1215
+ }
1216
+ add_country_modifier = { name = has_invited_scholar_recently duration = 7300 hidden = yes }
1217
+ }
1020
1218
  }
1021
1219
 
1022
1220
  # If you don't set this it will expand on_invite_scholar effect which might be super big
@@ -1031,12 +1229,21 @@ muslim = {
1031
1229
  }
1032
1230
  jafari_school = {
1033
1231
  potential_invite_scholar = {
1034
- knows_of_scholar_country_capital_trigger = yes
1232
+ OR = {
1233
+ knows_of_scholar_country_capital_trigger = yes
1234
+ has_country_flag = can_always_invite_jafari_school
1235
+ has_country_flag = privilege_can_always_invite_jafari_school
1236
+ }
1035
1237
  }
1036
1238
 
1037
1239
  # THIS = Nation wanting to invite the scholar, FROM = Nation that follows that school
1038
1240
  can_invite_scholar = {
1039
- adm_power_cost = 50
1241
+ if = {
1242
+ limit = {
1243
+ NOT = { has_country_flag = no_scholar_adm_cost }
1244
+ }
1245
+ adm_power_cost = 50
1246
+ }
1040
1247
  if = {
1041
1248
  limit = {
1042
1249
  NOT = { religion = shiite }
@@ -1044,22 +1251,45 @@ muslim = {
1044
1251
  }
1045
1252
  NOT = { piety = -0.5 }
1046
1253
  }
1047
- reverse_has_opinion = { who = FROM value = 150 }
1048
- OR = {
1049
- alliance_with = FROM
1050
- is_subject_of = FROM
1051
- overlord_of = FROM
1254
+ if = {
1255
+ limit = {
1256
+ NOT = { has_country_flag = can_always_invite_jafari_school }
1257
+ NOT = { has_country_flag = privilege_can_always_invite_jafari_school }
1258
+ }
1259
+ reverse_has_opinion = { who = FROM value = 150 }
1260
+ OR = {
1261
+ alliance_with = FROM
1262
+ is_subject_of = FROM
1263
+ overlord_of = FROM
1264
+ }
1265
+ hidden_progressive_opinion_for_scholar_trigger = yes
1266
+ }
1267
+ if = {
1268
+ limit = {
1269
+ ai = yes
1270
+ }
1271
+ NOT = { has_country_modifier = has_invited_scholar_recently }
1052
1272
  }
1053
- hidden_progressive_opinion_for_scholar_trigger = yes
1054
1273
  NOT = { has_country_modifier = jafari_scholar_modifier }
1055
1274
  }
1056
1275
 
1057
1276
  # THIS = Nation wanting to invite the scholar, FORM = Nation that sends scholar
1058
1277
  on_invite_scholar = {
1059
- adm_power_cost = 50
1278
+ if = {
1279
+ limit = {
1280
+ NOT = { has_country_flag = no_scholar_adm_cost }
1281
+ }
1282
+ adm_power_cost = 50
1283
+ }
1060
1284
  clear_religious_scholar_modifiers_effect = yes
1061
1285
  custom_tooltip = INVITE_SCHOLAR_COUNTRY_TEXT
1062
1286
  add_country_modifier = { name = jafari_scholar_modifier duration = 7300 }
1287
+ if = { #Ensures that the AI doesn't waste all of their ADM power on inviting scholars should they be able to invite them baseline
1288
+ limit = {
1289
+ ai = yes
1290
+ }
1291
+ add_country_modifier = { name = has_invited_scholar_recently duration = 7300 hidden = yes }
1292
+ }
1063
1293
  }
1064
1294
 
1065
1295
  # If you don't set this it will expand on_invite_scholar effect which might be super big
@@ -1071,12 +1301,21 @@ muslim = {
1071
1301
  }
1072
1302
  zaidi_school = {
1073
1303
  potential_invite_scholar = {
1074
- knows_of_scholar_country_capital_trigger = yes
1304
+ OR = {
1305
+ knows_of_scholar_country_capital_trigger = yes
1306
+ has_country_flag = can_always_invite_zaidi_school
1307
+ has_country_flag = privilege_can_always_invite_zaidi_school
1308
+ }
1075
1309
  }
1076
1310
 
1077
1311
  # THIS = Nation wanting to invite the scholar, FROM = Nation that follows that school
1078
1312
  can_invite_scholar = {
1079
- adm_power_cost = 50
1313
+ if = {
1314
+ limit = {
1315
+ NOT = { has_country_flag = no_scholar_adm_cost }
1316
+ }
1317
+ adm_power_cost = 50
1318
+ }
1080
1319
  if = {
1081
1320
  limit = {
1082
1321
  NOT = { religion = shiite }
@@ -1084,22 +1323,45 @@ muslim = {
1084
1323
  }
1085
1324
  NOT = { piety = -0.5 }
1086
1325
  }
1087
- reverse_has_opinion = { who = FROM value = 150 }
1088
- OR = {
1089
- alliance_with = FROM
1090
- is_subject_of = FROM
1091
- overlord_of = FROM
1326
+ if = {
1327
+ limit = {
1328
+ NOT = { has_country_flag = can_always_invite_zaidi_school }
1329
+ NOT = { has_country_flag = privilege_can_always_invite_zaidi_school }
1330
+ }
1331
+ reverse_has_opinion = { who = FROM value = 150 }
1332
+ OR = {
1333
+ alliance_with = FROM
1334
+ is_subject_of = FROM
1335
+ overlord_of = FROM
1336
+ }
1337
+ hidden_progressive_opinion_for_scholar_trigger = yes
1338
+ }
1339
+ if = {
1340
+ limit = {
1341
+ ai = yes
1342
+ }
1343
+ NOT = { has_country_modifier = has_invited_scholar_recently }
1092
1344
  }
1093
- hidden_progressive_opinion_for_scholar_trigger = yes
1094
1345
  NOT = { has_country_modifier = zaidi_scholar_modifier }
1095
1346
  }
1096
1347
 
1097
1348
  # THIS = Nation wanting to invite the scholar, FORM = Nation that sends scholar
1098
1349
  on_invite_scholar = {
1099
- adm_power_cost = 50
1350
+ if = {
1351
+ limit = {
1352
+ NOT = { has_country_flag = no_scholar_adm_cost }
1353
+ }
1354
+ adm_power_cost = 50
1355
+ }
1100
1356
  clear_religious_scholar_modifiers_effect = yes
1101
1357
  custom_tooltip = INVITE_SCHOLAR_COUNTRY_TEXT
1102
1358
  add_country_modifier = { name = zaidi_scholar_modifier duration = 7300 }
1359
+ if = { #Ensures that the AI doesn't waste all of their ADM power on inviting scholars should they be able to invite them baseline
1360
+ limit = {
1361
+ ai = yes
1362
+ }
1363
+ add_country_modifier = { name = has_invited_scholar_recently duration = 7300 hidden = yes }
1364
+ }
1103
1365
  }
1104
1366
 
1105
1367
  # If you don't set this it will expand on_invite_scholar effect which might be super big
@@ -1115,6 +1377,10 @@ muslim = {
1115
1377
  sunni = {
1116
1378
  color = { 0 153 0 }
1117
1379
  icon = 5
1380
+ allowed_center_conversion = {
1381
+ ibadi
1382
+ shiite
1383
+ }
1118
1384
  country = {
1119
1385
  cav_to_inf_ratio = 0.10
1120
1386
  heir_chance = 1.0
@@ -1134,7 +1400,11 @@ muslim = {
1134
1400
 
1135
1401
  shiite = {
1136
1402
  color = { 0 204 0 }
1137
- icon = 6
1403
+ icon = 6
1404
+ allowed_center_conversion = {
1405
+ sunni
1406
+ ibadi
1407
+ }
1138
1408
  country = {
1139
1409
  heir_chance = 1.0
1140
1410
  land_morale = 0.05
@@ -1154,7 +1424,11 @@ muslim = {
1154
1424
 
1155
1425
  ibadi = {
1156
1426
  color = { 0 102 0 }
1157
- icon = 16
1427
+ icon = 16
1428
+ allowed_center_conversion = {
1429
+ sunni
1430
+ shiite
1431
+ }
1158
1432
  country = {
1159
1433
  heir_chance = 1.0
1160
1434
  global_trade_goods_size_modifier = 0.1
@@ -1221,7 +1495,7 @@ eastern = {
1221
1495
  buddhism #Theravada
1222
1496
  }
1223
1497
  country = {
1224
- tolerance_heretic = 1
1498
+ tolerance_heretic = 2
1225
1499
  land_morale = 0.05
1226
1500
  }
1227
1501
  country_as_secondary = {
@@ -1295,6 +1569,7 @@ eastern = {
1295
1569
  icon = 10
1296
1570
  country = {
1297
1571
  land_morale = 0.1
1572
+ tolerance_heretic = 2
1298
1573
  }
1299
1574
  province = {
1300
1575
  local_missionary_strength = -0.02
@@ -1383,6 +1658,583 @@ dharmic = {
1383
1658
  heretic = { MASANDIS }
1384
1659
 
1385
1660
  date = 1499.01.01
1661
+
1662
+ gurus = {
1663
+ guru_nanak = {
1664
+ trigger = {
1665
+ NOT = { has_global_flag = guru_event_happening }
1666
+ }
1667
+ chance = {
1668
+ factor = 1000
1669
+ }
1670
+ modifier = {
1671
+ country_admin_power = 1
1672
+ }
1673
+ teachings = {
1674
+ share_and_consume = {
1675
+ type = ADM
1676
+ cost = 50
1677
+
1678
+ global_unrest = -1
1679
+ }
1680
+ work_honestly = {
1681
+ type = DIP
1682
+ cost = 50
1683
+
1684
+ production_efficiency = 0.05
1685
+ }
1686
+ recite_his_name = {
1687
+ type = MIL
1688
+ cost = 50
1689
+
1690
+ global_regiment_cost = -0.025
1691
+ }
1692
+ }
1693
+ }
1694
+ guru_angad = {
1695
+ trigger = {
1696
+ is_year = 1539
1697
+ is_month = 9
1698
+ NOT = { has_global_flag = guru_event_happening }
1699
+ }
1700
+ chance = {
1701
+ factor = 5
1702
+ modifier = {
1703
+ factor = 1.5
1704
+ is_year = 1540
1705
+ }
1706
+ modifier = {
1707
+ factor = 1.5
1708
+ is_year = 1541
1709
+ }
1710
+ modifier = {
1711
+ factor = 1.5
1712
+ is_year = 1542
1713
+ }
1714
+ modifier = {
1715
+ factor = 2
1716
+ is_year = 1543
1717
+ }
1718
+ modifier = {
1719
+ factor = 2
1720
+ is_year = 1544
1721
+ }
1722
+ }
1723
+ modifier = {
1724
+ country_military_power = 1
1725
+ }
1726
+ teachings = {
1727
+ gurmukhi_script_teaching = {
1728
+ type = ADM
1729
+ cost = 50
1730
+
1731
+ technology_cost = -0.025
1732
+ }
1733
+ temple_langar = {
1734
+ type = DIP
1735
+ cost = 50
1736
+
1737
+ church_loyalty_modifier = 0.05
1738
+ }
1739
+ wrestling_akhara = {
1740
+ type = MIL
1741
+ cost = 50
1742
+
1743
+ yearly_army_professionalism = 0.005
1744
+ }
1745
+ }
1746
+ }
1747
+ guru_amar_das = {
1748
+ trigger = {
1749
+ is_year = 1552
1750
+ is_month = 3
1751
+ NOT = { has_global_flag = guru_event_happening }
1752
+ }
1753
+ chance = {
1754
+ factor = 5
1755
+ modifier = {
1756
+ factor = 1.5
1757
+ is_year = 1553
1758
+ }
1759
+ modifier = {
1760
+ factor = 1.5
1761
+ is_year = 1554
1762
+ }
1763
+ modifier = {
1764
+ factor = 1.5
1765
+ is_year = 1555
1766
+ }
1767
+ modifier = {
1768
+ factor = 2
1769
+ is_year = 1556
1770
+ }
1771
+ modifier = {
1772
+ factor = 2
1773
+ is_year = 1557
1774
+ }
1775
+ }
1776
+ modifier = {
1777
+ country_diplomatic_power = 1
1778
+ }
1779
+ teachings = {
1780
+ dasvandh_collection = {
1781
+ type = ADM
1782
+ cost = 50
1783
+
1784
+ global_tax_modifier = 0.05
1785
+ }
1786
+ anand_karaj = {
1787
+ type = DIP
1788
+ cost = 50
1789
+
1790
+ diplomatic_reputation = 1
1791
+ }
1792
+ sanghat_equality = {
1793
+ type = MIL
1794
+ cost = 50
1795
+
1796
+ nobles_loyalty_modifier = 0.05
1797
+ rajput_exclusive_loyalty_modifier = 0.05
1798
+ maratha_exclusive_loyalty_modifier = 0.05
1799
+ }
1800
+ }
1801
+ }
1802
+ guru_ram_das = {
1803
+ trigger = {
1804
+ is_year = 1574
1805
+ is_month = 9
1806
+ NOT = { has_global_flag = guru_event_happening }
1807
+ }
1808
+ chance = {
1809
+ factor = 5
1810
+ modifier = {
1811
+ factor = 1.5
1812
+ is_year = 1575
1813
+ }
1814
+ modifier = {
1815
+ factor = 1.5
1816
+ is_year = 1576
1817
+ }
1818
+ modifier = {
1819
+ factor = 1.5
1820
+ is_year = 1577
1821
+ }
1822
+ modifier = {
1823
+ factor = 2
1824
+ is_year = 1578
1825
+ }
1826
+ modifier = {
1827
+ factor = 2
1828
+ is_year = 1579
1829
+ }
1830
+ }
1831
+ modifier = {
1832
+ country_admin_power = 1
1833
+ }
1834
+ teachings = {
1835
+ legitimize_inheritance = {
1836
+ type = ADM
1837
+ cost = 50
1838
+
1839
+ legitimacy = 0.25
1840
+ republican_tradition = 0.1
1841
+ devotion = 0.25
1842
+ horde_unity = 0.25
1843
+ meritocracy = 0.1
1844
+ }
1845
+ scripture_hymns = {
1846
+ type = DIP
1847
+ cost = 50
1848
+
1849
+ prestige = 0.5
1850
+ }
1851
+ masand_system = {
1852
+ type = MIL
1853
+ cost = 50
1854
+
1855
+ global_manpower_modifier = 0.1
1856
+ }
1857
+ }
1858
+ }
1859
+ guru_arjan = {
1860
+ trigger = {
1861
+ is_year = 1581
1862
+ is_month = 9
1863
+ NOT = { has_global_flag = guru_event_happening }
1864
+ }
1865
+ chance = {
1866
+ factor = 5
1867
+ modifier = {
1868
+ factor = 1.5
1869
+ is_year = 1582
1870
+ }
1871
+ modifier = {
1872
+ factor = 1.5
1873
+ is_year = 1583
1874
+ }
1875
+ modifier = {
1876
+ factor = 1.5
1877
+ is_year = 1584
1878
+ }
1879
+ modifier = {
1880
+ factor = 2
1881
+ is_year = 1585
1882
+ }
1883
+ modifier = {
1884
+ factor = 2
1885
+ is_year = 1586
1886
+ }
1887
+ }
1888
+ modifier = {
1889
+ country_diplomatic_power = 1
1890
+ }
1891
+ teachings = {
1892
+ adi_granth = {
1893
+ type = ADM
1894
+ cost = 50
1895
+
1896
+ global_institution_spread = 0.1
1897
+ }
1898
+ the_abode_of_god = {
1899
+ type = DIP
1900
+ cost = 50
1901
+
1902
+ religious_unity = 0.1
1903
+ }
1904
+ martyrdom = {
1905
+ type = MIL
1906
+ cost = 50
1907
+
1908
+ land_morale = 0.05
1909
+ }
1910
+ }
1911
+ }
1912
+ guru_hargobind = {
1913
+ trigger = {
1914
+ is_year = 1606
1915
+ is_month = 6
1916
+ NOT = { has_global_flag = guru_event_happening }
1917
+ }
1918
+ chance = {
1919
+ factor = 5
1920
+ modifier = {
1921
+ factor = 1.5
1922
+ is_year = 1607
1923
+ }
1924
+ modifier = {
1925
+ factor = 1.5
1926
+ is_year = 1608
1927
+ }
1928
+ modifier = {
1929
+ factor = 1.5
1930
+ is_year = 1609
1931
+ }
1932
+ modifier = {
1933
+ factor = 2
1934
+ is_year = 1610
1935
+ }
1936
+ modifier = {
1937
+ factor = 2
1938
+ is_year = 1611
1939
+ }
1940
+ }
1941
+ modifier = {
1942
+ country_military_power = 1
1943
+ }
1944
+ teachings = {
1945
+ throne_of_the_timeless_one = {
1946
+ type = ADM
1947
+ cost = 50
1948
+
1949
+ legitimacy = 0.25
1950
+ republican_tradition = 0.1
1951
+ devotion = 0.25
1952
+ horde_unity = 0.25
1953
+ meritocracy = 0.1
1954
+ }
1955
+ protection_of_the_poor = {
1956
+ type = DIP
1957
+ cost = 50
1958
+
1959
+ war_exhaustion = -0.025
1960
+ }
1961
+ miri_and_piri = {
1962
+ type = MIL
1963
+ cost = 50
1964
+
1965
+ discipline = 0.025
1966
+ }
1967
+ }
1968
+ }
1969
+ guru_har_rai = {
1970
+ trigger = {
1971
+ is_year = 1644
1972
+ is_month = 3
1973
+ NOT = { has_global_flag = guru_event_happening }
1974
+ }
1975
+ chance = {
1976
+ factor = 5
1977
+ modifier = {
1978
+ factor = 1.5
1979
+ is_year = 1645
1980
+ }
1981
+ modifier = {
1982
+ factor = 1.5
1983
+ is_year = 1646
1984
+ }
1985
+ modifier = {
1986
+ factor = 1.5
1987
+ is_year = 1647
1988
+ }
1989
+ modifier = {
1990
+ factor = 2
1991
+ is_year = 1648
1992
+ }
1993
+ modifier = {
1994
+ factor = 2
1995
+ is_year = 1649
1996
+ }
1997
+ }
1998
+ modifier = {
1999
+ country_diplomatic_power = 1
2000
+ }
2001
+ teachings = {
2002
+ impartial_manjis = {
2003
+ type = ADM
2004
+ cost = 50
2005
+
2006
+ yearly_corruption = -0.05
2007
+ }
2008
+ the_fragrance_of_a_flower = {
2009
+ type = DIP
2010
+ cost = 50
2011
+
2012
+ improve_relation_modifier = 0.1
2013
+ }
2014
+ one_guru = {
2015
+ type = MIL
2016
+ cost = 50
2017
+
2018
+ nobles_loyalty_modifier = 0.05
2019
+ rajput_exclusive_loyalty_modifier = 0.05
2020
+ maratha_exclusive_loyalty_modifier = 0.05
2021
+ }
2022
+ }
2023
+ }
2024
+ guru_har_krishan = {
2025
+ trigger = {
2026
+ is_year = 1661
2027
+ is_month = 3
2028
+ NOT = { has_global_flag = guru_event_happening }
2029
+ }
2030
+ chance = {
2031
+ factor = 5
2032
+ modifier = {
2033
+ factor = 1.5
2034
+ is_year = 1662
2035
+ }
2036
+ modifier = {
2037
+ factor = 1.5
2038
+ is_year = 1663
2039
+ }
2040
+ modifier = {
2041
+ factor = 1.5
2042
+ is_year = 1664
2043
+ }
2044
+ modifier = {
2045
+ factor = 2
2046
+ is_year = 1665
2047
+ }
2048
+ modifier = {
2049
+ factor = 2
2050
+ is_year = 1666
2051
+ }
2052
+ }
2053
+ modifier = {
2054
+ country_diplomatic_power = 1
2055
+ }
2056
+ teachings = {
2057
+ treat_the_sick = {
2058
+ type = ADM
2059
+ cost = 50
2060
+
2061
+ monarch_admin_power = 1
2062
+ }
2063
+ illiterate_recites_saloks = {
2064
+ type = DIP
2065
+ cost = 50
2066
+
2067
+ monarch_diplomatic_power = 1
2068
+ }
2069
+ young_humility = {
2070
+ type = MIL
2071
+ cost = 50
2072
+
2073
+ monarch_military_power = 1
2074
+ }
2075
+ }
2076
+ }
2077
+ guru_tegh_bahadur = {
2078
+ trigger = {
2079
+ is_year = 1665
2080
+ is_month = 3
2081
+ NOT = { has_global_flag = guru_event_happening }
2082
+ }
2083
+ chance = {
2084
+ factor = 5
2085
+ modifier = {
2086
+ factor = 1.5
2087
+ is_year = 1666
2088
+ }
2089
+ modifier = {
2090
+ factor = 1.5
2091
+ is_year = 1667
2092
+ }
2093
+ modifier = {
2094
+ factor = 1.5
2095
+ is_year = 1668
2096
+ }
2097
+ modifier = {
2098
+ factor = 2
2099
+ is_year = 1669
2100
+ }
2101
+ modifier = {
2102
+ factor = 2
2103
+ is_year = 1670
2104
+ }
2105
+ }
2106
+ modifier = {
2107
+ country_admin_power = 1
2108
+ }
2109
+ teachings = {
2110
+ the_word_of_sikh = {
2111
+ type = ADM
2112
+ cost = 50
2113
+
2114
+ missionaries = 1
2115
+ }
2116
+ all_kings_must_pass = {
2117
+ type = DIP
2118
+ cost = 50
2119
+
2120
+ tolerance_heretic = 2
2121
+ }
2122
+ resist_persecution = {
2123
+ type = MIL
2124
+ cost = 50
2125
+
2126
+ hostile_attrition = 1
2127
+ }
2128
+ }
2129
+ }
2130
+ guru_gobind_singh = {
2131
+ trigger = {
2132
+ is_year = 1675
2133
+ is_month = 3
2134
+ NOT = { has_global_flag = guru_event_happening }
2135
+ }
2136
+ chance = {
2137
+ factor = 5
2138
+ modifier = {
2139
+ factor = 1.5
2140
+ is_year = 1676
2141
+ }
2142
+ modifier = {
2143
+ factor = 1.5
2144
+ is_year = 1677
2145
+ }
2146
+ modifier = {
2147
+ factor = 1.5
2148
+ is_year = 1678
2149
+ }
2150
+ modifier = {
2151
+ factor = 2
2152
+ is_year = 1679
2153
+ }
2154
+ modifier = {
2155
+ factor = 2
2156
+ is_year = 1680
2157
+ }
2158
+ }
2159
+ modifier = {
2160
+ country_admin_power = 1
2161
+ }
2162
+ teachings = {
2163
+ pluralism = {
2164
+ type = ADM
2165
+ cost = 50
2166
+
2167
+ advisor_cost = -0.1
2168
+ }
2169
+ dharam_yudh = {
2170
+ type = DIP
2171
+ cost = 50
2172
+
2173
+ war_taxes_cost_modifier = -0.5
2174
+ }
2175
+ the_khalsa_sikh = {
2176
+ type = MIL
2177
+ cost = 50
2178
+
2179
+ yearly_army_professionalism = 0.005
2180
+ }
2181
+ }
2182
+ }
2183
+ guru_granth_sahib = {
2184
+ trigger = {
2185
+ is_year = 1708
2186
+ is_month = 3
2187
+ NOT = { has_global_flag = guru_event_happening }
2188
+ }
2189
+ chance = {
2190
+ factor = 5
2191
+ modifier = {
2192
+ factor = 1.5
2193
+ is_year = 1709
2194
+ }
2195
+ modifier = {
2196
+ factor = 1.5
2197
+ is_year = 1710
2198
+ }
2199
+ modifier = {
2200
+ factor = 1.5
2201
+ is_year = 1711
2202
+ }
2203
+ modifier = {
2204
+ factor = 2
2205
+ is_year = 1712
2206
+ }
2207
+ modifier = {
2208
+ factor = 2
2209
+ is_year = 1713
2210
+ }
2211
+ }
2212
+ modifier = {
2213
+ state_maintenance_modifier = -0.5
2214
+ drill_decay_modifier = -0.25
2215
+ }
2216
+ teachings = {
2217
+ eternally_living_guru = {
2218
+ type = ADM
2219
+ cost = 50
2220
+
2221
+ development_cost = -0.1
2222
+ }
2223
+ divine_justice = {
2224
+ type = DIP
2225
+ cost = 50
2226
+
2227
+ trade_efficiency = 0.1
2228
+ }
2229
+ the_unchanging_writing = {
2230
+ type = MIL
2231
+ cost = 50
2232
+
2233
+ drill_gain_modifier = 0.5
2234
+ }
2235
+ }
2236
+ }
2237
+ }
1386
2238
  }
1387
2239
 
1388
2240
  harmonized_modifier = harmonized_dharmic
@@ -1419,9 +2271,6 @@ pagan = {
1419
2271
  tolerance_heathen = 2
1420
2272
  diplomatic_reputation = 1
1421
2273
  }
1422
- province = {
1423
- local_missionary_strength = 0.02
1424
- }
1425
2274
  country_as_secondary = {
1426
2275
  tolerance_own = 2
1427
2276
  loot_amount = 0.25
@@ -1444,6 +2293,8 @@ pagan = {
1444
2293
  province = {
1445
2294
  local_missionary_strength = 0.02
1446
2295
  }
2296
+
2297
+ ancestors = yes
1447
2298
 
1448
2299
  heretic = { BEAR_SPIRIT }
1449
2300
  }
@@ -1452,12 +2303,12 @@ pagan = {
1452
2303
  color = { 64 115 115 }
1453
2304
  icon = 18
1454
2305
  country = {
1455
- tolerance_own = 1
2306
+ tolerance_own = 2
1456
2307
  global_autonomy = -0.05
1457
2308
  }
1458
2309
 
1459
2310
  country_as_secondary = {
1460
- tolerance_own = 1
2311
+ tolerance_own = 2
1461
2312
  global_autonomy = -0.05
1462
2313
  }
1463
2314
 
@@ -1549,18 +2400,34 @@ pagan = {
1549
2400
  heretic = { OLD_TENGRI }
1550
2401
  }
1551
2402
 
2403
+ dreamtime = {
2404
+ icon = 29
2405
+ color = { 197 133 43 }
2406
+ country = {
2407
+ shock_damage_received = -0.05
2408
+ diplomatic_reputation = 1
2409
+ }
2410
+ country_as_secondary = {
2411
+ shock_damage = 0.1
2412
+ hostile_attrition = 2
2413
+ }
2414
+
2415
+ fetishist_cult = yes
2416
+ heretic = { WAGYLKOOP MOORAMOORA GINGARRURNDE }
2417
+ }
2418
+
1552
2419
  crusade_name = CRUSADE
1553
2420
  harmonized_modifier = harmonized_pagan
1554
2421
  }
1555
2422
 
1556
2423
  jewish_group = {
1557
-
1558
2424
  flags_with_emblem_percentage = 33
1559
2425
  flag_emblem_index_range = { 106 107 }
2426
+ defender_of_faith = yes
1560
2427
 
1561
2428
  jewish = {
1562
2429
  icon = 20
1563
- color = { 153 25 102 }
2430
+ color = { 0 156 231 }
1564
2431
  country = {
1565
2432
  tolerance_own = 2
1566
2433
  advisor_pool = 1
@@ -1573,7 +2440,108 @@ jewish_group = {
1573
2440
  local_missionary_strength = -0.02
1574
2441
  }
1575
2442
 
2443
+ uses_judaism_power = yes
2444
+ aspects_name = JEWISH_ASPECTS
2445
+
2446
+ aspects = {
2447
+ judaism_rosh_hashanah_aspect
2448
+ judaism_simchat_torah_aspect
2449
+ judaism_sukkot_aspect
2450
+ judaism_communities_aspect
2451
+ jewish_abrahamic_aspect
2452
+ judaism_diplomatic_rabbi_aspect
2453
+ judaism_yom_kippur_aspect
2454
+ judaism_remember_passover_aspect
2455
+ judaism_purim_teachings_aspect
2456
+ }
2457
+
1576
2458
  heretic = { SAMARITAN KARAITE }
2459
+
2460
+ celebrate = {
2461
+ cost = 200
2462
+ potential = {
2463
+ }
2464
+ allow = {
2465
+ custom_trigger_tooltip = {
2466
+ tooltip = JUDAISM_HAS_ADM_ASPECT
2467
+ OR = {
2468
+ has_church_aspect = judaism_rosh_hashanah_aspect
2469
+ has_church_aspect = judaism_simchat_torah_aspect
2470
+ has_church_aspect = judaism_sukkot_aspect
2471
+ }
2472
+ }
2473
+ if = {
2474
+ limit = {
2475
+ has_church_aspect = judaism_rosh_hashanah_aspect
2476
+ }
2477
+ NOT = { stability = 3 }
2478
+ }
2479
+ }
2480
+ effect = {
2481
+ if = {
2482
+ limit = {
2483
+ has_church_aspect = judaism_rosh_hashanah_aspect
2484
+ }
2485
+ add_stability = 1
2486
+ }
2487
+ if = {
2488
+ limit = {
2489
+ has_church_aspect = judaism_simchat_torah_aspect
2490
+ }
2491
+ change_government_reform_progress = 25
2492
+ add_legitimacy_equivalent = {
2493
+ amount = 5
2494
+ republican_tradition = 5
2495
+ }
2496
+ if = {
2497
+ limit = {
2498
+ has_heir = yes
2499
+ }
2500
+ add_heir_claim = 5
2501
+ }
2502
+ }
2503
+ if = {
2504
+ limit = {
2505
+ has_church_aspect = judaism_sukkot_aspect
2506
+ }
2507
+ add_years_of_income = 0.3
2508
+ add_inflation = -1
2509
+ }
2510
+ if = {
2511
+ limit = {
2512
+ has_government_attribute = loyalty_from_celebration
2513
+ }
2514
+ add_estate_loyalty = {
2515
+ estate = estate_church
2516
+ loyalty = 20
2517
+ }
2518
+ }
2519
+ hidden_effect = {
2520
+ if = {
2521
+ limit = { NOT = { has_country_flag = has_celebrated_festival } }
2522
+ set_country_flag = has_celebrated_festival
2523
+ }
2524
+ }
2525
+ }
2526
+ ai_will_do = {
2527
+ factor = 1
2528
+ modifier = {
2529
+ factor = 0
2530
+ OR = {
2531
+ AND = {
2532
+ NOT = { has_church_aspect = judaism_communities_aspect }
2533
+ NOT = { has_church_aspect = jewish_abrahamic_aspect }
2534
+ NOT = { has_church_aspect = judaism_diplomatic_rabbi_aspect }
2535
+ }
2536
+ AND = {
2537
+ NOT = { has_church_aspect = judaism_yom_kippur_aspect }
2538
+ NOT = { has_church_aspect = judaism_remember_passover_aspect }
2539
+ NOT = { has_church_aspect = judaism_purim_teachings_aspect }
2540
+ }
2541
+ }
2542
+ }
2543
+ }
2544
+ }
1577
2545
  }
1578
2546
 
1579
2547
  harmonized_modifier = harmonized_jewish_group
@@ -1585,6 +2553,7 @@ jewish_group = {
1585
2553
 
1586
2554
  zoroastrian_group = {
1587
2555
  flag_emblem_index_range = { 110 110 }
2556
+ defender_of_faith = yes
1588
2557
  zoroastrian = {
1589
2558
  icon = 26
1590
2559
  color = { 127 178 51 }
@@ -1599,6 +2568,23 @@ zoroastrian_group = {
1599
2568
  merchants = 1
1600
2569
  tolerance_own = 1
1601
2570
  }
2571
+ allowed_center_conversion = {
2572
+ sunni
2573
+ shiite
2574
+ orthodox
2575
+ coptic
2576
+ hinduism
2577
+ }
2578
+
2579
+ holy_sites = { 2212 4430 2223 441 4336 }
2580
+
2581
+ blessings = {
2582
+ blessing_yasna
2583
+ blessing_haoma
2584
+ blessing_navjote
2585
+ blessing_manthras
2586
+ blessing_dakhma
2587
+ }
1602
2588
 
1603
2589
  heretic = { MAZDAKI MANICHEAN }
1604
2590
  }
@@ -1607,4 +2593,4 @@ zoroastrian_group = {
1607
2593
 
1608
2594
  crusade_name = HOLY_WAR
1609
2595
 
1610
- }
2596
+ }