Skip to content

Commit 6a01c68

Browse files
committed
Gov hotfix
1 parent 27ce309 commit 6a01c68

5 files changed

+9
-43
lines changed

Diff for: common/governments/feudal_governments.txt

+1-12
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ feudal_governments = {
4949
ignore_in_vassal_limit_calculation = {
5050
tribal_government
5151
}
52-
capital_move_delay = 600
5352
}
5453

5554
muslim_government = {
@@ -67,9 +66,6 @@ feudal_governments = {
6766
feudal_government
6867
classical_government
6968
}
70-
free_revoke_on_tiers = {
71-
duke
72-
}
7369

7470
accepts_liege_governments_culture = {
7571
oriental_monarchy_government
@@ -99,18 +95,12 @@ feudal_governments = {
9995

10096
dukes_called_kings = yes
10197
barons_need_dynasty = yes
102-
have_gender_laws = no
103-
allows_matrilineal_marriage = no
104-
free_retract_vassalage = yes
105-
106-
free_levies_in_offensive_war = yes # Took away the hardcoded stuff for muslims where they could raise levies without pissing off vassals if in an offensive war.
107-
98+
10899
can_build_tribal = no
109100

110101
ignore_in_vassal_limit_calculation = {
111102
tribal_government
112103
}
113-
capital_move_delay = 600
114104
}
115105

116106
oriental_monarchy_government = {
@@ -738,7 +728,6 @@ feudal_governments = {
738728
vassal_government_opinion_penalties = no
739729
can_grant_kingdoms_and_empires_to_other_government_group = yes
740730
free_retract_vassalage = yes
741-
marriage_ignore_religion = yes
742731

743732
vassal_limit = 10
744733

Diff for: common/governments/nomadic_governments.txt

-3
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,7 @@ nomadic_governments = {
9696
ignores_de_jure_laws = yes
9797
can_build_holdings = no
9898
can_build_forts = no
99-
can_build_hospitals = no
10099
can_build_temple = yes
101-
can_demand_religious_conversion = no
102-
marriage_ignore_religion = yes
103100

104101
vassal_limit = -10
105102
commander_limit = -4

Diff for: common/governments/republic_governments.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,16 @@ republic_governments = {
114114
}
115115
}
116116

117-
color = { 250 0 0 }
117+
color = { 0 102 102 }
118118

119119
merchant_republic = yes
120120

121121
can_imprison_without_reason = no
122122
can_revoke_without_reason = no
123123
can_usurp_kingdoms_and_empires = no
124-
have_gender_laws = no
124+
# have_gender_laws = no
125125
can_grant_kingdoms_and_empires_to_other_government = yes
126-
allows_matrilineal_marriage = no
126+
allows_matrilineal_marriage = yes
127127
uses_bride_price = yes
128128

129129
can_build_tribal = no
@@ -207,7 +207,6 @@ republic_governments = {
207207
NOT = { religion = zulu_pagan_reformed }
208208
}
209209
NOT = { is_government_potential = merchant_republic_government }
210-
holy_order = no
211210
}
212211

213212
color = { 209 125 130 }

Diff for: common/governments/theocracy_governments.txt

+1-12
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,16 @@ theocracy_governments = {
3131
title_prefix = "temple_"
3232
potential = {
3333
NOT = { religion_group = muslim }
34-
holy_order = no
3534
is_patrician = no
36-
OR = {
37-
is_female = no
38-
religion_allows_female_temple_holders = yes
39-
}
40-
OR = {
41-
is_female = yes
42-
religion_allows_male_temple_holders = yes
43-
}
4435
}
4536

4637
color = { 220 220 220 }
4738

4839
can_create_kingdoms = no
49-
have_gender_laws = no
40+
# have_gender_laws = no
5041
can_be_granted_kingdoms_and_empires_by_other_government = no
5142

5243
can_build_tribal = no
53-
54-
capital_move_delay = 600
5544
}
5645

5746
}

Diff for: common/governments/tribal_governments.txt

+4-12
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,11 @@ tribal_governments = {
3636
frame_suffix = "_tribal"
3737
title_prefix = "tribal_"
3838
potential = {
39-
OR = {
40-
is_feudal = no
41-
has_game_started = no
39+
NOT = {
40+
controls_religion = yes
4241
}
4342
OR = {
44-
controls_religion = no
4543
LI_pagan_trigger = yes
46-
has_religion_feature = religion_temporal_head
4744
NOR = {
4845
oriental_monarchy_government_trigger = yes
4946
classical_government_trigger = yes
@@ -52,14 +49,12 @@ tribal_governments = {
5249
is_patrician = no
5350
mercenary = no
5451
holy_order = no
55-
NOT = { is_government_potential = order_government }
5652
}
5753

5854
color = { 92 31 23 }
5955

60-
dukes_called_kings = yes
61-
62-
uses_decadence = yes
56+
# uses_decadence = yes
57+
uses_prestige_for_law_change = yes
6358

6459
allow_looting = yes
6560
max_consorts = 3
@@ -68,13 +63,10 @@ tribal_governments = {
6863
can_build_city = no
6964
can_build_temple = yes
7065
can_build_tribal = yes
71-
can_build_hospitals = no
7266
can_change_to_nomad_on_start = yes
7367

7468
demesne_size = 2
7569
vassal_limit = -10
76-
77-
capital_move_delay = 600
7870
}
7971

8072
}

0 commit comments

Comments
 (0)