Increasing trade routes available

ispanets

Warlord
Joined
Apr 1, 2013
Messages
136
Location
Moscow
Hi Guys!

Is there any lua function to set/change/increase... the trade routes available for a civ? I have found player:GetNumInternationalTradeRoutesAvailable(), but I don't see anywhere a similir player:SetNumInternationalTradeRoutesAvailable()...

Anyone was implemented this and can help?

Thanks.

Khose
 
Unlike most things, the number of trade routes are not stored per player (and changed as techs/buildings are acquired) but calculated every time from the techs known to a player and the buildings they own, modified by their trait. Hence there is no Set/Change for the number of trade routes available within the DLL and hence there is no corresponding Lua API.

So the only way to increase trade routes for a player is to give them (multiples of) a hidden building that adds a trade route
 
Back
Top Bottom