
Parliament Issue
Establish Customs Houses
Our borders are porous, and foreign merchants profit from goods that enter our realm without proper accounting. By building customs houses, we impose order on our imports and ensure the crown and our merchants take their proper share.
Customs HouseAdvanceallow
Customs HouseBuildingallow, on debate passedModifiers
Definitionin_game/common/parliament_issues/07_expansion_parliament_issues.txt:1163
1170allow = {
1172any_owned_location = {
1173is_city = yes
1174is_market_center = yes
}
}
1179chance = {
1180add = 1
}
1183on_debate_passed = {
1184add_country_modifier = {
}
1189ordered_owned_location = {
1190order_by = population
1191max = 1
1192check_range_bounds = no
1193limit = {
1194is_city = yes
1195is_market_center = yes
}
1198construct_building = {
1200cost_multiplier = 0.5
1201cost_multiplier_reason = "game_concept_parliament_issue"
}
}
}
1206on_debate_failed = {
}
