From e929760f6bad77fe9e566bf35f05142cbb924131 Mon Sep 17 00:00:00 2001 From: Peridexis Errant Date: Tue, 26 May 2015 21:09:59 +1000 Subject: [PATCH] Described jewelery --- scripts/item-descriptions.lua | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/scripts/item-descriptions.lua b/scripts/item-descriptions.lua index f1a388106..0af1e4f91 100644 --- a/scripts/item-descriptions.lua +++ b/scripts/item-descriptions.lua @@ -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 = {},