Judging by the comments on trade route modding:Does anyone know what the difference between trade_route_wealth and trade_route_value? I think there is also a "trade_route_income", but it doesn't show up on the wiki and I cannot find any examples so I might have imagined it (or it might be a localization of something else).
I am trying to make a patrician trade-post building that increases the total value of a trade route and gives some income based on the trade route itself. only trade_route_wealth seems to get used in vanilla trade post buildings.
trade_route_wealth
likely modifies a trade route'swealth
, which is a "multiplier for other modifiers" where "modifiers [are] calculated as (Wealth * modifier)/# of trade provinces".trade_route_value
is a "modifier used to determine base trade route income for a trade post on a province".
trade_route_wealth
modifies everything about the trade route (city tax, trade post income, etc), whereas trade_route_value
only modifies trade post income.---
FYI, the list of possible modifiers can be found in the "trade" section of the modifiers page.