|
@@ -585,6 +585,7 @@ shadhili_order = {
|
|
|
585
585
|
OR = {
|
|
586
586
|
primary_culture = andalucian
|
|
587
587
|
has_country_flag = ARB_grant_access_to_muslim_holy_orders_flag
|
|
588
|
+
has_country_flag = TIM_holy_orders
|
|
588
589
|
}
|
|
589
590
|
religion_group = muslim
|
|
590
591
|
}
|
|
@@ -625,6 +626,7 @@ qadiri_order = {
|
|
|
625
626
|
OR = {
|
|
626
627
|
primary_culture = andalucian
|
|
627
628
|
has_country_flag = ARB_grant_access_to_muslim_holy_orders_flag
|
|
629
|
+
has_country_flag = TIM_holy_orders
|
|
628
630
|
}
|
|
629
631
|
religion_group = muslim
|
|
630
632
|
}
|
|
@@ -665,6 +667,7 @@ aissawa_order = {
|
|
|
665
667
|
OR = {
|
|
666
668
|
primary_culture = andalucian
|
|
667
669
|
has_country_flag = ARB_grant_access_to_muslim_holy_orders_flag
|
|
670
|
+
has_country_flag = TIM_holy_orders
|
|
668
671
|
}
|
|
669
672
|
religion_group = muslim
|
|
670
673
|
}
|
|
@@ -917,7 +920,7 @@ kashifs = {
|
|
|
917
920
|
owner = { adm = 5 }
|
|
918
921
|
}
|
|
919
922
|
}
|
|
920
|
-
localization = coordinator_office
|
|
923
|
+
localization = coordinator_office
|
|
921
924
|
}
|
|
922
925
|
|
|
923
926
|
#1.36 Orders
|
|
@@ -996,4 +999,105 @@ zahediyeh_order = {
|
|
|
996
999
|
factor = 10
|
|
997
1000
|
}
|
|
998
1001
|
localization = holy_order
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
##Venice##
|
|
1005
|
+
scuola_grande = {
|
|
1006
|
+
icon = GFX_holy_order_scuola_grande
|
|
1007
|
+
trigger = {
|
|
1008
|
+
tag = VEN
|
|
1009
|
+
}
|
|
1010
|
+
color = { 173 216 230 }
|
|
1011
|
+
cost = 50
|
|
1012
|
+
cost_type = dip_power
|
|
1013
|
+
per_province_effect = {
|
|
1014
|
+
owner = { add_splendor = 10 }
|
|
1015
|
+
add_base_production = 1
|
|
1016
|
+
}
|
|
1017
|
+
per_province_abandon_effect = {
|
|
1018
|
+
owner = { add_splendor = -10 }
|
|
1019
|
+
add_base_production = -1
|
|
1020
|
+
}
|
|
1021
|
+
modifier = {
|
|
1022
|
+
local_development_cost = -0.1
|
|
1023
|
+
local_institution_spread = 0.25
|
|
1024
|
+
}
|
|
1025
|
+
ai_priority = {
|
|
1026
|
+
factor = 10
|
|
1027
|
+
}
|
|
1028
|
+
localization = scuole_grandi_loc
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
order_of_the_dragon_order = {
|
|
1032
|
+
icon = GFX_holy_order_dragon_order
|
|
1033
|
+
trigger = {
|
|
1034
|
+
OR = {
|
|
1035
|
+
has_government_attribute = order_of_the_dragon_unlocked
|
|
1036
|
+
unlocked_holy_order = { type = order_of_the_dragon }
|
|
1037
|
+
has_country_flag = boh_unlocked_order_of_the_dragon
|
|
1038
|
+
has_country_flag = hun_keep_order_of_the_dragon
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
1041
|
+
color = { 220 40 30 }
|
|
1042
|
+
cost = 50
|
|
1043
|
+
cost_type = mil_power
|
|
1044
|
+
per_province_effect = {
|
|
1045
|
+
add_base_manpower = 1
|
|
1046
|
+
}
|
|
1047
|
+
per_province_abandon_effect = {
|
|
1048
|
+
add_base_manpower = -1
|
|
1049
|
+
hidden_effect = {
|
|
1050
|
+
if = {
|
|
1051
|
+
limit = { NOT = { base_manpower = 1 } }
|
|
1052
|
+
set_base_manpower = 1
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
modifier = {
|
|
1057
|
+
local_garrison_damage = 0.25
|
|
1058
|
+
local_garrison_size = 0.25
|
|
1059
|
+
}
|
|
1060
|
+
ai_priority = {
|
|
1061
|
+
factor = 10
|
|
1062
|
+
}
|
|
1063
|
+
localization = holy_order
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
telpochcalli_academy = {
|
|
1067
|
+
icon = GFX_holy_order_telpochcalli_academy
|
|
1068
|
+
trigger = {
|
|
1069
|
+
has_country_flag = azt_telpochalli_flag
|
|
1070
|
+
}
|
|
1071
|
+
color = { 173 216 230 }
|
|
1072
|
+
cost = 50
|
|
1073
|
+
cost_type = mil_power
|
|
1074
|
+
per_province_effect = {
|
|
1075
|
+
add_base_manpower = 1
|
|
1076
|
+
}
|
|
1077
|
+
per_province_abandon_effect = {
|
|
1078
|
+
add_base_manpower = -1
|
|
1079
|
+
hidden_effect = {
|
|
1080
|
+
if = {
|
|
1081
|
+
limit = { NOT = { base_manpower = 1 } }
|
|
1082
|
+
set_base_manpower = 1
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
modifier = {
|
|
1087
|
+
local_manpower_modifier = 0.1
|
|
1088
|
+
local_institution_spread = 0.2
|
|
1089
|
+
local_governing_cost_increase = 5
|
|
1090
|
+
}
|
|
1091
|
+
ai_priority = {
|
|
1092
|
+
factor = 1
|
|
1093
|
+
modifier = {
|
|
1094
|
+
factor = 1.5
|
|
1095
|
+
unrest = 5
|
|
1096
|
+
}
|
|
1097
|
+
modifier = {
|
|
1098
|
+
factor = 1.5
|
|
1099
|
+
devastation = 50
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
localization = holy_order
|
|
999
1103
|
}
|