
Mission Task
Export Mission Target Goods Goods
We have established the production chain for the trade goods. Now it is our duty to share it with the world.
Construct the ManufactoriesMission Taskrequiresmission_target_goodsVariableenabledmission_target_marketVariableenabled- 637mission_task_completed = mission_task:mission_prepare_industry_focus
- 704add_country_modifier = {707mode = replace}676hidden_effect = {677if = {678limit = {679exists = root.var:mission_target_goods}681scope:mission_target_market = {682random_export = {683limit = {684owner ?= root685goods = root.var:mission_target_goods686trade_profit > 0}688save_scope_as = target_trade}}691set_variable = {693value = {694value = scope:target_trade.trade_profit695multiply = 2696add = 1}}}}
636icon = maritime_advance_age_2
639highlight = {
640has_owner = yes
641owner = root
}
643enabled = {
644trigger_if = {
649scope:mission_target_market = {
650any_export = {
651owner ?= root
652goods = root.var:mission_target_goods
653trade_profit > 0
}
}
}
657trigger_else_if = {
659scope:mission_target_market = {
660any_export = {
661owner ?= root
662trade_profit > 0
}
}
}
666trigger_else = {
667capital.market = {
668any_export = {
669owner ?= root
670trade_profit > 0
}
}
}
}