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

Oman/Zanzibar #177

Merged
merged 2 commits into from
May 26, 2020
Merged
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
100 changes: 67 additions & 33 deletions HPM/decisions/New Colonies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7087,42 +7087,78 @@ political_decisions = {
ai_will_do = { factor = 1 }
}

annex_mayotte = {
picture = royal_niger_company

zanzibar_colonization = {
picture = zanzibar_oman
potential = {
OR = {
owns = 2125
owns = 2126
owns = 2115
}
OR = {
tag = OMA
tag = ZAN
}
OR = {
AND = {
owns = 2036
2045 = { empty = yes }
2043 = { empty = yes }
}
AND = {
owns = 2038
2041 = { empty = yes }
}
AND = {
owns = 2029
2032 = { empty = yes }
2026 = { empty = yes }
}
}
allow = {
war = no
civilized = yes
OR = {
is_greater_power = yes
has_global_flag = berlin_conference
AND = {
owns = 2115
rank = 16
breech_loaded_rifles = 1
nationalism_n_imperialism = 1
}
}
2124 = { empty = yes }
}

allow = {
war = no
is_disarmed = no
state_n_government = 1
money = 10000
}
}

effect = {
prestige = 3
treasury = -10000
2124 = {
secede_province = THIS
life_rating = 20
change_province_name = "Mayotte"
}
}
}

effect = {
random_owned = {
limit = { province_id = 2036 2045 = { empty = yes } }
2045 = { secede_province = THIS add_core = THIS any_pop = { literacy = -0.05 } }
2047 = { secede_province = THIS add_core = THIS any_pop = { literacy = -0.05 } }
}
random_owned = {
limit = { province_id = 2036 2043 = { empty = yes } }
2043 = { secede_province = THIS any_pop = { literacy = -0.05 } }
2044 = { secede_province = THIS any_pop = { literacy = -0.05 } }
2042 = { secede_province = THIS any_pop = { literacy = -0.05 } }
2046 = { secede_province = THIS any_pop = { literacy = -0.05 } }
}
random_owned = {
limit = { province_id = 2038 2041 = { empty = yes } }
2041 = { secede_province = THIS add_core = THIS any_pop = { literacy = -0.05 } }
2040 = { secede_province = THIS add_core = THIS any_pop = { literacy = -0.05 } }
}
random_owned = {
limit = { province_id = 2029 2032 = { empty = yes } }
2032 = { secede_province = THIS add_core = THIS any_pop = { literacy = -0.05 } }
2027 = { secede_province = THIS add_core = THIS any_pop = { literacy = -0.05 } }
2024 = { secede_province = THIS add_core = THIS any_pop = { literacy = -0.05 } }
}
random_owned = {
limit = { province_id = 2029 2026 = { empty = yes } }
2026 = { secede_province = THIS any_pop = { literacy = -0.05 } }
2028 = { secede_province = THIS any_pop = { literacy = -0.05 } }
2026 = { secede_province = THIS any_pop = { literacy = -0.05 } }
2025 = { secede_province = THIS any_pop = { literacy = -0.05 } }
2031 = { secede_province = THIS any_pop = { literacy = -0.05 } }
}
ai_will_do = { factor = 1 }
}
}

protectorate_over_comoros = {
picture = royal_niger_company
potential = {
Expand All @@ -7148,8 +7184,6 @@ political_decisions = {
trade_goods = coffee
}
2124 = { trade_goods = coffee }
}
}


}
}
2 changes: 2 additions & 0 deletions HPM/localisation/00_HPM_decisions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2017,6 +2017,8 @@ ghost_country_absorb_player_title;AI: Player Country Cleanup End;;;;;;;;;;;;;
ghost_country_absorb_player_desc;AI: Player Country Cleanup End;;;;;;;;;;;;;
claim_vorarlberg_title;Our claims on Vorarlberg;;;;;;;;;;;;;
claim_vorarlberg_desc;The people of Vorarlberg are our brothers and for too long they have been under the foreign yoke. It is time for all the Swiss to live under the protection of mother Switzerland!;;;;;;;;;;;;;
zabzibar_colonasation_title;Establish control in the interior of east Africa;;;;;;;;;;;;;
zabzibar_colonasation_desc;Arab slave and ivory traders have been establishing trade posts and settlements in the area between Lake Tanganyika and the Swahili coast for decades. These territories are nominally subject to the sultan of $COUNTRY$ but our authority doesn't extend more than a few miles into the interior. Senior figures in $CAPITAL$ have come up with plans to establish several military bases in these areas, thus establish our control.;;;;;;;;;;;;;
mark_down_landlocked_title;Occupation of Landlocked Territories;;;;;;;;;;;;;
mark_down_landlocked_desc;A neighbouring country is occupying one of our landlocked provinces.;;;;;;;;;;;;;
take_landlocked_provinces_title;Retaking Landlocked Territories;;;;;;;;;;;;;
Expand Down