Terraria Wiki

  • Discussions are now available on the Terraria Wiki.
  • Miss the old Hydra Skin? Try out our Hydralize gadget! Visit the preferences page while logged in and turn on the gadget.

READ MORE

Terraria Wiki
Register
m (ce, dynamic data)
m (Undo revision 1119836 by TerraShibe (talk) Requires specifications. I don't see what kind of image would be useful here.)
Tag: Undo
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{see also|Coins}}
+
{{see also|Coins|NPCs#Buying and selling}}
   
'''Value''' is what is described as the monetary worth of an item. If sold by an [[NPC]], it will also be the price the NPC sells that item for. When selling, items are always sold for 1/5 (20%) of the purchase price, rounded down. The rounding can lead to confusion about the exact price of items. Existing [[modifier]]s can also change an item's value.
+
'''Value''' is what is described as the monetary worth of an item. If sold by an [[NPC]], it will also be the price the NPC sells that item for. When selling, items are always sold for {{chance|1/5}} of the purchase price, rounded down. The rounding can lead to confusion about the exact price of items. Existing [[modifiers]] can also change an item's value.
   
The [[Goblin Tinkerer]] charges one third of any item's current value to [[reforge]], which is approximately 1.67x its sell price or 1/3 of its base value.
+
The [[Goblin Tinkerer]] charges one third of any item's current value to [[reforge]], which is approximately 1.67× its sell price or 1/3 of its base value.
   
 
== Example ==
 
== Example ==
 
A [[Musket Ball]] has a value of {{iteminfo|Musket Ball|buy}}.
 
A [[Musket Ball]] has a value of {{iteminfo|Musket Ball|buy}}.
* Selling a single Musket Ball will return {{iteminfo|Musket Ball|sell}}. One Musket Ball has a value of {{iteminfo|Musket Ball|buy}} and {{iteminfo|Musket Ball|value|raw=y}} / 5 = {{coin|{{#expr:{{iteminfo|Musket Ball|value|raw=y}}/5}}}}. After rounding, the result is {{coin|{{#expr:floor({{iteminfo|Musket Ball|value|raw=y}}/5)}}}}.
+
* Selling a single Musket Ball will return {{iteminfo|Musket Ball|sell}}. One Musket Ball has a value of {{iteminfo|Musket Ball|buy}} and {{iteminfo|Musket Ball|value|raw=y}} / 5 = {{buy expr|Musket Ball|/5}}. After rounding, the result is {{buy expr||floor(|Musket Ball|/5)}}.
   
 
== History ==
 
== History ==
{{history|version=desktop|Desktop 1.0.6.1|Changed the way the value of stacked items is rounded to fix selling/buyback inconsistencies.}}
+
{{history|Desktop 1.0.6.1|Changed the way the value of stacked items is rounded to fix selling/buyback inconsistencies.}}
   
 
{{Game mechanics}}
 
{{Game mechanics}}
   
[[Category:Items]]
+
[[Category:Items|*]]
   
 
[[de:Wert]]
 
[[de:Wert]]

Revision as of 16:08, 19 May 2021

Value is what is described as the monetary worth of an item. If sold by an NPC, it will also be the price the NPC sells that item for. When selling, items are always sold for 20*1/5 (20%) of the purchase price, rounded down. The rounding can lead to confusion about the exact price of items. Existing modifiers can also change an item's value.

The Goblin Tinkerer charges one third of any item's current value to reforge, which is approximately 1.67× its sell price or 1/3 of its base value.

Example

A Musket Ball has a value of 7.

  • Selling a single Musket Ball will return 1. One Musket Ball has a value of 7 and 7 / 5 = 1.4. After rounding, the result is 1.

History

  • Desktop 1.0.6.1: Changed the way the value of stacked items is rounded to fix selling/buyback inconsistencies.