|
@@ -12,11 +12,11 @@ nahuatl_reforms = {
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
can_buy_idea = {
|
|
15
|
-
|
|
15
|
+
num_of_subjects = 5
|
|
16
16
|
is_at_war = no
|
|
17
17
|
NOT = { num_of_rebel_controlled_provinces = 1 }
|
|
18
18
|
stability = 1
|
|
19
|
-
NOT = { doom =
|
|
19
|
+
NOT = { doom = 25 }
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
nahuatl_reform_1 = {
|
|
@@ -56,20 +56,25 @@ inti_reforms = {
|
|
|
56
56
|
|
|
57
57
|
inti_reform_1 = {
|
|
58
58
|
manpower_recovery_speed = 0.1
|
|
59
|
+
inti_reforms_passed = 1
|
|
59
60
|
}
|
|
60
61
|
inti_reform_2 = {
|
|
61
62
|
colonists = 1
|
|
62
63
|
auto_explore_adjacent_to_colony = yes
|
|
64
|
+
inti_reforms_passed = 1
|
|
63
65
|
}
|
|
64
66
|
inti_reform_3 = {
|
|
65
67
|
legitimacy = 0.5
|
|
66
68
|
devotion = 0.5
|
|
69
|
+
inti_reforms_passed = 1
|
|
67
70
|
}
|
|
68
71
|
inti_reform_4 = {
|
|
69
72
|
land_morale = 0.1
|
|
73
|
+
inti_reforms_passed = 1
|
|
70
74
|
}
|
|
71
75
|
inti_reform_5 = {
|
|
72
76
|
core_creation = -0.1
|
|
77
|
+
inti_reforms_passed = 1
|
|
73
78
|
}
|
|
74
79
|
|
|
75
80
|
ai_will_do = {
|
|
@@ -85,26 +90,33 @@ mesoamerican_reforms = {
|
|
|
85
90
|
can_buy_idea = {
|
|
86
91
|
is_at_war = no
|
|
87
92
|
NOT = { num_of_rebel_controlled_provinces = 1 }
|
|
93
|
+
NOT = { average_unrest = 0 }
|
|
88
94
|
stability = 1
|
|
89
95
|
num_of_cities = 20
|
|
90
96
|
NOT = { overextension_percentage = 0.01 }
|
|
97
|
+
NOT = { has_country_modifier = MAY_mayan_reform }
|
|
91
98
|
}
|
|
92
99
|
|
|
93
100
|
mesoamerican_reform_1 = {
|
|
94
101
|
land_maintenance_modifier = -0.1
|
|
102
|
+
maya_reforms_passed = 1
|
|
95
103
|
}
|
|
96
104
|
mesoamerican_reform_2 = {
|
|
97
105
|
global_unrest = -2
|
|
106
|
+
maya_reforms_passed = 1
|
|
98
107
|
}
|
|
99
108
|
mesoamerican_reform_3 = {
|
|
100
109
|
infantry_power = 0.1
|
|
110
|
+
maya_reforms_passed = 1
|
|
101
111
|
}
|
|
102
112
|
mesoamerican_reform_4 = {
|
|
103
113
|
colonists = 1
|
|
104
114
|
auto_explore_adjacent_to_colony = yes
|
|
115
|
+
maya_reforms_passed = 1
|
|
105
116
|
}
|
|
106
117
|
mesoamerican_reform_5 = {
|
|
107
118
|
core_creation = -0.2
|
|
119
|
+
maya_reforms_passed = 1
|
|
108
120
|
}
|
|
109
121
|
|
|
110
122
|
ai_will_do = {
|