diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | graphics/items/equipment/head/brimmedfeatherhat.png | bin | 5996 -> 5996 bytes | |||
-rw-r--r-- | graphics/items/equipment/head/brimmedflowerhat.png | bin | 0 -> 6203 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/brimmedfeatherhat.png | bin | 9037 -> 9325 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/brimmedflowerhat.png | bin | 0 -> 9514 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/brimmedflowerrhat.xml | 12 | ||||
-rw-r--r-- | items.xml | 15 |
7 files changed, 26 insertions, 3 deletions
@@ -52,6 +52,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE ### Head graphics/items/equipment/head/bandana.png (Modanung) (CC BY-SA 3.0) (-) graphics/items/equipment/head/brimmedfeatherhat.png (Reid) (CC BY-SA 3.0) (-) + graphics/items/equipment/head/brimmedflowerhat.png (Reid) (CC BY-SA 3.0) (-) graphics/items/equipment/head/brimmedhat.png (Reid) (CC BY-SA 3.0) (-) graphics/items/equipment/head/fancyhat.png (Crush) (CC BY-SA 3.0) (-) graphics/items/equipment/head/pumpkinhat.png (Modanung) (CC BY-SA 3.0) (-) @@ -155,6 +156,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE graphics/sprites/equipment/head/bandana-female.png (Modanung) (CC BY-SA 3.0) (Alige, Reid) graphics/sprites/equipment/head/bandana-male.png (Modanung) (CC BY-SA 3.0) (Alige) graphics/sprites/equipment/head/brimmedfeatherhat.png (Reid) (CC BY-SA 3.0) (-) + graphics/sprites/equipment/head/brimmedflowerhat.png (Reid) (CC BY-SA 3.0) (-) graphics/sprites/equipment/head/brimmedhat.png (Reid) (CC BY-SA 3.0) (Reid) graphics/sprites/equipment/head/fancyhat.png (Crush) (CC BY-SA 3.0) (-) graphics/sprites/equipment/head/pumpkinhat.png (Modanung) (CC BY-SA 3.0) (-) diff --git a/graphics/items/equipment/head/brimmedfeatherhat.png b/graphics/items/equipment/head/brimmedfeatherhat.png Binary files differindex 33f1c953..49987050 100644 --- a/graphics/items/equipment/head/brimmedfeatherhat.png +++ b/graphics/items/equipment/head/brimmedfeatherhat.png diff --git a/graphics/items/equipment/head/brimmedflowerhat.png b/graphics/items/equipment/head/brimmedflowerhat.png Binary files differnew file mode 100644 index 00000000..3d7497cd --- /dev/null +++ b/graphics/items/equipment/head/brimmedflowerhat.png diff --git a/graphics/sprites/equipment/head/brimmedfeatherhat.png b/graphics/sprites/equipment/head/brimmedfeatherhat.png Binary files differindex 5825565c..9555c1fa 100644 --- a/graphics/sprites/equipment/head/brimmedfeatherhat.png +++ b/graphics/sprites/equipment/head/brimmedfeatherhat.png diff --git a/graphics/sprites/equipment/head/brimmedflowerhat.png b/graphics/sprites/equipment/head/brimmedflowerhat.png Binary files differnew file mode 100644 index 00000000..4667a3b6 --- /dev/null +++ b/graphics/sprites/equipment/head/brimmedflowerhat.png diff --git a/graphics/sprites/equipment/head/brimmedflowerrhat.xml b/graphics/sprites/equipment/head/brimmedflowerrhat.xml new file mode 100644 index 00000000..31918960 --- /dev/null +++ b/graphics/sprites/equipment/head/brimmedflowerrhat.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2014 Evol Online --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/head/brimmedflowerhat.png" + width="27" + height="20" + offsetY="-9"/> + + <include file="equipment/head/pumpkinhat.xml"/> +</sprite> @@ -731,13 +731,22 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. </item> <item id="2904" image="equipment/head/brimmedfeatherhat.png" - name="Brimmed Hat" + name="Brimmed Feather Hat" description="-" - defense="2" + defense="6" type="equip-head" - weight="20"> + weight="23"> <sprite>equipment/head/brimmedfeatherhat.xml</sprite> </item> + <item id="2905" + image="equipment/head/brimmedflowerhat.png" + name="Brimmed Flower Hat" + description="-" + defense="6" + type="equip-head" + weight="22"> + <sprite>equipment/head/brimmedflowerhat.xml</sprite> + </item> <!-- Neck Armors <item id="3200" |