|
|
|
@ -20,8 +20,8 @@ the latter script, view-item-info will fall back to the former.
|
|
|
|
|
|
|
|
|
|
-- see http://dwarffortresswiki.org/index.php/cv:Item_token
|
|
|
|
|
descriptions = {
|
|
|
|
|
AMULET = { "An item of jewelry worn on the head, purely for aesthetic value ",
|
|
|
|
|
"in Adventure mode."},
|
|
|
|
|
AMULET = { "An item of jewellery worn around the neck for it's aesthetic value.",
|
|
|
|
|
"An amulet does not interfere with wearing other equipment."},
|
|
|
|
|
ANIMALTRAP = {},
|
|
|
|
|
ANVIL = { "An essential component of the forge."},
|
|
|
|
|
ARMORSTAND = {
|
|
|
|
@ -58,7 +58,7 @@ descriptions = {
|
|
|
|
|
"from wood or metal."},
|
|
|
|
|
BOOK = {},
|
|
|
|
|
BOULDER = {},
|
|
|
|
|
BRACELET = {},
|
|
|
|
|
BRACELET = {"A bracelet is an item of jewellery worn on the hands."},
|
|
|
|
|
CABINET = {},
|
|
|
|
|
CAGE = {},
|
|
|
|
|
CATAPULTPARTS = {},
|
|
|
|
@ -67,10 +67,11 @@ descriptions = {
|
|
|
|
|
CLOTH = {},
|
|
|
|
|
COFFIN = {},
|
|
|
|
|
COIN = {},
|
|
|
|
|
CROWN = {},
|
|
|
|
|
CROWN = { "A crown may be worn as headgear, or on top of a helmet. Although",
|
|
|
|
|
"usually just decorative or symbolic, crowns sometimes deflect attacks."},
|
|
|
|
|
CRUTCH = {},
|
|
|
|
|
DOOR = {},
|
|
|
|
|
EARRING = {},
|
|
|
|
|
EARRING = { "Earrings are decorative jewellery. Eleven can be worn on each ear."},
|
|
|
|
|
FIGURINE = {},
|
|
|
|
|
FLASK = {},
|
|
|
|
|
FLOODGATE = {},
|
|
|
|
@ -234,7 +235,9 @@ descriptions = {
|
|
|
|
|
PIPE_SECTION = {},
|
|
|
|
|
QUERN = {},
|
|
|
|
|
QUIVER = {},
|
|
|
|
|
RING = {},
|
|
|
|
|
RING = { "A ring is an item of jewellery, which does not interfere with",
|
|
|
|
|
"wearing other equipment. Eleven rings can be worn on each finger",
|
|
|
|
|
"or toe, for a maximum of 220 rings."},
|
|
|
|
|
ROCK = {},
|
|
|
|
|
ROUGH = {},
|
|
|
|
|
SCEPTER = {},
|
|
|
|
|