diff options
author | Kess Vargavind <vargavind@gmail.com> | 2009-09-23 07:31:52 +0200 |
---|---|---|
committer | Kess Vargavind <vargavind@gmail.com> | 2009-09-23 07:31:52 +0200 |
commit | d893e6d6dca1158c201e6e1c42da7708b35f665d (patch) | |
tree | 2c5dff62bbf5ee3d5c260d9f240ca4e293a876b1 | |
parent | 29489920f92e30d9f5c6dbd639896f7fbac6203d (diff) | |
download | clientdata-d893e6d6dca1158c201e6e1c42da7708b35f665d.tar.gz clientdata-d893e6d6dca1158c201e6e1c42da7708b35f665d.tar.bz2 clientdata-d893e6d6dca1158c201e6e1c42da7708b35f665d.tar.xz clientdata-d893e6d6dca1158c201e6e1c42da7708b35f665d.zip |
Use the same format for new item names
-rw-r--r-- | items.xml | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -2520,7 +2520,7 @@ </item> <item id="767" image="armor-chest-terranite.png" - name="Terranite Chest" + name="Terranite Chest Armor" description="A nice piece of armor made out of terranite ore." effect="+30% Defense" type="equip-torso" @@ -2793,7 +2793,7 @@ <item id="1220" image="armor-head-parsley-earplugs.png" name="Bunch of Parsley" - description="A bunch of parsley, useful for salads and many other dishes. In a pinch, it doubles as earplugs." + description="A bunch of parsley, useful for salads and many other dishes. In a pinch, it doubles as earplugs." effect="+1% Defense" type="equip-head" defense="1" @@ -2812,7 +2812,7 @@ </item> <item id="1222" image="generic-claylump_small.png" - name="Small piece of clay" + name="Small Piece of Clay" description="A small piece of clay, used to make different shapes." effect="" type="generic" @@ -2820,7 +2820,7 @@ max-per-slot="10"/> <item id="1223" image="generic-claylump_big.png" - name="Big piece of white clay" + name="Big Piece of White Clay" description="A big piece of white clay, used to make bigger shapes." effect="" type="generic" @@ -2828,7 +2828,7 @@ max-per-slot="5"/> <item id="1224" image="generic-scroll.png" - name="Scroll of paper" + name="Scroll of Paper" description="A scroll made of fine paper." effect="" type="generic" @@ -2836,7 +2836,7 @@ max-per-slot="10"/> <item id="1225" image="use-firescroll.png" - name="Fire scroll" + name="Fire Scroll" description="A scroll on which is written an ancient formula giving birth to fire." effect="" type="generic" @@ -2844,14 +2844,14 @@ max-per-slot="10"/> <item id="1226" image="use-silverbell.png" - name="Silver bell" + name="Silver Bell" description="A tiny bell made of silver." type="generic" weight="25" max-per-slot="3"/> <item id="1227" image="armor-neck-enchanter.png" - name="Enchanter's amulet" + name="Enchanter's Amulet" description="An amulet made for true enchanters." effect="+5 Intelligence" type="equip-neck" @@ -2860,7 +2860,7 @@ intelligence="5"/> <item id="1228" image="armor-neck-silver4leaf.png" - name="Silver four-leaf amulet" + name="Silver Four-Leaf Amulet" description="An amulet made for people bringing luck wherever they go." effect="+5 Luck" type="equip-neck" |