Commerce: Difference between revisions

Jump to navigation Jump to search
1,166 bytes added ,  05:32, 28 November 2023
m
Fixed a big typo and added some emphasis
mNo edit summary
m (Fixed a big typo and added some emphasis)
 
(6 intermediate revisions by 2 users not shown)
Line 3: Line 3:


==Trading Multiplier Formula==
==Trading Multiplier Formula==
<!--
This section is excerpted in other places using Template:Excerpt. Please do not change the section title without updating the other pages that excerpt it. (ex: "Trading" page)
-->
{{Trading formula}}
{{Trading formula}}


Line 11: Line 14:
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).  
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).  


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.
When buying an item from a trader, the value of the item in question is ''divided'' by this multiplier. When an item is sold by the player, its value is ''multiplied'' by the multiplier.


== Reputation Effect on Trade Prices ==
== Reputation Effect on Trade Prices ==
<!-- This section is excerpted in other places using Template:Excerpt. Please do not change the section title without updating the other pages that excerpt it. (i.e. Reputation page) -->
Reputation with the merchant also affects trade prices, acting essentially as a bonus or penalty to the player's ego modifier.
Reputation with the merchant also affects trade prices, acting essentially as a bonus or penalty to the player's ego modifier.


Line 52: Line 56:


==Items by Commerce Value==
==Items by Commerce Value==
{{#cargo_query:tables=GeneralData=GD,ItemsTable=I|join on=I._pageName = GD._pageName|fields=I._pageName=Page, GD.Commerce=Commerce, GD.Categories=Category|order by=Commerce DESC|where=I._pageNamespace = "0"|format=dynamic table|rows per page=30}}
{{#cargo_query:tables=GeneralData=GD|fields=CONCAT('{{((}}favilink id{{!}}', GD.ObjectID, '{{))}}')=Item, CONCAT('{{((}}drams{{))}}',GD.Commerce)=Value, CONCAT(GD.Weight,'{{((}}pounds{{))}}')=Weight, GD.Categories=Category|order by=Commerce DESC|where=GD._pageNamespace = "0"|format=dynamic table|rows per page=20}}
Note for liquids, their base commerce is multiplied by 4 to have an integer weight.
 
== Items sorted by Commerce/Weight ==
{{#cargo_query:table=GeneralData|fields=CONCAT('{{((}}favilink id{{!}}', ObjectID, '{{))}}')=Item,POWER(Commerce,1)/Weight=Value per Pound,|where=_pageNamespace ='0' AND Commerce <> "" AND Weight <> "0"|order by=Value per Pound DESC|format=dynamic table|rows per page=20}}
 
== 0 Weight Items sorted by Commerce ==
{{#cargo_query:table=GeneralData|fields=CONCAT('{{((}}favilink id{{!}}', ObjectID, '{{))}}')=Item,CONCAT('{{((}}drams{{))}}', Commerce)=Value|where=_pageNamespace ='0' AND Weight = "0"|order by=Value DESC|format=dynamic table|rows per page=20}}
 
{{Mechanics Navbox}}
[[Category:Mechanics]]
[[Category:Mechanics]]
1,621

edits

Navigation menu