diff options
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -6456,13 +6456,12 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. maxhp="35" defense="9" level="33" - effect="BROKEN ITEM, DO NOT USE" agi="2" type="equip-head" weight="20"> <sprite>equipment/head/catears.xml|#774444;#777777</sprite> </item> - <!-- Cat Ears effect="-10% attack delay w/ bow" --> + <!-- TODO: Cat Ears effect="-5% attack delay w/ bow" --> <item id="3014" image="equipment/head/santahat.png" name="Santa Hat" @@ -6722,6 +6721,22 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sprite>equipment/head/eggshellhat.xml|#ae7bfe,8560C7,dcbfe7</sprite> <replace sprite="hair"/> </item> + <item id="3035" + image="equipment/head/inspectorhat.png|W" + name="%Color% Inspector Hat" + description="A %color% inspector hat, which looks awesome but is ultimately useless. cotton shirt" + type="equip-head" + sellProtected="true" + weight="40" + colors="simple" + iconColors="simple"> + <sprite>equipment/head/inspectorhat.xml</sprite> + <replace sprite="hair"> + <item from="-5" to="-4"/> + <item from="-14" to="-9"/> + <item from="-15" to="-19"/> + </replace> + </item> <!-- Neck Armors --> <item id="3200" |