diff options
-rw-r--r-- | hair.xml | 21 | ||||
-rw-r--r-- | items/hairsprite/item-1_Flatponytail.xml | 8 | ||||
-rw-r--r-- | items/hairsprite/item-20_Bald.xml | 8 | ||||
-rw-r--r-- | items/hairsprite/item-2_Bowlcut.xml | 8 | ||||
-rw-r--r-- | items/hairsprite/item-3_Combedback.xml | 8 | ||||
-rw-r--r-- | items/hairsprite/item-4_Emo.xml | 8 | ||||
-rw-r--r-- | items/hairsprite/item-5_Mohawk.xml | 4 | ||||
-rw-r--r-- | items/racesprite/item-102_Tritan.xml | 2 | ||||
-rw-r--r-- | items/racesprite/item-103_Gispaan.xml | 2 | ||||
-rw-r--r-- | items/racesprite/item-104_Sparron.xml | 2 |
10 files changed, 46 insertions, 25 deletions
diff --git a/hair.xml b/hair.xml new file mode 100644 index 00000000..91ade8a6 --- /dev/null +++ b/hair.xml @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<colors> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> + <its:translateRule selector="//color/@name" translate="yes"/> + <its:translateRule selector="//*" translate="no"/> + </its:rules> + <color id="0" value="#8c4b41,da9041,ffffff" name="light brown"/> + <color id="1" value="#06372b,489e25,fdedcc" name="green"/> + <color id="2" value="#5f0b33,91191c,f9ad81" name="red"/> + <color id="3" value="#602486,934cc3,fdc689" name="purple"/> + <color id="4" value="#805e74,c6b09b,ffffff" name="gray"/> + <color id="5" value="#8c6625,dab425,ffffff" name="yellow"/> + <color id="6" value="#1d2d6d,1594a3,fdedcc" name="blue"/> + <color id="7" value="#831f2d,be4f2d,f8cc8b" name="light red"/> + <color id="8" value="#432482,584bbc,dae8e5" name="light blue"/> + <color id="9" value="#460850,611967,e7b4ae" name="dark purple"/> + <color id="10" value="#000000,202020,404040,dddddd" name="black"/> + <color id="11" value="#5e0034,a30059,fe7fc4,febfe1,ffffff" name="pink"/> + <color id="12" value="#2d1407,4d2809,785128,a66f3b,c4966e" name="brown"/> + <color id="127" value="#5E7480,F1FFFF,FFFFFF" name="shock white"/> +</colors> diff --git a/items/hairsprite/item-1_Flatponytail.xml b/items/hairsprite/item-1_Flatponytail.xml index 7477d409..fad1d21f 100644 --- a/items/hairsprite/item-1_Flatponytail.xml +++ b/items/hairsprite/item-1_Flatponytail.xml @@ -7,10 +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" 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 index 15e259b7..267c631b 100644 --- a/items/hairsprite/item-20_Bald.xml +++ b/items/hairsprite/item-20_Bald.xml @@ -7,9 +7,9 @@ <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> + <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 a30155d3..04d00e49 100644 --- a/items/hairsprite/item-2_Bowlcut.xml +++ b/items/hairsprite/item-2_Bowlcut.xml @@ -7,10 +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" 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 af0a0773..b2471364 100644 --- a/items/hairsprite/item-3_Combedback.xml +++ b/items/hairsprite/item-3_Combedback.xml @@ -7,10 +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" 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 1308398e..96a1ab3f 100644 --- a/items/hairsprite/item-4_Emo.xml +++ b/items/hairsprite/item-4_Emo.xml @@ -7,10 +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" 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 b1171dc4..188c20aa 100644 --- a/items/hairsprite/item-5_Mohawk.xml +++ b/items/hairsprite/item-5_Mohawk.xml @@ -7,8 +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" 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> diff --git a/items/racesprite/item-102_Tritan.xml b/items/racesprite/item-102_Tritan.xml index 25772800..6a322f3b 100644 --- a/items/racesprite/item-102_Tritan.xml +++ b/items/racesprite/item-102_Tritan.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="-101" type="racesprite" name="Tritan"> + <item id="-102" type="racesprite" name="Tritan"> <sprite gender="male">model/Tritan_male.xml|#166876,32992e,23a988,70cd87,a7f1b2;#0e0036,4c264b,a04f62,d2a391,e6d7b8;#3a3a3a,d5d5d5</sprite> <sprite gender="female">model/Tritan_female.xml|#166876,32992e,23a988,70cd87,a7f1b2;#0e0036,4c264b,a04f62,d2a391,e6d7b8;#3a3a3a,d5d5d5</sprite> </item> diff --git a/items/racesprite/item-103_Gispaan.xml b/items/racesprite/item-103_Gispaan.xml index 8519f657..20c3dd01 100644 --- a/items/racesprite/item-103_Gispaan.xml +++ b/items/racesprite/item-103_Gispaan.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="-102" type="racesprite" name="Gispaan"> + <item id="-103" type="racesprite" name="Gispaan"> <sprite gender="male">model/Gispaan_male.xml|#5d3841,ba5f48,e48b6d,edb6a2;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> <sprite gender="female">model/Gispaan_female.xml|#5d3841,ba5f48,e48b6d,edb6a2;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> </item> diff --git a/items/racesprite/item-104_Sparron.xml b/items/racesprite/item-104_Sparron.xml index 973d10ba..b7c8c655 100644 --- a/items/racesprite/item-104_Sparron.xml +++ b/items/racesprite/item-104_Sparron.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="-103" type="racesprite" name="Sparron"> + <item id="-104" type="racesprite" name="Sparron"> <sprite gender="male">model/Sparron_male.xml|#413e22,6c5d31,baa06e,b2b05f;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> <sprite gender="female">model/Sparron_female.xml|#413e22,6c5d31,baa06e,b2b05f;#2f312f,727471,a4a6a3,dad5f5;#3a3a3a,d5d5d5</sprite> </item> |