Lightening: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
m (good question on lnet. clarified increments are for current weight)
No edit summary
Line 9: Line 9:
Most items have set standards for how light they are able to get depending on what they are (not what they are made of). An item's base material may cause it to start at a higher base weight, but it will be able to be lightened to the lower limit (except for [[adamantine]], which is rumored to be limited to 50% of an item's starting weight).
Most items have set standards for how light they are able to get depending on what they are (not what they are made of). An item's base material may cause it to start at a higher base weight, but it will be able to be lightened to the lower limit (except for [[adamantine]], which is rumored to be limited to 50% of an item's starting weight).


Merchants typically lighten items in 10% increments of an item's current weight.
Merchants typically lighten items in 10% increments of an item's base weight.
Maximum lightness is typically 50% of base weight.

== Example ==
Full leathers base weight: 13
Lighten 1: 13 - Ceiling(13 * 0.1) = 11
Lighten 2: 11 - Ceiling(13 * 0.1) = 9
Lighten 3: 9 - Ceiling(13 * 0.1) = 7 [Max light reached]


==See Also==
==See Also==

Revision as of 00:21, 19 March 2014

Lightening is a common merchant service in which excess weight is removed from an item. Players can usually tell if an item is able to be lightened using the ANALYZE verb.

Yes, item can be lightened:

You might be able to have a talented merchant lighten the felt pouch for you or have its pockets deepened.

No, item cannot be lightened:

You can tell that the vestment is as light as it can get and that its pockets could not possibly get any deeper.

Most items have set standards for how light they are able to get depending on what they are (not what they are made of). An item's base material may cause it to start at a higher base weight, but it will be able to be lightened to the lower limit (except for adamantine, which is rumored to be limited to 50% of an item's starting weight).

Merchants typically lighten items in 10% increments of an item's base weight. Maximum lightness is typically 50% of base weight.

Example

Full leathers base weight: 13 Lighten 1: 13 - Ceiling(13 * 0.1) = 11 Lighten 2: 11 - Ceiling(13 * 0.1) = 9 Lighten 3: 9 - Ceiling(13 * 0.1) = 7 [Max light reached]

See Also