Skip to content

Commit f0de17e

Browse files
committed
Remove Extraneous Government Holding Checks
Added in missing tribal group checks from vanilla
1 parent 66469e0 commit f0de17e

1 file changed

Lines changed: 6 additions & 40 deletions

File tree

CleanSlate/common/scripted_triggers/00_government_triggers.txt

Lines changed: 6 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,7 @@ nomadic_group_potential_trigger = {
119119
holy_order = no
120120
}
121121

122-
nomadic_group_allow_trigger = {
123-
trigger_if = {
124-
limit = { has_game_started = no }
125-
126-
any_demesne_title = {
127-
capital_holding = { holding_type = nomad } # Make sure they're actually nomads
128-
}
129-
}
130-
}
122+
nomadic_group_allow_trigger = {}
131123

132124
# Nomad Government
133125
nomadic_government_potential_trigger = {
@@ -143,19 +135,7 @@ republic_group_potential_trigger = {
143135
could_be_temporal_religious_head_trigger = yes # If holder is a religion head, makes sure they shouldn't be a theocracy instead
144136
}
145137

146-
republic_group_allow_trigger = {
147-
trigger_if = {
148-
limit = { has_game_started = no }
149-
150-
trigger_if = {
151-
limit = { is_patrician = no }
152-
153-
primary_title = {
154-
capital_holding = { holding_type = city } # Make sure their primary holding is a city
155-
}
156-
}
157-
}
158-
}
138+
republic_group_allow_trigger = {}
159139

160140
# Confucian Bureaucracy
161141
confucian_government_potential_trigger = { # Special snowflake government. Doesn't get the group triggers
@@ -251,15 +231,7 @@ theocratic_group_potential_trigger = {
251231
}
252232
}
253233

254-
theocratic_group_allow_trigger = {
255-
trigger_if = {
256-
limit = { has_game_started = no }
257-
258-
any_demesne_title = {
259-
capital_holding = { holding_type = temple } # Make sure they at least hold a temple
260-
}
261-
}
262-
}
234+
theocratic_group_allow_trigger = {}
263235

264236
# Theocracy Government
265237
theocratic_government_potential_trigger = {
@@ -273,6 +245,8 @@ theocratic_government_allow_trigger = {
273245
# Tribal Group
274246
# In case someone wants to add more Tribals for some reason
275247
tribal_group_potential_trigger = {
248+
mercenary = no
249+
is_patrician = no
276250
holy_order = no
277251
NOT = { is_government_potential = order_government }
278252

@@ -284,15 +258,7 @@ tribal_group_potential_trigger = {
284258
could_be_temporal_religious_head_trigger = yes # If holder is a religion head, makes sure they shouldn't be a theocracy instead
285259
}
286260

287-
tribal_group_allow_trigger = {
288-
trigger_if = {
289-
limit = { has_game_started = no }
290-
291-
any_demesne_title = {
292-
capital_holding = { holding_type = tribal } # Make sure they at least hold a tribe
293-
}
294-
}
295-
}
261+
tribal_group_allow_trigger = {}
296262

297263
# Tribal Government
298264
tribal_government_potential_trigger = {

0 commit comments

Comments
 (0)