/tg/ Station 13 - Modules - TypesVar Details

Whetstone

Items used for sharpening stuff

Whetstones can be used to increase an item's force, throw_force and wound_bonus and it's change it's sharpness to SHARP_EDGED. Whetstones do not work with energy weapons. Two-handed weapons will only get the throw_force bonus. A whetstone can only be used once.

Vars

incrementHow much force the whetstone can add to an item.
maxMaximum force sharpening items with the whetstone can result in
prefixThe prefix a whetstone applies when an item is sharpened with it
requires_sharpnessIf TRUE, the whetstone will only sharpen already sharp items
usesAmount of uses the whetstone has. Set to -1 for functionally infinite uses.

Var Details

increment

How much force the whetstone can add to an item.

max

Maximum force sharpening items with the whetstone can result in

prefix

The prefix a whetstone applies when an item is sharpened with it

requires_sharpness

If TRUE, the whetstone will only sharpen already sharp items

uses

Amount of uses the whetstone has. Set to -1 for functionally infinite uses.