Skip to content

Commit

Permalink
Merge pull request #2 from arkhometha/Development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
arkhometha authored Jun 5, 2019
2 parents 7f4ad95 + b415090 commit 3ba5b9b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# Ignore SSFF
SquareShadedFlagFrame.mod
SquareShadedFlagFrame/
*.7z
12 changes: 12 additions & 0 deletions HPM/decisions/CleanUp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3330,6 +3330,18 @@ political_decisions = {
exists = no
}
}
any_neighbor_country = {
ai = no
any_owned_province = {
any_core = {
OR = {
is_mobilised = yes
total_amount_of_ships = 1
}
exists = no
}
}
}
}

allow = {
Expand Down
31 changes: 9 additions & 22 deletions HPM/events/Population_eff.txt
Original file line number Diff line number Diff line change
Expand Up @@ -621,16 +621,6 @@ province_event = {
}
}
}
#No primary/accepted pops in the state
state_scope = {
any_owned_province = {
OR = {
any_pop = { is_primary_culture = yes }
any_pop = { is_accepted_culture = yes }
country_units_in_province = THIS
}
}
}
}
}

Expand Down Expand Up @@ -797,24 +787,21 @@ province_event = {
modifier = {
factor = 1.2
state_scope = {
is_primary_culture = no
is_accepted_culture = no
}
}
modifier = {
factor = 1.2
state_scope = {
is_primary_culture = no
is_accepted_culture = no
NOT = { any_owned_province = { is_core = THIS } }
NOT = {
any_owned_province = {
OR = {
is_primary_culture = yes
is_accepted_culture = yes
}
}
}
}
}
modifier = {
factor = 1.2
factor = 1.4
state_scope = {
is_primary_culture = no
is_accepted_culture = no
NOT = { any_owned_province = { is_core = THIS } }
NOT = {
any_owned_province = {
any_pop = {
Expand Down

0 comments on commit 3ba5b9b

Please sign in to comment.