File tree Expand file tree Collapse file tree 3 files changed +33
-3
lines changed
Expand file tree Collapse file tree 3 files changed +33
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments