diff options
Diffstat (limited to 'items/equip-head')
-rw-r--r-- | items/equip-head/_include.xml | 1 | ||||
-rw-r--r-- | items/equip-head/item0801_PinkieHelmet.xml | 11 | ||||
-rw-r--r-- | items/equip-head/item1174_CashiersShade.xml | 10 | ||||
-rw-r--r-- | items/equip-head/item5129_UnderworldMask.xml | 4 | ||||
-rw-r--r-- | items/equip-head/item5392_SunshroomHat.xml | 10 |
5 files changed, 32 insertions, 4 deletions
diff --git a/items/equip-head/_include.xml b/items/equip-head/_include.xml index d8077c1e..b211f996 100644 --- a/items/equip-head/_include.xml +++ b/items/equip-head/_include.xml @@ -229,4 +229,5 @@ <include name="items/equip-head/item5324_BlackWarlordHelmet.xml"/> <include name="items/equip-head/item5325_BlackInfantryHelmet.xml"/> <include name="items/equip-head/item5326_BlackCrusadeHelmet.xml"/> + <include name="items/equip-head/item5392_SunshroomHat.xml"/> </items> diff --git a/items/equip-head/item0801_PinkieHelmet.xml b/items/equip-head/item0801_PinkieHelmet.xml index 00c1d8f5..1e3972d9 100644 --- a/items/equip-head/item0801_PinkieHelmet.xml +++ b/items/equip-head/item0801_PinkieHelmet.xml @@ -1,6 +1,15 @@ <?xml version="1.0"?> <items> - <item id="801" image="equipment/head/pinkie-helmet.png" name="Pinkie Helmet" description="A helmet of Pinkie warriors." mattack="-20" type="equip-head" defense="10" luk="1" weight="800" sellProtected="true"> + <item id="801" + image="equipment/head/pinkie-helmet.png" + type="equip-head" + name="Pinkie Helmet" + description="A helmet for Pinkie warriors." + defense="15" + luk="1" + mattack="-30" + weight="800" + sellProtected="true"> <sprite gender="unisex">equipment/head/pinkie-helmet.xml</sprite> <sprite gender="female">equipment/head/pinkie-helmet-female.xml</sprite> <replace sprite="hair"> diff --git a/items/equip-head/item1174_CashiersShade.xml b/items/equip-head/item1174_CashiersShade.xml index 555662b9..9cc11ce5 100644 --- a/items/equip-head/item1174_CashiersShade.xml +++ b/items/equip-head/item1174_CashiersShade.xml @@ -1,6 +1,14 @@ <?xml version="1.0"?> <items> - <item id="1174" image="equipment/head/cashiershade.png|W:#909090;G:#70ff1f" name="Cashiers' Shade" description="Green Shade. Helpful for counting your goldpieces." mattack="-10" type="equip-head" defense="2" weight="15" sellProtected="true"> + <item id="1174" + image="equipment/head/cashiershade.png|W:#909090;G:#70ff1f" + name="Cashier's Shade" + description="Green Shade. Helpful for counting your goldpieces." + mattack="-10" + type="equip-head" + defense="2" + weight="15" + sellProtected="true"> <sprite gender="unisex">equipment/head/cashiershade.xml|#909090;#70ff1f</sprite> <sprite gender="female">equipment/head/cashiershade-female.xml|#909090;#70ff1f</sprite> </item> diff --git a/items/equip-head/item5129_UnderworldMask.xml b/items/equip-head/item5129_UnderworldMask.xml index 8cc029ab..b50fd80c 100644 --- a/items/equip-head/item5129_UnderworldMask.xml +++ b/items/equip-head/item5129_UnderworldMask.xml @@ -3,7 +3,7 @@ <item id="5129" image="equipment/head/underworld-mask.png" name="Underworld Mask" description="Surely, you don't think I jest. (Troll / Floyd only: Attack range +1 / Strength +10)" effect="0 Int" attack-range="2" dex="2" agi="3" type="equip-head" defense="5" weight="100" sellProtected="true"> <sprite gender="unisex">equipment/head/underworld-mask.xml</sprite> <sprite gender="female">equipment/head/underworld-mask-female.xml</sprite> - <replace sprite="hair"> + <!-- replace sprite="hair"> <item from="-6" to="-1"/> <item from="-7" to="-1"/> <item from="-14" to="-1"/> @@ -11,6 +11,6 @@ <item from="-16" to="-1"/> <item from="-17" to="-1"/> <item from="-19" to="-1"/> - </replace> + </replace --> </item> </items> diff --git a/items/equip-head/item5392_SunshroomHat.xml b/items/equip-head/item5392_SunshroomHat.xml new file mode 100644 index 00000000..cc4c9a6c --- /dev/null +++ b/items/equip-head/item5392_SunshroomHat.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<items> + <item id="5392" image="equipment/head/sunshroomhat.png" name="Sunshroom Hat" description="Your head is always warm with this hat and you have light at night." type="equip-head" defense="15" mattack="5" weight="30" sellProtected="true"> + <sprite gender="unisex">equipment/head/sunshroomhat.xml</sprite> + <sprite gender="female">equipment/head/sunshroomhat-female.xml</sprite> + <replace sprite="hair"> + <item from="-6" to="-1"/> + </replace> + </item> +</items> |