diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-29 18:18:24 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-29 18:18:24 +0100 |
commit | e25b7e7cb2f97cb757196a44c6978b5ea6033934 (patch) | |
tree | b0c3134ba96bb72f22cc2254682db392d57c5277 /items.xml | |
parent | 9112535438cc37fae0e60c066d943385dfa01456 (diff) | |
download | clientdata-e25b7e7cb2f97cb757196a44c6978b5ea6033934.tar.gz clientdata-e25b7e7cb2f97cb757196a44c6978b5ea6033934.tar.bz2 clientdata-e25b7e7cb2f97cb757196a44c6978b5ea6033934.tar.xz clientdata-e25b7e7cb2f97cb757196a44c6978b5ea6033934.zip |
add new generic items
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 49 |
1 files changed, 42 insertions, 7 deletions
@@ -1695,49 +1695,84 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="821"
image="generic/sunnycrystal.png"
name="Sunny Crystal"
- description="Dark as the night"
+ description=""
type="generic"
weight="10"
maxFloorOffset="20"/>
<item id="822"
image="generic/druidtreebranch.png"
name="Druid Tree Branch"
- description="Dark as the night"
+ description=""
type="generic"
weight="10"
maxFloorOffset="20"/>
<item id="823"
image="generic/dragonscales.png"
name="Dragon Scales"
- description="Dark as the night"
+ description=""
type="generic"
weight="10"
maxFloorOffset="20"/>
<item id="824"
image="generic/lightgreendiamond.png"
name="Light Green Diamond"
- description="Dark as the night"
+ description=""
type="generic"
weight="10"
maxFloorOffset="20"/>
<item id="825"
image="generic/deserttablet.png"
name="Desert Tablet"
- description="Dark as the night"
+ description=""
type="generic"
weight="10"
maxFloorOffset="20"/>
<item id="826"
image="generic/fluopowder.png"
name="Fluo Powder"
- description="Dark as the night"
+ description=""
type="generic"
weight="10"
maxFloorOffset="20"/>
<item id="827"
image="generic/brokenmedal.png"
name="Broken Medal"
- description="Dark as the night"
+ description=""
+ type="generic"
+ weight="10"
+ maxFloorOffset="20"/>
+ <item id="828"
+ image="generic/strangecoin.png"
+ name="Strange Coin"
+ description=""
+ type="generic"
+ weight="10"
+ maxFloorOffset="20"/>
+ <item id="829"
+ image="generic/butterfly.png"
+ name="Butterfly"
+ description=""
+ type="generic"
+ weight="10"
+ maxFloorOffset="20"/>
+ <item id="830"
+ image="generic/cavesnaketongue.png"
+ name="Cave Snake Tongue"
+ description=""
+ type="generic"
+ weight="10"
+ maxFloorOffset="20"/>
+ <item id="831"
+ image="generic/redscorpionstinger.png"
+ name="Red Scorpion Stinger"
+ description=""
+ type="generic"
+ weight="10"
+ maxFloorOffset="20"/>
+ <item id="832"
+ image="generic/blackscorpionstinger.png"
+ name="Black Scorpion Stinger"
+ description=""
type="generic"
weight="10"
maxFloorOffset="20"/>
|