Trade goods: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(Removed redirect to Category:Trade Goods)
m (update cargo query for new gemstone categorization)
 
(4 intermediate revisions by 2 users not shown)
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
|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 LIKE '%Currency,,,%'
|where=(GD.categories='Trade Goods' OR GD.categories='Figurines' OR GD.categories='Rough Gemstones' OR GD.categories='Smooth Gemstones') AND EI.Info LIKE '%Currency,,,%'
|format=list
|format=list
|delimiter=</br>
|delimiter=</br>
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' OR GD.categories='Rough Gemstones' OR GD.categories='Smooth Gemstones') 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}}


|}
|}


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}}.
Generally, trade goods also have a high value-to-weight ratio. All fixed-price trade goods weigh 1{{pounds}} except the {{favilink|bronze ingot}}, which weighs 5{{pounds}}.


[[Category:Mechanics]]
[[Category:Mechanics]]
{{Mechanics Navbox}}
{{Mechanics Navbox}}

Latest revision as of 17:51, 27 June 2022

Trade Goods are a category of items grouped together in the player’s inventory.

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 ($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)
rough agate gemstone (Commerce: 100.0)
smooth agate gemstone (Commerce: 120.0)
rough topaz gemstone (Commerce: 150.0)
smooth topaz gemstone (Commerce: 180.0)
gold nugget (Commerce: 200.0)
rough jasper gemstone (Commerce: 200.0)
smooth jasper gemstone (Commerce: 240.0)
rough amethyst gemstone (Commerce: 250.0)
rough sapphire gemstone (Commerce: 300.0)
smooth amethyst gemstone (Commerce: 300.0)
rough emerald gemstone (Commerce: 350.0)
rough peridot gemstone (Commerce: 350.0)
smooth sapphire gemstone (Commerce: 360.0)
smooth emerald gemstone (Commerce: 420.0)
smooth peridot gemstone (Commerce: 420.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)
copper figurine (Commerce: 60.0)
agate figurine (Commerce: 100.0)
silver figurine (Commerce: 100.0)
topaz figurine (Commerce: 150.0)
gold figurine (Commerce: 200.0)
jasper figurine (Commerce: 200.0)
amethyst figurine (Commerce: 250.0)
sapphire figurine (Commerce: 300.0)
emerald figurine (Commerce: 350.0)
peridot figurine (Commerce: 350.0)

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