Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pied Noir Algeria Flavor #603

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common/history/pops/01_south_europe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,11 @@
s:STATE_CAPE_VERDE = {
region_state:POR = {
create_pop = {
culture = portuguese
culture = afro_brazilian
size = 147396
}
create_pop = {
culture = afro_brazilian
culture = portuguese
size = 40940
}
}
Expand Down
14 changes: 10 additions & 4 deletions common/history/states/00_states.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18517,9 +18517,11 @@
xE76FA0
xEFD8F4
}
state_type = unincorporated
state_type = incorporated
}
add_homeland = maghrebi
add_homeland = french
add_homeland = sephardic
}
s:STATE_SAHARA = {
create_state = {
Expand Down Expand Up @@ -19013,9 +19015,11 @@
xF151FD
xFEE41A
}
state_type = unincorporated
state_type = incorporated
}
add_homeland = maghrebi
add_homeland = french
add_homeland = sephardic
}
s:STATE_CONSTANTINE = {
create_state = {
Expand Down Expand Up @@ -19056,9 +19060,11 @@
xDF1F38
xFCF985
}
state_type = unincorporated
state_type = incorporated
}
add_homeland = maghrebi
add_homeland = french
add_homeland = sephardic
}
s:STATE_TRIPOLI = {
create_state = {
Expand Down Expand Up @@ -21358,7 +21364,7 @@
}
state_type = unincorporated
}
add_homeland = portuguese
add_homeland = afro_brazilian
}
s:STATE_AZORES = {
create_state = {
Expand Down
60 changes: 51 additions & 9 deletions common/scripted_effects/cwp_decolonization_effects.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
effect_decolonize_all = {
ordered_scope_state = {
limit = {
is_incorporated = no
NOT = {
is_homeland_of_country_cultures = root
OR = {
AND = {
is_incorporated = no
NOT = {
is_homeland_of_country_cultures = root
}
}
# Exceptions because these were fully incorporated
# French Departments but should still decolonize
AND = {
owner = c:FRA
OR = {
state_region = s:STATE_ALGIERS
state_region = s:STATE_ORAN
state_region = s:STATE_CONSTANTINE
}
}
}
}
order_by = state_population
Expand Down Expand Up @@ -14135,9 +14149,23 @@
}
ordered_scope_state = {
limit = {
is_incorporated = no
NOT = {
is_homeland_of_country_cultures = root
OR = {
AND = {
is_incorporated = no
NOT = {
is_homeland_of_country_cultures = root
}
}
# Exceptions because these were fully incorporated
# French Departments but should still decolonize
AND = {
owner = c:FRA
OR = {
state_region = s:STATE_ALGIERS
state_region = s:STATE_ORAN
state_region = s:STATE_CONSTANTINE
}
}
}
}
order_by = state_population
Expand Down Expand Up @@ -14375,9 +14403,23 @@
}
ordered_scope_state = {
limit = {
is_incorporated = no
NOT = {
is_homeland_of_country_cultures = root
OR = {
AND = {
is_incorporated = no
NOT = {
is_homeland_of_country_cultures = root
}
}
# Exceptions because these were fully incorporated
# French Departments but should still decolonize
AND = {
owner = c:FRA
OR = {
state_region = s:STATE_ALGIERS
state_region = s:STATE_ORAN
state_region = s:STATE_CONSTANTINE
}
}
}
}
order_by = state_population
Expand Down