Commerce: Difference between revisions

Jump to navigation Jump to search
1,241 bytes added ,  05:32, 28 November 2023
m
Fixed a big typo and added some emphasis
(→‎Trading Multiplier Formula: it should be 0.07 for the trading formula)
m (Fixed a big typo and added some emphasis)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Missing info|What does commerce have to do with book experience? also, this info is better on other pages.}}
{{As Of Patch|2.0.201.56}}
{{gamename}} 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.
{{gamename}} 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==
==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}}


<math>\text{Multiplier} = \frac{0.07 \times (\text{Ego Modifier} + 2\text {(if Snake Oiler)}) + 0.35}{5(\text{if Socially Repugnant)}} </math>
If the player has [[Glotrot]], Ego modifier and Snake oiler no longer have an effect and returns a flat -3. The equation then becomes


If the player has [[Glotrot]], Ego modifier and Snake oiler no longer have an effect and returns a flat -3. The equation then becomes
{{Trading formula|glotrot}}
 
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).  


<math>\text{Multiplier} = \frac{(0.07 \times -3) + 0.35}{5(\text{if Socially Repugnant)}}</math>
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.


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]]).  
== 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.


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.
{| class="wikitable"
! Reputation with merchant
! Bonus applied to Ego Modifier for Trade
|-
| 600 or more
| +3 bonus
|-
| 250 to 599
| +1 bonus
|-
| -249 to 249
| 0
|-
| -599 to -250
| -1 penalty
|-
| -600 or less
| -3 penalty
|}


==Sacred Well Reputation Formula==
==Sacred Well Reputation Formula==
Line 30: 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=Categoriy|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