Skip to content

Commit

Permalink
mission tasks zygia
Browse files Browse the repository at this point in the history
  • Loading branch information
OBSheard committed Feb 18, 2025
1 parent 84f4a62 commit 1373dc8
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 9 deletions.
48 changes: 44 additions & 4 deletions common/missions/02_zygia_missions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,13 @@
}

allow = {

political_influence >= 50
manpower >= 7
treasury >= 150
job_holder:office_magistrate = {
loyalty >= 65
finesse >= 10
}
}

highlight = {
Expand All @@ -188,7 +194,7 @@
trigger_event = me_zygia.1 # _________
add_treasury = 150
add_manpower = -7
add_political_influence = -35
add_political_influence = -50
p:1738 = {
set_owned_by = root
while = {
Expand Down Expand Up @@ -245,7 +251,18 @@
}

allow = {

has_law = coin_minting_law
hidden:p:4567 = {
has_city_status = yes
is_holy_site = yes
has_building = commerce_building
has_building = town_hall_building
province_income > 0.1
has_no_ongoing_construction = yes
}
p:4567.state = {
trade_routes >= 5
}
}

highlight = {
Expand All @@ -256,7 +273,28 @@

on_completion = {
trigger_event = me_zygia.1 # _________

p:4567 = {
while = {
count = 3
define_pop = {
type = freemen
culture = root.culture
religion = root.religion
}
}
add_permanent_province_modifier = {
name = nikposis_merchants
}
add_building_level = port_building
add_building_level = foundry_building
change_province_name = "Nikopsis"
}
add_2_free_province_investments = yes
add_innovation = 2
add_research = {
technology = civic_tech
value = 15
}
}
}

Expand Down Expand Up @@ -322,6 +360,8 @@
add_nickname = OF_ZYX
}
change_country_name = LAND_OF_ZYX
add_political_influence = 30
add_2_free_province_investments = yes
}
}

Expand Down
8 changes: 8 additions & 0 deletions common/modifiers/00_from_missions_zygia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,12 @@ zygian_pirate_haven_modifier = {
pirate_haven = yes
local_tax_modifier = 0.2
local_population_growth = 0.04
}

nikposis_merchants = {
local_building_slot = 2
local_monthly_food_modifier = 0.2
local_tax_modifier = 0.1
local_commerce_value_modifier = 0.1
local_migration_attraction = 1
}
13 changes: 8 additions & 5 deletions localization/english/missions/zygia_missions_l_english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@ zygia_missions_task_3_DESC: "With the pirate havens abroad supporting Zygian shi
#zygia_missions_task_3_tt: "____."

zygia_missions_task_4: "Nikopsian Trade"
zygia_missions_task_4_DESC: "___."
zygia_missions_task_4_DESC: "The port of Torikos, known to others by another name, must become a prosperous trading hub to fuel Zygian economic growth and expansion."
#zygia_missions_task_4_tt: "____."

zygia_missions_task_5: "The Region of Zyx"
zygia_missions_task_5_DESC: "___."
zygia_missions_task_5_DESC: "Know to the elders of the tribes as the core region of the ancient Zygii peoples, Zyx represents a forgotten homeland which needs to be reclaimed."
zygia_missions_task_5_tt: " #Y Zygia#! must #E own#! or have a #E subject own#! all the #T highlighted#! territories which comprise the region of #T Zyx#!."

zygia_missions_task_6: "Khabzism"
zygia_missions_task_6_DESC: "___."
#zygia_missions_task_6_tt: "____."

zygia_missions_task_7: "Raiding the Hypanis"
zygia_missions_task_7_DESC: "___."
zygia_missions_task_7_DESC: "Situated on the eastern side of the Cimmerian Bosporos, the city of Phanagoria appears ripe for plunder and enslavement. See to it that our 'pirate' fleet is not seen entering its waters until it is too late."
zygia_missions_task_7_tt: " #Y Zygia#! must have a #E navy#! with at least #Y 15 liburnians#! and a #T commander#!."

zygia_missions_task_8: "Hard Mountain Horses"
zygia_missions_task_8_DESC: "___."
zygia_missions_task_8_DESC: "Among the many tribes of the mountains from Zygia to Albania, the horses of the northwest are hard beasts of burden and the sturdiest warhorses one could hope for. Train a band's worth of them, and the Zygian forces will be uncontested."
#zygia_missions_task_8_tt: "____."

zygia_missions_task_9: "The Western Maeotis"
zygia_missions_task_9_DESC: "___."
zygia_missions_task_9_DESC: "The marshes of the Maeotis, while mystical and swampy, are home to many of the divine beings as well as trading opportunities. Let the Zygii take it for themselves and prosper."
#zygia_missions_task_9_tt: "____."

zygia_missions_task_10: "Zygian Federation"
Expand Down Expand Up @@ -85,6 +85,9 @@ desc_zygian_pirates: "Our port has become infested with Zygian pirates"

zygian_pirate_haven_modifier: "Zygian Pirate Haven"
desc_zygian_pirate_haven_modifier: "Zygian pirates return here to resupply and purchase goods before heading off to raid the Pontos Euxinos."

nikposis_merchants: "Nikopsis Merchants"
desc_nikposis_merchants: "With a growing trade economy, merchants have begun arriving at the Zygian port hub."


#Events
Expand Down
1 change: 1 addition & 0 deletions localization/english/provincenames_l_english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18135,6 +18135,7 @@
Demetrias: "Demetrias"
Achilleion: "Achilleion"
Sareisa: "Sareisa"
Nikopsis: "Nikopsis"
Satalka: "Satalka"
Phokis: "Phokis"
Phokaia: "Phokaia"
Expand Down

0 comments on commit 1373dc8

Please sign in to comment.