diff options
Diffstat (limited to 'items/hairsprite')
-rw-r--r-- | items/hairsprite/_include.xml | 1 | ||||
-rw-r--r-- | items/hairsprite/item-1_Flatponytail.xml | 4 | ||||
-rw-r--r-- | items/hairsprite/item-20_Bald.xml | 15 | ||||
-rw-r--r-- | items/hairsprite/item-2_Bowlcut.xml | 4 | ||||
-rw-r--r-- | items/hairsprite/item-3_Combedback.xml | 4 | ||||
-rw-r--r-- | items/hairsprite/item-4_Emo.xml | 4 | ||||
-rw-r--r-- | items/hairsprite/item-5_Mohawk.xml | 2 |
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..fad1d21f 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="2">hairstyles/hairstyle25-male.xml</sprite> + <sprite gender="female" race="2">hairstyles/hairstyle25-female.xml</sprite> + <sprite gender="male" race="3">hairstyles/hairstyle20-male.xml</sprite> + <sprite gender="female" race="3">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..267c631b --- /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="2">hairstyles/hairstyle28-male.xml</sprite> + <sprite gender="female" race="2">hairstyles/hairstyle28-female.xml</sprite> + <sprite gender="male" race="3">hairstyles/hairstyle29-male.xml</sprite> + <sprite gender="female" race="3">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..04d00e49 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="2">hairstyles/hairstyle26-male.xml</sprite> + <sprite gender="female" race="2">hairstyles/hairstyle26-female.xml</sprite> + <sprite gender="male" race="3">hairstyles/hairstyle21-male.xml</sprite> + <sprite gender="female" race="3">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..b2471364 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="2">hairstyles/hairstyle27-male.xml</sprite> + <sprite gender="female" race="2">hairstyles/hairstyle27-female.xml</sprite> + <sprite gender="male" race="3">hairstyles/hairstyle22-male.xml</sprite> + <sprite gender="female" race="3">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..96a1ab3f 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="2">hairstyles/hairstyle30-male.xml</sprite> + <sprite gender="female" race="2">hairstyles/hairstyle30-female.xml</sprite> + <sprite gender="male" race="3">hairstyles/hairstyle23-male.xml</sprite> + <sprite gender="female" race="3">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..188c20aa 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="3">hairstyles/hairstyle24-male.xml</sprite> + <sprite gender="female" race="3">hairstyles/hairstyle24-female.xml</sprite> <sprite gender="male">hairstyles/hairstyle05-male.xml</sprite> <sprite gender="female">hairstyles/hairstyle05-female.xml</sprite> </item> |