Trade goods: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(Redirected page to Category:Trade Goods)
 
(Removed redirect to Category:Trade Goods)
Line 1: Line 1:
#REDIRECT [[:Category:Trade Goods]]
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}}).
{|
!Fixed Price
!Unfixed Price
|-
| style="text-align: left;vertical-align:top; | {{#cargo_query:tables=GeneralData=GD,ExtraInfo=EI
|join on=GD.JoinKey=EI.JoinKey
|fields=CONCAT('{{((}}favilink page{{!}}', GD._pageName, '{{))}}'), GD.Commerce
|where=GD.categories='Trade Goods' AND EI.Info LIKE '%Currency,,,%'
|format=list
|delimiter=</br>
|order by=GD.commerce,GD._pageName}}
| style="text-align: left;vertical-align:top; | {{#cargo_query:tables=GeneralData=GD,ExtraInfo=EI
|join on=GD.JoinKey=EI.JoinKey
|fields=CONCAT('{{((}}favilink page{{!}}', GD._pageName, '{{))}}'), GD.Commerce
|where=GD.categories='Trade Goods' AND (EI.Info NOT LIKE '%Currency,,,%' OR EI.Info IS NULL)
|format=list
|delimiter=</br>
|order by=GD.Commerce,GD._pageName}}
 
|}
 
Generally, trade goods also have a high value-to-weight ratio. All trade goods weigh 1{{pounds}} except the {{favilink|bronze ingot}}, which weighs 5{{pounds}}.
 
[[Category:Mechanics]]
{{Mechanics Navbox}}

Revision as of 18:56, 23 January 2021

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 ($10.00), rather than a blue dollar sign ($10.00).

Fixed Price Unfixed Price
copper nugget (Commerce: 10.0)
silver nugget (Commerce: 50.0)
bronze ingot (Commerce: 100.0)
gold nugget (Commerce: 200.0)
grave goods (Commerce: 10.0)
box of crayons (Commerce: 15.0)
neck-ring (Commerce: 20.0)
silver rondure (Commerce: 50.0)
beaded bracelet (Commerce: 80.0)
albino ape pelt (Commerce: 100.0)
polyhedral rings (Commerce: 150.0)
ogre ape pelt (Commerce: 300.0)

Generally, trade goods also have a high value-to-weight ratio. All trade goods weigh 1# except the bronze ingot, which weighs 5#.