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 | |
parent | 9112535438cc37fae0e60c066d943385dfa01456 (diff) | |
download | clientdata-e25b7e7cb2f97cb757196a44c6978b5ea6033934.tar.gz clientdata-e25b7e7cb2f97cb757196a44c6978b5ea6033934.tar.bz2 clientdata-e25b7e7cb2f97cb757196a44c6978b5ea6033934.tar.xz clientdata-e25b7e7cb2f97cb757196a44c6978b5ea6033934.zip |
add new generic items
-rw-r--r-- | graphics/items/generic/blackscorpionstinger.png | bin | 0 -> 259 bytes | |||
-rw-r--r-- | graphics/items/generic/cavesnaketongue.png | bin | 0 -> 669 bytes | |||
-rw-r--r-- | graphics/items/generic/redscorpionstinger.png | bin | 0 -> 261 bytes | |||
-rw-r--r-- | graphics/items/generic/scorpionstinger.png | bin | 296 -> 704 bytes | |||
-rw-r--r-- | graphics/items/generic/scorpionstingermodel.png | bin | 0 -> 296 bytes | |||
-rw-r--r-- | graphics/items/generic/strangecoin.png (renamed from graphics/items/generic/strange-coin.png) | bin | 452 -> 452 bytes | |||
-rw-r--r-- | graphics/items/usable/cavesnakeegg.png | bin | 0 -> 632 bytes | |||
-rw-r--r-- | items.xml | 49 |
8 files changed, 42 insertions, 7 deletions
diff --git a/graphics/items/generic/blackscorpionstinger.png b/graphics/items/generic/blackscorpionstinger.png Binary files differnew file mode 100644 index 000000000..3c05d5113 --- /dev/null +++ b/graphics/items/generic/blackscorpionstinger.png diff --git a/graphics/items/generic/cavesnaketongue.png b/graphics/items/generic/cavesnaketongue.png Binary files differnew file mode 100644 index 000000000..893294a09 --- /dev/null +++ b/graphics/items/generic/cavesnaketongue.png diff --git a/graphics/items/generic/redscorpionstinger.png b/graphics/items/generic/redscorpionstinger.png Binary files differnew file mode 100644 index 000000000..4659d8e70 --- /dev/null +++ b/graphics/items/generic/redscorpionstinger.png diff --git a/graphics/items/generic/scorpionstinger.png b/graphics/items/generic/scorpionstinger.png Binary files differindex eaa9d0d88..a00e0d058 100644 --- a/graphics/items/generic/scorpionstinger.png +++ b/graphics/items/generic/scorpionstinger.png diff --git a/graphics/items/generic/scorpionstingermodel.png b/graphics/items/generic/scorpionstingermodel.png Binary files differnew file mode 100644 index 000000000..eaa9d0d88 --- /dev/null +++ b/graphics/items/generic/scorpionstingermodel.png diff --git a/graphics/items/generic/strange-coin.png b/graphics/items/generic/strangecoin.png Binary files differindex f8e6f9b1d..f8e6f9b1d 100644 --- a/graphics/items/generic/strange-coin.png +++ b/graphics/items/generic/strangecoin.png diff --git a/graphics/items/usable/cavesnakeegg.png b/graphics/items/usable/cavesnakeegg.png Binary files differnew file mode 100644 index 000000000..e6ccf9271 --- /dev/null +++ b/graphics/items/usable/cavesnakeegg.png @@ -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"/>
|