Trade goods: Difference between revisions

109 bytes added ,  15:10, 23 September 2021
m
Add figurines
m (Teamtoto moved page Trade Goods to Trade goods)
m (Add figurines)
Line 1: Line 1:
Trade Goods are a category of items grouped together in the player’s inventory.
Trade Goods are a category of items grouped together in the player’s inventory.


Most trade goods are distinct from other items in that they have a single value which is independent of the player’s [[Ego]] bonus. In the trading interface, goods with a fixed price are displayed with a yellow dollar sign ({{Qud text|&W$&C10.00}}), rather than a blue dollar sign ({{Qud text|&b$&C10.00}}).  
Most of the commonly found trade goods are distinct from other items in that they have a fixed value which is independent of the player’s [[Ego]] bonus. In the trading interface, goods with a fixed price are displayed with a yellow dollar sign ({{Qud text|&W$&C10.00}}), rather than a blue dollar sign ({{Qud text|&b$&C10.00}}).  
{|
{|
!Fixed Price
!Fixed Price ({{Qud text|&W$}})
!Unfixed Price
!Unfixed Price ({{Qud text|&b$}})
|-
|-
| style="text-align: left;vertical-align:top; | {{#cargo_query:tables=GeneralData=GD,ExtraInfo=EI
| style="text-align: left;vertical-align:top; | {{#cargo_query:tables=GeneralData=GD,ExtraInfo=EI
Line 16: Line 16:
|join on=GD.JoinKey=EI.JoinKey
|join on=GD.JoinKey=EI.JoinKey
|fields=CONCAT('{{((}}favilink page{{!}}', GD._pageName, '{{))}}'), GD.Commerce
|fields=CONCAT('{{((}}favilink page{{!}}', GD._pageName, '{{))}}'), GD.Commerce
|where=GD.categories='Trade Goods' AND (EI.Info NOT LIKE '%Currency,,,%' OR EI.Info IS NULL)
|where=(GD.categories='Trade Goods' OR GD.categories='Figurines') AND (EI.Info NOT LIKE '%Currency,,,%' OR EI.Info IS NULL)
|format=list
|format=list
|delimiter=</br>
|delimiter=</br>
|order by=GD.Commerce,GD._pageName}}
|order by=GD.categories DESC,GD.Commerce,GD._pageName}}


|}
|}