Difference between revisions of "Market Value"

From RimWorld Wiki
Jump to navigation Jump to search
m
Line 6: Line 6:
 
}}
 
}}
  
There are two variables that appear to affect Market Value: Market Value Base and Market Value Factor. It is unclear how these work to create the Market Value of an object.
+
An item's market value is determined using the following formula:
 +
 
 +
'''mV = tiV + W * 0.003'''
 +
 
 +
Where '''mV''' is Market Value; '''tiV''' is Total ingredient Market Value; and '''W''' is Work to make in ticks.
 +
 
 +
Items with a market value of above 200 will have their market value rounded to the nearest 5, with 2.5s being rounded down. [[Incendiary launcher]] for example:
 +
 
 +
'''75 * 1.9 + 4 * 21 + 22000 * 0.003 = 292.5 = 290'''

Revision as of 22:12, 29 September 2017

Market Value is a stat: The market value of an object. The actual trade price will be further modified by relationship status and negotiation skill.

An item's market value is determined using the following formula:

mV = tiV + W * 0.003

Where mV is Market Value; tiV is Total ingredient Market Value; and W is Work to make in ticks.

Items with a market value of above 200 will have their market value rounded to the nearest 5, with 2.5s being rounded down. Incendiary launcher for example:

75 * 1.9 + 4 * 21 + 22000 * 0.003 = 292.5 = 290