File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Soft Pop Adjustments/common/scripted_triggers Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments