diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-25 15:24:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-25 15:24:01 -0300 |
commit | ec1c4d6420b40b202b68bc915764deda343fffe6 (patch) | |
tree | 57a4760e71e79754bf5049d1dfe25dde892efd50 | |
parent | 2adf5aa792314029bfafda6382207a1b350a879e (diff) | |
download | clientdata-ec1c4d6420b40b202b68bc915764deda343fffe6.tar.gz clientdata-ec1c4d6420b40b202b68bc915764deda343fffe6.tar.bz2 clientdata-ec1c4d6420b40b202b68bc915764deda343fffe6.tar.xz clientdata-ec1c4d6420b40b202b68bc915764deda343fffe6.zip |
Add missing hat
-rw-r--r-- | graphics/items/equipment/head/cloverhat.png | bin | 0 -> 895 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/cloverhat.png | bin | 0 -> 2591 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/cloverhat.xml | 7 | ||||
-rw-r--r-- | items/equip-head/_include.xml | 1 | ||||
-rw-r--r-- | items/equip-head/item5266_CloverHat.xml | 31 |
5 files changed, 39 insertions, 0 deletions
diff --git a/graphics/items/equipment/head/cloverhat.png b/graphics/items/equipment/head/cloverhat.png Binary files differnew file mode 100644 index 00000000..bc6ca619 --- /dev/null +++ b/graphics/items/equipment/head/cloverhat.png diff --git a/graphics/sprites/equipment/head/cloverhat.png b/graphics/sprites/equipment/head/cloverhat.png Binary files differnew file mode 100644 index 00000000..0dd502ea --- /dev/null +++ b/graphics/sprites/equipment/head/cloverhat.png diff --git a/graphics/sprites/equipment/head/cloverhat.xml b/graphics/sprites/equipment/head/cloverhat.xml new file mode 100644 index 00000000..d4693709 --- /dev/null +++ b/graphics/sprites/equipment/head/cloverhat.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc, Maria +Copyright (C) 2018 Moubootaur Legends --> +<sprite> + <imageset name="base" src="graphics/sprites/equipment/head/cloverhat.png" width="32" height="64" offsetY="1"/> + <include file="equipment/head/headmodel.xml"/> +</sprite> diff --git a/items/equip-head/_include.xml b/items/equip-head/_include.xml index 966dc16d..42bf1588 100644 --- a/items/equip-head/_include.xml +++ b/items/equip-head/_include.xml @@ -225,4 +225,5 @@ <include name="items/equip-head/item5259_BlinkingEvilHalloween.xml"/> <include name="items/equip-head/item5262_MovieCap.xml"/> <include name="items/equip-head/item5264_BlueWolfHelmet.xml"/> + <include name="items/equip-head/item5266_CloverHat.xml"/> </items> diff --git a/items/equip-head/item5266_CloverHat.xml b/items/equip-head/item5266_CloverHat.xml new file mode 100644 index 00000000..fd16dca9 --- /dev/null +++ b/items/equip-head/item5266_CloverHat.xml @@ -0,0 +1,31 @@ +<?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="5264" image="equipment/head/cloverhat.png" name="Clover Top Hat" description="For the refined and lucky gentry of The Mana World." type="equip-head" defense="3" luk="1" weight="50" sellProtected="true"> + <replace sprite="hair"> + <item from="-6" to="-1"/> + </replace> + <replace direction="left" sprite="hair"> + <item from="-14" to="-1"/> + <item from="-16" to="-9"/> + </replace> + <replace direction="right" sprite="hair"> + <item from="-14" to="-1"/> + <item from="-16" to="-9"/> + </replace> + <replace direction="upall" sprite="hair"> + <item from="-15" to="-18"/> + </replace> + <replace direction="downall" sprite="hair"> + <item from="-15" to="-9"/> + <item from="-16" to="-18"/> + </replace> + <sprite gender="unisex">equipment/head/cloverhat.xml</sprite> + <sprite gender="female">equipment/head/cloverhat.xml</sprite> + </item> +</items> |