diff options
-rw-r--r-- | graphics/items/equipment/head/funkyhat.png | bin | 1254 -> 665 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/funkywinter-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/funkywinter.png | bin | 3984 -> 1785 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/funkywinter.xml | 2 | ||||
-rw-r--r-- | items/equip-head/_include.xml | 2 | ||||
-rw-r--r-- | items/equip-head/item5226_GroovyHat.xml | 36 | ||||
-rw-r--r-- | items/equip-head/item5227_JazzyHat.xml | 36 |
7 files changed, 76 insertions, 2 deletions
diff --git a/graphics/items/equipment/head/funkyhat.png b/graphics/items/equipment/head/funkyhat.png Binary files differindex dfbebc3e..aef3105d 100644 --- a/graphics/items/equipment/head/funkyhat.png +++ b/graphics/items/equipment/head/funkyhat.png diff --git a/graphics/sprites/equipment/head/funkywinter-female.xml b/graphics/sprites/equipment/head/funkywinter-female.xml index b81343b0..f87b7f89 100644 --- a/graphics/sprites/equipment/head/funkywinter-female.xml +++ b/graphics/sprites/equipment/head/funkywinter-female.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <sprite> - <imageset height="20" name="base" src="graphics/sprites/equipment/head/funkywinter.png" width="21"/> + <imageset height="20" name="base" src="graphics/sprites/equipment/head/funkywinter.png|S" width="21"/> <action imageset="base" name="stand"> <animation direction="down"> <frame index="0" offsetX="0" offsetY="-42"/> diff --git a/graphics/sprites/equipment/head/funkywinter.png b/graphics/sprites/equipment/head/funkywinter.png Binary files differindex b15767d2..9371e9d5 100644 --- a/graphics/sprites/equipment/head/funkywinter.png +++ b/graphics/sprites/equipment/head/funkywinter.png diff --git a/graphics/sprites/equipment/head/funkywinter.xml b/graphics/sprites/equipment/head/funkywinter.xml index 2f533344..8ff77818 100644 --- a/graphics/sprites/equipment/head/funkywinter.xml +++ b/graphics/sprites/equipment/head/funkywinter.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/funkywinter.png" width="21" height="20"/> + <imageset name="base" src="graphics/sprites/equipment/head/funkywinter.png|S" width="21" height="20"/> <action name="stand" imageset="base"> <animation direction="down"> <frame index="0" offsetX="0" offsetY="-42"/> diff --git a/items/equip-head/_include.xml b/items/equip-head/_include.xml index 9db61865..3b0a6f17 100644 --- a/items/equip-head/_include.xml +++ b/items/equip-head/_include.xml @@ -196,4 +196,6 @@ <include name="items/equip-head/item5204_CarbonGasMask.xml"/> <include name="items/equip-head/item5205_EskimoHat.xml"/> <include name="items/equip-head/item5209_TerraniteHead.xml"/> + <include name="items/equip-head/item5226_GroovyHat.xml"/> + <include name="items/equip-head/item5227_JazzyHat.xml"/> </items> diff --git a/items/equip-head/item5226_GroovyHat.xml b/items/equip-head/item5226_GroovyHat.xml new file mode 100644 index 00000000..d570321f --- /dev/null +++ b/items/equip-head/item5226_GroovyHat.xml @@ -0,0 +1,36 @@ +<?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="5226" image="equipment/head/funkyhat.png|S:#82BA81,009898,95D09A,00AEAE,6B9C6B,008787,4D754D,007676,C9CBB1,A3E1F0,DFE1C5,C4FFFF,C9CBB1,B4F4FF,A6A692,92D0E2,918E7C,7BB8C9" name="Groovy Hat" description="A groovier funky hat" mattack="2" type="equip-head" defense="13" weight="20" sellProtected="true"> + <sprite gender="unisex">equipment/head/funkywinter.xml|#78A978,009898,8CC18B,00AEAE,689868,008787,588558,007676,C3C2AE,A3E1F0,E5E7CE,C4FFFF,D3D5BE,B4F4FF,B1B29D,92D0E2,9B9B87,7BB8C9</sprite> + <sprite gender="female">equipment/head/funkywinter-female.xml|#78A978,009898,8CC18B,00AEAE,689868,008787,588558,007676,C3C2AE,A3E1F0,E5E7CE,C4FFFF,D3D5BE,B4F4FF,B1B29D,92D0E2,9B9B87,7BB8C9</sprite> + <replace sprite="hair"> + <item from="-6" to="-1"/> + </replace> + <replace direction="left" sprite="hair"> + <item from="-14" to="-1"/> + <item from="-15" to="-17"/> + <item from="-16" to="-9"/> + </replace> + <replace direction="right" sprite="hair"> + <item from="-14" to="-1"/> + <item from="-15" to="-17"/> + <item from="-16" to="-9"/> + </replace> + <replace direction="upall" sprite="hair"> + <item from="-15" to="-14"/> + <item from="-16" to="-14"/> + <item from="-19" to="-7"/> + </replace> + <replace direction="downall" sprite="hair"> + <item from="-15" to="-14"/> + <item from="-16" to="-14"/> + <item from="-10" to="-7"/> + </replace> + </item> +</items> diff --git a/items/equip-head/item5227_JazzyHat.xml b/items/equip-head/item5227_JazzyHat.xml new file mode 100644 index 00000000..753b7b6d --- /dev/null +++ b/items/equip-head/item5227_JazzyHat.xml @@ -0,0 +1,36 @@ +<?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="5227" image="equipment/head/funkyhat.png|S:#82BA81,C15B89,95D09A,C15B89,6B9C6B,C15B89,4D754D,9A3F68,C9CBB1,CDBCCD,C9CBB1,F6DEF2,DFE1C5,E3CDDF,A6A692,BEABBC,918E7C,A795A5" name="Jazzy Hat" description="A jazzier funky hat" mattack="2" type="equip-head" defense="13" weight="20" sellProtected="true"> + <sprite gender="unisex">equipment/head/funkywinter.xml|#78A978,C15B89,8CC18B,C15B89,689868,C15B89,588558,9A3F68,C3C2AE,CDBCCD,E5E7CE,F6DEF2,D3D5BE,E3CDDF,B1B29D,BEABBC,9B9B87,A795A5</sprite> + <sprite gender="female">equipment/head/funkywinter-female.xml</sprite> + <replace sprite="hair"> + <item from="-6" to="-1"/> + </replace> + <replace direction="left" sprite="hair"> + <item from="-14" to="-1"/> + <item from="-15" to="-17"/> + <item from="-16" to="-9"/> + </replace> + <replace direction="right" sprite="hair"> + <item from="-14" to="-1"/> + <item from="-15" to="-17"/> + <item from="-16" to="-9"/> + </replace> + <replace direction="upall" sprite="hair"> + <item from="-15" to="-14"/> + <item from="-16" to="-14"/> + <item from="-19" to="-7"/> + </replace> + <replace direction="downall" sprite="hair"> + <item from="-15" to="-14"/> + <item from="-16" to="-14"/> + <item from="-10" to="-7"/> + </replace> + </item> +</items> |