Skip to content

Commit 2ee2bfe

Browse files
committed
SPA v1.10.3c
1 parent 9f817b1 commit 2ee2bfe

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
mog_plp_nat_sup_culture_minority_trigger = {
2+
AND = {
3+
shares_heritage_trait_with_any_primary_culture = root.owner
4+
shares_language_trait_with_any_primary_culture = root.owner
5+
shares_tradition_trait_with_any_primary_culture = root.owner
6+
}
7+
}
8+
9+
mog_plp_rac_seg_culture_minority_trigger = {
10+
AND = {
11+
shares_heritage_trait_group_with_any_primary_culture = root.owner
12+
NOT = { shares_tradition_trait_with_any_primary_culture = root.owner }
13+
}
14+
}
15+
16+
mog_plp_cul_exc_culture_minority_trigger = {
17+
OR = {
18+
AND = {
19+
shares_heritage_trait_with_any_primary_culture = root.owner
20+
shares_language_trait_group_with_any_primary_culture = root.owner
21+
}
22+
shares_tradition_trait_with_any_primary_culture = root.owner
23+
}
24+
}

0 commit comments

Comments
 (0)