Skip to content

Commit 6af06cd

Browse files
committed
PLP v1.9.4b
1 parent 2ee2bfe commit 6af06cd

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

Populist Legal Power/common/scripted_effects/zzz_MoG_PLP_resignation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ capitulate_to_revolution = {
184184
owner = {
185185
add_loyalists = {
186186
value = 0.8
187-
interest_group ?= PREV
187+
interest_group = PREV
188188
}
189189
}
190190
}

Populist Legal Power/common/scripted_triggers/MoG_PLP_citizenship_movment_triggers.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
mog_plp_nat_sup_culture_minority_trigger = {
1+
# Reworked for SPA/PLP discrimination statuses, aka acceptance statuses
2+
# PLP update note: make sure alignment is maintained between:
3+
# SPA - common/acceptance_statuses/MoG_SPA_acceptance_statuses.txt
4+
# SPA - common/scripted_triggers/AMoG_SPA-PLP_citizenship_movment_triggers.txt
5+
# SPA - common/laws/zMoG_SPA_citizenship.txt
6+
# PLP - common/scripted_triggers/MoG_PLP_citizenship_movment_triggers.txt
7+
# PLP - common/laws/yMoG_PLP_citizenship.txt
8+
## AND - SPA Event Value Overwrites:
9+
# acceptance_status_1 = 0
10+
# acceptance_status_2 = 20
11+
# acceptance_status_3 = 45 # 40
12+
# acceptance_status_4 = 70 # 60
13+
# acceptance_status_5 = 95 # 80
14+
15+
mog_plp_nat_sup_culture_minority_trigger = {
216
AND = {
317
shares_heritage_trait_with_any_primary_culture = root.owner
418
shares_language_trait_with_any_primary_culture = root.owner

Populist Legal Power/vic3-tiger.conf

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,31 @@ filter = {
1515
show_loaded_mods = no
1616

1717
trigger = {
18+
# False Positives - very specific to avoid nixing similar errors arising elsewhere
19+
NOR = {
20+
AND = {
21+
text = "religion scope:political_movement.religion not defined"
22+
file = common/political_movements/yMog_PLP_religious_movements.txt
23+
}
24+
AND = {
25+
text = "`political_movement_identity_support` produces value but expected non-primitive scope"
26+
OR = {
27+
file = common/political_movements/yMog_PLP_cultural_movement.txt
28+
file = common/political_movements/yMog_PLP_religious_movements.txt
29+
}
30+
}
31+
}
32+
1833
ignore_keys_in_files = {
1934
keys = { duplicate-item }
2035
files = { "common/scripted_triggers/*_mod_compatibility_triggers.txt" }
2136
}
2237

38+
# Dict math is hard for a linter to parse
2339
ignore_keys_in_files = {
2440
keys = { use-of-this }
2541
files = {
26-
common/scripted_effects/dict.txt
42+
common/scripted_effects/plp_dict.txt
2743
}
2844
}
2945

0 commit comments

Comments
 (0)