Commerce: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(→‎Items by Commerce Value: added dynamic table that includes page categories to search by category)
m (→‎Items by Commerce Value: items > itemstable)
Line 29: Line 29:


==Items by Commerce Value==
==Items by Commerce Value==
{{#cargo_query:tables=Items,_pageData|join on=Items._pageName = _pageData._pageName|fields=Items._pageName=Page, Commerce=Value, _categories=Categories|order by=Value DESC|where=Items._pageNamespace <> "10" AND Items._pageNamespace <> "2"|format=dynamic table|rows per page=30}}
{{#cargo_query:tables=ItemsTable,_pageData|join on=Items._pageName = _pageData._pageName|fields=Items._pageName=Page, Commerce=Value, _categories=Categories|order by=Value DESC|where=Items._pageNamespace <> "10" AND Items._pageNamespace <> "2"|format=dynamic table|rows per page=30}}
[[Category:Mechanics]]
[[Category:Mechanics]]

Revision as of 16:11, 28 July 2019

This article has information that is missing or not up to par.
Reason: What does commerce have to do with book experience? also, this info is better on other pages.

Caves of Qud has a bartering system where items vary in price based on a multitude of factors. Commerce is the base value that is specified for each item that is then multiplied or divided by a multiplier depending on selling or buying.

Trading Multiplier Formula

If the player has Glotrot, Ego modifier and Snake oiler no longer have an effect and returns a flat -3. The equation then becomes

The multiplier cannot be higher than 0.95(achievable with +9 Ego modifier or +7 Ego modifier with Snake Oiler) and the multiplier cannot be lower than .05 (-5 Ego modifier or -2 Ego modifier with Socially Repugnant).

When buying an item from a trader, this multiplier is divided by the value of the item in question. When the item is sold, the value is multiplied by the multiplier.

Sacred Well Reputation Formula

How much reputation the Sacred Well gives is also dependent on the commerce value of the object.

Reputation cannot go lower than 1, and if an object that has no specified value defaults to 10 reputation.

Book Experience Formula

Modifications and Commerce

Each modification has a Value attribute that is multiplied against the base Commerce value to get the new modified value.


Items by Commerce Value

Error: table "Items" is not in list of table names or aliases.