diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-21 20:04:19 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-06 12:32:35 +0100 |
commit | 1f90ac3288c6bca7e1d743dab4d04659a7adc001 (patch) | |
tree | 7f4e0e44f163e78b2ea5d9b5a7295eb27a1ee789 | |
parent | f918031829275720612553290e333a6af2009977 (diff) | |
download | clientdata-1f90ac3288c6bca7e1d743dab4d04659a7adc001.tar.gz clientdata-1f90ac3288c6bca7e1d743dab4d04659a7adc001.tar.bz2 clientdata-1f90ac3288c6bca7e1d743dab4d04659a7adc001.tar.xz clientdata-1f90ac3288c6bca7e1d743dab4d04659a7adc001.zip |
Add items for Melinda: Fine dress, beer
-rw-r--r-- | graphics/items/equipment/chest/finedress.png | bin | 0 -> 1775 bytes | |||
-rw-r--r-- | graphics/items/usable/beer.png | bin | 0 -> 557 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/chest/finedress-female.png | bin | 0 -> 96049 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/chest/finedress-female.xml | 11 | ||||
-rw-r--r-- | graphics/sprites/equipment/chest/finedress-male.png | bin | 0 -> 92252 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/chest/finedress-male.xml | 11 | ||||
-rw-r--r-- | items.xml | 22 |
7 files changed, 44 insertions, 0 deletions
diff --git a/graphics/items/equipment/chest/finedress.png b/graphics/items/equipment/chest/finedress.png Binary files differnew file mode 100644 index 00000000..94277603 --- /dev/null +++ b/graphics/items/equipment/chest/finedress.png diff --git a/graphics/items/usable/beer.png b/graphics/items/usable/beer.png Binary files differnew file mode 100644 index 00000000..44387183 --- /dev/null +++ b/graphics/items/usable/beer.png diff --git a/graphics/sprites/equipment/chest/finedress-female.png b/graphics/sprites/equipment/chest/finedress-female.png Binary files differnew file mode 100644 index 00000000..86ad95ea --- /dev/null +++ b/graphics/sprites/equipment/chest/finedress-female.png diff --git a/graphics/sprites/equipment/chest/finedress-female.xml b/graphics/sprites/equipment/chest/finedress-female.xml new file mode 100644 index 00000000..1cc765d9 --- /dev/null +++ b/graphics/sprites/equipment/chest/finedress-female.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2015 Evol Online --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/chest/finedress-female.png|W" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/equipment/chest/finedress-male.png b/graphics/sprites/equipment/chest/finedress-male.png Binary files differnew file mode 100644 index 00000000..8c385aa1 --- /dev/null +++ b/graphics/sprites/equipment/chest/finedress-male.png diff --git a/graphics/sprites/equipment/chest/finedress-male.xml b/graphics/sprites/equipment/chest/finedress-male.xml new file mode 100644 index 00000000..ac051dd9 --- /dev/null +++ b/graphics/sprites/equipment/chest/finedress-male.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2015 Evol Online --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/chest/finedress-male.png|W" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite> @@ -519,6 +519,15 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. type="usable" weight="25" maxFloorOffset="6"/> + <item id="563" + image="usable/beer.png" + name="Beer" + useButton="Eat" + description="Just a beer, nothing else. Don`t drink and drive!" + effect="Heal 400-500 HP" + type="usable" + weight="50" + maxFloorOffset="6"/> <!-- Generic Items --> <item id="700" @@ -996,6 +1005,19 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <sprite gender="female">equipment/chest/silkrobe-female.xml</sprite> </item> <item id="1308" + image="equipment/chest/finedress.png|W" + name="%Color% Fine Dress" + description="A fine %Color% dress for the Lady or the Gentleman of today." + defense="250" + level="15" + type="equip-torso" + weight="240" + colors="simple" + maxFloorOffset="10"> + <sprite gender="unisex">equipment/chest/finedress-male.xml|#606060,aaaaaa,dddddd,fcfcfc</sprite> + <sprite gender="female">equipment/chest/finedress-female.xml||#606060,aaaaaa,dddddd,fcfcfc</sprite> + </item> + <item id="1309" image="equipment/chest/warlordplate.png" name="Warlord Plate" description="Strong and decorative armor." |