Skip to content

Commit b4dcb22

Browse files
committed
SPA v1.11.1
1 parent 967a60a commit b4dcb22

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

Soft Pop Adjustments/common/decrees/zzz_MoG_SPA_assimilation_decree.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ TRY_REPLACE:decree_promote_national_values = {
4646
if = { # Colonies
4747
limit = {
4848
scope:country = {
49-
country_is_in_europe = no
49+
is_not_in_geographic_region = geographic_region_europe
5050
any_primary_culture = {
5151
has_discrimination_trait_group = heritage_group_european
5252
}
@@ -113,8 +113,8 @@ TRY_REPLACE:decree_promote_national_values = {
113113
OR = {
114114
NOT = { scope:country = { has_law_or_variant = law_type:law_total_separation } }
115115
AND = {
116-
scope:country = { country_is_in_africa = no }
117-
state_is_in_africa = yes
116+
scope:country = { is_not_in_geographic_region = geographic_region_africa }
117+
is_in_geographic_region = geographic_region_africa
118118
}
119119
}
120120
religion_percent_state = {

Soft Pop Adjustments/common/defines/zzz_MoG_SPA_def.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ NPops = {
4040
MIN_CONVERSION = 10 # 1 # If there is any conversion at least this many people will convert
4141

4242
ALLOW_ASSIMILATION_IN_HOMELANDS = no # Can pops assimilate when living in their homelands?
43-
ALLOW_ASSIMILATION_ACROSS_HERITAGES = yes # Can pops assimilate into pops of a different heritage?
43+
# ALLOW_ASSIMILATION_ACROSS_HERITAGES = yes # Can pops assimilate into pops of a different heritage?
44+
ALLOW_ASSIMILATION_REQUIRE_HERITAGE_GROUP = yes # no # Can pops assimilate into pops of a different heritage group (weaker condition)
45+
ALLOW_ASSIMILATION_REQUIRE_HERITAGE_TRAIT = no # Can pops assimilate into pops of a different heritage trait (stronger condition)
46+
#in case if both are allowed, heritage trait requirement takes precedence
4447

4548
CULTURAL_FERVOR_ASSIMILATIOM_EFFECT = 0.008 # 0.01 # The effect cultural fervor has on assimilation, it makes it this much harder to assimilate with higher fervor
4649

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Discrimination statuses, aka acceptance statuses
22
# SPA update note: make sure this is alligned with common/acceptance_statuses/MoG_SPA_acceptance_statuses.txt
3-
TRY_REPLACE:acceptance_status_1 = 0
4-
TRY_REPLACE:acceptance_status_2 = 20
5-
TRY_REPLACE:acceptance_status_3 = 45 # 40
6-
TRY_REPLACE:acceptance_status_4 = 70 # 60
7-
TRY_REPLACE:acceptance_status_5 = 95 # 80
3+
#TRY_REPLACE:acceptance_status_1 = { value = 0 }
4+
#TRY_REPLACE:acceptance_status_2 = { value = 20 }
5+
#TRY_REPLACE:acceptance_status_3 = { value = 45 } # 40
6+
#TRY_REPLACE:acceptance_status_4 = { value = 70 } # 60
7+
#TRY_REPLACE:acceptance_status_5 = { value = 95 } # 80
8+
9+
# Because keywords with single script values are bugged at the moment:
10+
acceptance_status_1 = { value = 0 }
11+
acceptance_status_2 = { value = 20 }
12+
acceptance_status_3 = { value = 45 } # 40
13+
acceptance_status_4 = { value = 70 } # 60
14+
acceptance_status_5 = { value = 95 } # 80

0 commit comments

Comments
 (0)