Skip to content

Commit

Permalink
Merge pull request #93 from Libeccio-DD/Pact-of-Umar-Fix-Mk-II
Browse files Browse the repository at this point in the history
Pact of Umar Fix Mk II
  • Loading branch information
arkhometha authored Jan 26, 2020
2 parents 31d8723 + 741844f commit d84972b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 90 deletions.
96 changes: 6 additions & 90 deletions HPM/decisions/Arabia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -584,70 +584,16 @@ political_decisions = {
has_country_flag = shiite_country
has_country_flag = ibadi_country
}
OR = {
1151 = {
owned_by = THIS
NOT = { has_province_modifier = holy_city }
}
AND = {
has_country_flag = umar_pact
NOT = { has_country_modifier = jizya }
any_owned_province = {
any_pop = {
OR = {
has_pop_religion = catholic
has_pop_religion = protestant
has_pop_religion = mormon
has_pop_religion = orthodox
has_pop_religion = coptic
has_pop_religion = druze
has_pop_religion = jewish
has_pop_religion = yazidi
has_pop_religion = mahayana
has_pop_religion = gelugpa
has_pop_religion = theravada
has_pop_religion = hindu
has_pop_religion = shinto
has_pop_religion = sikh
has_pop_religion = animist
}
}
}
}
1151 = {
owned_by = THIS
NOT = { has_province_modifier = holy_city }
}
}

allow = {
OR = {
1151 = {
owned_by = THIS
NOT = { has_province_modifier = holy_city }
}
AND = {
has_country_flag = umar_pact
NOT = { has_country_modifier = jizya }
any_owned_province = {
any_pop = {
OR = {
has_pop_religion = catholic
has_pop_religion = protestant
has_pop_religion = mormon
has_pop_religion = orthodox
has_pop_religion = coptic
has_pop_religion = druze
has_pop_religion = jewish
has_pop_religion = yazidi
has_pop_religion = mahayana
has_pop_religion = gelugpa
has_pop_religion = theravada
has_pop_religion = hindu
has_pop_religion = shinto
has_pop_religion = sikh
has_pop_religion = animist
}
}
}
}
1151 = {
owned_by = THIS
NOT = { has_province_modifier = holy_city }
}
}

Expand All @@ -659,36 +605,6 @@ political_decisions = {
}
add_province_modifier = { name = holy_city duration = -1 }
}
random_owned = {
limit = {
owner = {
NOT = { has_country_modifier = jizya }
has_country_flag = umar_pact
any_owned_province = {
any_pop = {
OR = {
has_pop_religion = catholic
has_pop_religion = protestant
has_pop_religion = mormon
has_pop_religion = orthodox
has_pop_religion = coptic
has_pop_religion = druze
has_pop_religion = jewish
has_pop_religion = yazidi
has_pop_religion = mahayana
has_pop_religion = gelugpa
has_pop_religion = theravada
has_pop_religion = hindu
has_pop_religion = shinto
has_pop_religion = sikh
has_pop_religion = animist
}
}
}
}
}
owner = { add_country_modifier = { name = jizya duration = -1 } }
}
}
ai_will_do = {
factor = 1
Expand Down
29 changes: 29 additions & 0 deletions HPM/decisions/arabian formation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,35 @@ political_decisions = {
add_province_modifier = { name = pearl_season duration = 150 }
}
}
any_country = {
limit = {
exists = yes
has_country_flag = umar_pact
NOT = { has_country_modifier = jizya }
any_owned_province = {
any_pop = {
OR = {
has_pop_religion = catholic
has_pop_religion = protestant
has_pop_religion = mormon
has_pop_religion = orthodox
has_pop_religion = coptic
has_pop_religion = druze
has_pop_religion = jewish
has_pop_religion = yazidi
has_pop_religion = mahayana
has_pop_religion = gelugpa
has_pop_religion = theravada
has_pop_religion = hindu
has_pop_religion = shinto
has_pop_religion = sikh
has_pop_religion = animist
}
}
}
}
add_country_modifier = { name = jizya duration = -1 }
}

}
ai_will_do = { factor = 1 }
Expand Down

0 comments on commit d84972b

Please sign in to comment.