summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-09-09 12:48:43 +0200
committerReid <reidyaro@gmail.com>2012-09-09 12:52:48 +0200
commitaa2e0436f4b44f900de86b5c8ae1e7d6b59d97c4 (patch)
tree8eba8a565b0c1ae4eac0b5e57eb562ebc41bae36
parent3355c956bbaac56a10903fc021bd1dc422b22449 (diff)
downloadclientdata-aa2e0436f4b44f900de86b5c8ae1e7d6b59d97c4.tar.gz
clientdata-aa2e0436f4b44f900de86b5c8ae1e7d6b59d97c4.tar.bz2
clientdata-aa2e0436f4b44f900de86b5c8ae1e7d6b59d97c4.tar.xz
clientdata-aa2e0436f4b44f900de86b5c8ae1e7d6b59d97c4.zip
Add Bracelets item (CC BY-SA 3.0, author Enchilado),
Add Bracelets sprite and XML (GPLv2, author Yosuhara), Add Bracelets on LICENSE and items.xml .
-rw-r--r--LICENSE3
-rw-r--r--graphics/items/equipment/hand/bracelets.pngbin0 -> 632 bytes
-rw-r--r--graphics/sprites/equipment/hand/bracelets-female.pngbin0 -> 5138 bytes
-rw-r--r--graphics/sprites/equipment/hand/bracelets-female.xml10
-rw-r--r--graphics/sprites/equipment/hand/bracelets-male.pngbin0 -> 5179 bytes
-rw-r--r--graphics/sprites/equipment/hand/bracelets-male.xml10
-rw-r--r--items.xml8
7 files changed, 27 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index c0ff6af6..c047b59b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -21,7 +21,8 @@ Licensed under Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0 http://creative
graphics/items/usable/croconut.png (Hal9000)
graphics/items/usable/lettuce.png (Reid)
graphics/items/usable/piberries.png (Reid)
- graphics/items/equipment/boots.png (Enchilado)
+ graphics/items/equipment/feet/boots.png (Enchilado)
+ graphics/items/equipment/hand/bracelets.png (Enchilado)
graphics/sprites/monsters/croc.png (Reid)
graphics/sprites/monsters/croconut.png (Hal9000)
graphics/sprites/hairstyles/hairstyle26.png (Tayoko)
diff --git a/graphics/items/equipment/hand/bracelets.png b/graphics/items/equipment/hand/bracelets.png
new file mode 100644
index 00000000..1339b0a5
--- /dev/null
+++ b/graphics/items/equipment/hand/bracelets.png
Binary files differ
diff --git a/graphics/sprites/equipment/hand/bracelets-female.png b/graphics/sprites/equipment/hand/bracelets-female.png
new file mode 100644
index 00000000..698f5d45
--- /dev/null
+++ b/graphics/sprites/equipment/hand/bracelets-female.png
Binary files differ
diff --git a/graphics/sprites/equipment/hand/bracelets-female.xml b/graphics/sprites/equipment/hand/bracelets-female.xml
new file mode 100644
index 00000000..b2d0a1c5
--- /dev/null
+++ b/graphics/sprites/equipment/hand/bracelets-female.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!-- Author: Reid
+Copyright (C) 2010-2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/equipment/hand/bracelets-female.png|W"
+ width="64"
+ height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/equipment/hand/bracelets-male.png b/graphics/sprites/equipment/hand/bracelets-male.png
new file mode 100644
index 00000000..bd7f40f3
--- /dev/null
+++ b/graphics/sprites/equipment/hand/bracelets-male.png
Binary files differ
diff --git a/graphics/sprites/equipment/hand/bracelets-male.xml b/graphics/sprites/equipment/hand/bracelets-male.xml
new file mode 100644
index 00000000..6acc8c9d
--- /dev/null
+++ b/graphics/sprites/equipment/hand/bracelets-male.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!-- Author: Reid
+Copyright (C) 2010-2012 Evol Online -->
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/equipment/hand/bracelets-male.png|W"
+ width="64"
+ height="64"/>
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/items.xml b/items.xml
index 1e7aad3c..11ba627b 100644
--- a/items.xml
+++ b/items.xml
@@ -477,13 +477,15 @@ Colors for dyable equipments or items are now set up by itemcolors.xml.
<!-- Gloves -->
<item id="2000"
- image="equipment/hands/bracelets.png"
+ image="equipment/hand/bracelets.png"
name="Bracelets"
description="Small bracelets made of wood and iron."
effect="Defense +1"
type="equip-arms"
- weight="30">
- <sprite>equipment/hands/bracelets.xml</sprite>
+ weight="30"
+ maxFloorOffset="16">
+ <sprite gender="unisex">equipment/hand/bracelets-male.xml</sprite>
+ <sprite gender="female">equipment/hand/bracelets-female.xml</sprite>
</item>