diff options
-rw-r--r-- | graphics/items/equipment/head/ricehat.png | bin | 0 -> 1176 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/ricehat.png | bin | 0 -> 2740 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/ricehat.xml | 12 | ||||
-rw-r--r-- | items.xml | 13 |
4 files changed, 23 insertions, 2 deletions
diff --git a/graphics/items/equipment/head/ricehat.png b/graphics/items/equipment/head/ricehat.png Binary files differnew file mode 100644 index 00000000..5845ec2b --- /dev/null +++ b/graphics/items/equipment/head/ricehat.png diff --git a/graphics/sprites/equipment/head/ricehat.png b/graphics/sprites/equipment/head/ricehat.png Binary files differnew file mode 100644 index 00000000..5e6cf359 --- /dev/null +++ b/graphics/sprites/equipment/head/ricehat.png diff --git a/graphics/sprites/equipment/head/ricehat.xml b/graphics/sprites/equipment/head/ricehat.xml new file mode 100644 index 00000000..8f5741f3 --- /dev/null +++ b/graphics/sprites/equipment/head/ricehat.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2018 TMW2 --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/head/ricehat.png" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> @@ -3920,13 +3920,13 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="2919" image="equipment/head/prsmhelmet.png|W" name="Prsm Helmet" - description="A %Color% helmet with two small wings on it. By the way, thanks to Saulc, Prsm was promoted to Santa!" + description="A %Color% helmet with two small wings on it, used by Paladins and by Prsm." defense="135" level="20" type="equip-head" colors="simple" weight="600"> - <sprite>equipment/head/santabeardhat.xml</sprite> + <sprite>equipment/head/prsmhelmet.xml</sprite> <replace sprite="hair"/> </item> <item id="2920" @@ -4462,6 +4462,15 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item from="-15" to="-19"/> </replace> </item> + <item id="2996" + image="equipment/head/ricehat.png" + name="Rice Hat" + description="Hat commonly used by farmers. Currently NPC-Only." + defense="0" + type="equip-head" + weight="0"> + <sprite>equipment/head/ricehat.xml</sprite> + </item> <!-- Neck Armors --> <item id="3200" image="equipment/neck/shemagh.png" |