summaryrefslogtreecommitdiff
path: root/items/hairsprite
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2014-07-20 16:58:31 -0400
committermekolat <mekolat@gmail.com>2014-10-28 13:32:17 -0400
commita8e335042075fe0d6a9be12627de63d7318cdcde (patch)
tree866105ec0a286de1532513f8bd20d364211fb6f8 /items/hairsprite
parentc612d83e03e9ee62b2cbfe0ddcea96b5951a9ffc (diff)
downloadclientdata-a8e335042075fe0d6a9be12627de63d7318cdcde.tar.gz
clientdata-a8e335042075fe0d6a9be12627de63d7318cdcde.tar.bz2
clientdata-a8e335042075fe0d6a9be12627de63d7318cdcde.tar.xz
clientdata-a8e335042075fe0d6a9be12627de63d7318cdcde.zip
add more playable species
Diffstat (limited to 'items/hairsprite')
-rw-r--r--items/hairsprite/_include.xml1
-rw-r--r--items/hairsprite/item-1_Flatponytail.xml4
-rw-r--r--items/hairsprite/item-20_Bald.xml15
-rw-r--r--items/hairsprite/item-2_Bowlcut.xml4
-rw-r--r--items/hairsprite/item-3_Combedback.xml4
-rw-r--r--items/hairsprite/item-4_Emo.xml4
-rw-r--r--items/hairsprite/item-5_Mohawk.xml2
7 files changed, 34 insertions, 0 deletions
diff --git a/items/hairsprite/_include.xml b/items/hairsprite/_include.xml
index 93a2e249..960da3ce 100644
--- a/items/hairsprite/_include.xml
+++ b/items/hairsprite/_include.xml
@@ -25,4 +25,5 @@
<include name="items/hairsprite/item-17_Shoulderlengthflick.xml"/>
<include name="items/hairsprite/item-18_Fizzy.xml"/>
<include name="items/hairsprite/item-19_LongandClipped.xml"/>
+ <include name="items/hairsprite/item-20_Bald.xml"/>
</items>
diff --git a/items/hairsprite/item-1_Flatponytail.xml b/items/hairsprite/item-1_Flatponytail.xml
index b927e19b..7477d409 100644
--- a/items/hairsprite/item-1_Flatponytail.xml
+++ b/items/hairsprite/item-1_Flatponytail.xml
@@ -7,6 +7,10 @@
<its:translateRule selector="//*" translate="no"/>
</its:rules>
<item id="-1" type="hairsprite" name="Flat ponytail">
+ <sprite gender="male" race="1">hairstyles/hairstyle25-male.xml</sprite>
+ <sprite gender="female" race="1">hairstyles/hairstyle25-female.xml</sprite>
+ <sprite gender="male" race="2">hairstyles/hairstyle20-male.xml</sprite>
+ <sprite gender="female" race="2">hairstyles/hairstyle20-female.xml</sprite>
<sprite gender="male">hairstyles/hairstyle01-male.xml</sprite>
<sprite gender="female">hairstyles/hairstyle01-female.xml</sprite>
</item>
diff --git a/items/hairsprite/item-20_Bald.xml b/items/hairsprite/item-20_Bald.xml
new file mode 100644
index 00000000..15e259b7
--- /dev/null
+++ b/items/hairsprite/item-20_Bald.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<items>
+ <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
+ <its:translateRule selector="//item/@name" translate="yes"/>
+ <its:translateRule selector="//item/@description" translate="yes"/>
+ <its:translateRule selector="//item/@effect" translate="yes"/>
+ <its:translateRule selector="//*" translate="no"/>
+ </its:rules>
+ <item id="-20" type="hairsprite" name="No style">
+ <sprite gender="male" race="1">hairstyles/hairstyle28-male.xml</sprite>
+ <sprite gender="female" race="1">hairstyles/hairstyle28-female.xml</sprite>
+ <sprite gender="male" race="2">hairstyles/hairstyle29-male.xml</sprite>
+ <sprite gender="female" race="2">hairstyles/hairstyle29-female.xml</sprite>
+ </item>
+</items>
diff --git a/items/hairsprite/item-2_Bowlcut.xml b/items/hairsprite/item-2_Bowlcut.xml
index def1cb12..a30155d3 100644
--- a/items/hairsprite/item-2_Bowlcut.xml
+++ b/items/hairsprite/item-2_Bowlcut.xml
@@ -7,6 +7,10 @@
<its:translateRule selector="//*" translate="no"/>
</its:rules>
<item id="-2" type="hairsprite" name="Bowl cut">
+ <sprite gender="male" race="1">hairstyles/hairstyle26-male.xml</sprite>
+ <sprite gender="female" race="1">hairstyles/hairstyle26-female.xml</sprite>
+ <sprite gender="male" race="2">hairstyles/hairstyle21-male.xml</sprite>
+ <sprite gender="female" race="2">hairstyles/hairstyle21-female.xml</sprite>
<sprite gender="male">hairstyles/hairstyle02-male.xml</sprite>
<sprite gender="female">hairstyles/hairstyle02-female.xml</sprite>
</item>
diff --git a/items/hairsprite/item-3_Combedback.xml b/items/hairsprite/item-3_Combedback.xml
index f74d7aab..af0a0773 100644
--- a/items/hairsprite/item-3_Combedback.xml
+++ b/items/hairsprite/item-3_Combedback.xml
@@ -7,6 +7,10 @@
<its:translateRule selector="//*" translate="no"/>
</its:rules>
<item id="-3" type="hairsprite" name="Combed back">
+ <sprite gender="male" race="1">hairstyles/hairstyle27-male.xml</sprite>
+ <sprite gender="female" race="1">hairstyles/hairstyle27-female.xml</sprite>
+ <sprite gender="male" race="2">hairstyles/hairstyle22-male.xml</sprite>
+ <sprite gender="female" race="2">hairstyles/hairstyle22-female.xml</sprite>
<sprite gender="male">hairstyles/hairstyle03-male.xml</sprite>
<sprite gender="female">hairstyles/hairstyle03-female.xml</sprite>
</item>
diff --git a/items/hairsprite/item-4_Emo.xml b/items/hairsprite/item-4_Emo.xml
index ce489579..1308398e 100644
--- a/items/hairsprite/item-4_Emo.xml
+++ b/items/hairsprite/item-4_Emo.xml
@@ -7,6 +7,10 @@
<its:translateRule selector="//*" translate="no"/>
</its:rules>
<item id="-4" type="hairsprite" name="Emo">
+ <sprite gender="male" race="1">hairstyles/hairstyle30-male.xml</sprite>
+ <sprite gender="female" race="1">hairstyles/hairstyle30-female.xml</sprite>
+ <sprite gender="male" race="2">hairstyles/hairstyle23-male.xml</sprite>
+ <sprite gender="female" race="2">hairstyles/hairstyle23-female.xml</sprite>
<sprite gender="male">hairstyles/hairstyle04-male.xml</sprite>
<sprite gender="female">hairstyles/hairstyle04-female.xml</sprite>
</item>
diff --git a/items/hairsprite/item-5_Mohawk.xml b/items/hairsprite/item-5_Mohawk.xml
index f8a83c55..b1171dc4 100644
--- a/items/hairsprite/item-5_Mohawk.xml
+++ b/items/hairsprite/item-5_Mohawk.xml
@@ -7,6 +7,8 @@
<its:translateRule selector="//*" translate="no"/>
</its:rules>
<item id="-5" type="hairsprite" name="Mohawk">
+ <sprite gender="male" race="2">hairstyles/hairstyle24-male.xml</sprite>
+ <sprite gender="female" race="2">hairstyles/hairstyle24-female.xml</sprite>
<sprite gender="male">hairstyles/hairstyle05-male.xml</sprite>
<sprite gender="female">hairstyles/hairstyle05-female.xml</sprite>
</item>