diff options
Diffstat (limited to 'items')
50 files changed, 276 insertions, 29 deletions
diff --git a/items/equip-1hand/item0578_SandCutter.xml b/items/equip-1hand/item0578_SandCutter.xml index b93f6ae2..84d16c4e 100644 --- a/items/equip-1hand/item0578_SandCutter.xml +++ b/items/equip-1hand/item0578_SandCutter.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <items> - <item id="578" image="equipment/weapon/sword-sandcutter.png" name="Sand Cutter" description="An ancient longsword with moon-shaped blade, frequently used by desert night warriors." effect="Double Damage +5% / Accuracy +3% / Weapon Level 2" attack="160" level="80" type="equip-1hand" attack-action="attack" attack-range="1" weight="1500" sellProtected="true"> + <item id="578" image="equipment/weapon/sword-sandcutter.png" name="Sand Cutter" description="An ancient longsword with moon-shaped blade, frequently used by desert night warriors." effect="Double Damage +5% / Accuracy +3 / Weapon Level 2" attack="160" level="80" type="equip-1hand" attack-action="attack" attack-range="1" weight="1500" sellProtected="true"> <sprite gender="unisex">equipment/weapons/sword-sandcutter.xml</sprite> <sound event="hit">weapons/knives/rock/rock-hit1.ogg</sound> <sound event="hit">weapons/knives/rock/rock-hit2.ogg</sound> diff --git a/items/equip-1hand/item0584_Jackal.xml b/items/equip-1hand/item0584_Jackal.xml index 5ade59f2..e6c248d1 100644 --- a/items/equip-1hand/item0584_Jackal.xml +++ b/items/equip-1hand/item0584_Jackal.xml @@ -4,7 +4,7 @@ image="equipment/weapon/sword-jackal.png" name="Jackal" description="Made to parry attacks from drakes, relic of a long forsaken war." - effect="Attack Speed +1% / Accuracy +5% / HP +50 / HP Drain 5% / Weapon Level 1" + effect="Attack Speed +1% / Accuracy +5 / HP +50 / HP Drain 5% / Weapon Level 1" attack="150" attack-range="1" defense="5" diff --git a/items/equip-1hand/item0590_DragonSword.xml b/items/equip-1hand/item0590_DragonSword.xml index c47a37e3..f737ecf9 100644 --- a/items/equip-1hand/item0590_DragonSword.xml +++ b/items/equip-1hand/item0590_DragonSword.xml @@ -4,7 +4,7 @@ image="equipment/weapon/sword-dragon.png" name="Dragon Sword" description="Empowered by demure's drakes, relic of a long forsaken war." - effect="Attack Speed +2% / Accuracy +5% / Base Attack Delay -25 / Weapon Level 2" + effect="Attack Speed +2% / Accuracy +5 / Base Attack Delay -25 / Weapon Level 2" req-str="50+" req-agi="50+" req-vit="50+" diff --git a/items/equip-1hand/item0910_Rainerang.xml b/items/equip-1hand/item0910_Rainerang.xml index 3cab482c..046ba3e6 100644 --- a/items/equip-1hand/item0910_Rainerang.xml +++ b/items/equip-1hand/item0910_Rainerang.xml @@ -10,7 +10,9 @@ weight="115" missile-particle="graphics/particles/rainerang.xml" sellProtected="true"> - <sound event="strike">weapons/bows/forest/forest-miss1.ogg</sound> - <sound event="hit">weapons/bows/forest/forest-hit1.ogg</sound> + <sound event="hit">weapons/projectiles/rainerang/rainerang-hit1.ogg</sound> + <sound event="hit">weapons/projectiles/rainerang/rainerang-hit2.ogg</sound> + <sound event="hit">weapons/projectiles/rainerang/rainerang-hit3.ogg</sound> + <sound event="strike">weapons/projectiles/rainerang/rainerang-miss1.ogg</sound> </item> </items> diff --git a/items/equip-amulet/item0829_CrozeniteFourLeafAmulet.xml b/items/equip-amulet/item0829_CrozeniteFourLeafAmulet.xml index 170cf010..dbc8e72e 100644 --- a/items/equip-amulet/item0829_CrozeniteFourLeafAmulet.xml +++ b/items/equip-amulet/item0829_CrozeniteFourLeafAmulet.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="829" image="equipment/amulets/fourleaf-amulet.png|W:#332f27,584a31,af7817,ffffff" name="Crozenite Four-Leaf Amulet" description="An amulet that brings the wearer luck where ever they go." mattack="5" type="equip-neck" luk="1" weight="10" sellProtected="true"/> + <item id="829" image="equipment/amulets/fourleaf-amulet.png|W:#332f27,584a31,af7817,ffffff" name="Crozenite Four-Leaf Amulet" description="An amulet that brings the wearer luck where ever they go." mattack="5" type="equip-necklace" luk="1" weight="10" sellProtected="true"/> </items> diff --git a/items/equip-amulet/item0830_BromenalFourLeafAmulet.xml b/items/equip-amulet/item0830_BromenalFourLeafAmulet.xml index 774fa2a9..53413745 100644 --- a/items/equip-amulet/item0830_BromenalFourLeafAmulet.xml +++ b/items/equip-amulet/item0830_BromenalFourLeafAmulet.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="830" image="equipment/amulets/fourleaf-amulet.png|W:#3f2e26,644435,7c513c,ffffff" name="Bromenal Four-Leaf Amulet" description="An amulet that brings the wearer good luck where ever they go." mattack="5" type="equip-neck" luk="2" weight="10" sellProtected="true"/> + <item id="830" image="equipment/amulets/fourleaf-amulet.png|W:#3f2e26,644435,7c513c,ffffff" name="Bromenal Four-Leaf Amulet" description="An amulet that brings the wearer good luck where ever they go." mattack="5" type="equip-necklace" luk="2" weight="10" sellProtected="true"/> </items> diff --git a/items/equip-amulet/item0831_SilverFourLeafAmulet.xml b/items/equip-amulet/item0831_SilverFourLeafAmulet.xml index 93849ded..97c0e6bf 100644 --- a/items/equip-amulet/item0831_SilverFourLeafAmulet.xml +++ b/items/equip-amulet/item0831_SilverFourLeafAmulet.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="831" image="equipment/amulets/fourleaf-amulet.png|W:#272f33,384347,6f7e85,ffffff" name="Silver Four-Leaf Amulet" description="An amulet that brings the wearer great luck where ever they go." mattack="5" type="equip-neck" luk="3" weight="10" sellProtected="true"/> + <item id="831" image="equipment/amulets/fourleaf-amulet.png|W:#272f33,384347,6f7e85,ffffff" name="Silver Four-Leaf Amulet" description="An amulet that brings the wearer great luck where ever they go." mattack="5" type="equip-necklace" luk="3" weight="10" sellProtected="true"/> </items> diff --git a/items/equip-amulet/item0832_GoldenFourLeafAmulet.xml b/items/equip-amulet/item0832_GoldenFourLeafAmulet.xml index 3276f54f..14285fc7 100644 --- a/items/equip-amulet/item0832_GoldenFourLeafAmulet.xml +++ b/items/equip-amulet/item0832_GoldenFourLeafAmulet.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="832" image="equipment/amulets/fourleaf-amulet.png|W:#857a4d,bc9600,fdd017,ffffff" name="Golden Four-Leaf Amulet" description="An amulet that brings the wearer excellent luck where ever they go." mattack="5" type="equip-neck" luk="4" weight="10" sellProtected="true"/> + <item id="832" image="equipment/amulets/fourleaf-amulet.png|W:#857a4d,bc9600,fdd017,ffffff" name="Golden Four-Leaf Amulet" description="An amulet that brings the wearer excellent luck where ever they go." mattack="5" type="equip-necklace" luk="4" weight="10" sellProtected="true"/> </items> diff --git a/items/equip-amulet/item0908_GMAmulet.xml b/items/equip-amulet/item0908_GMAmulet.xml index c8d93eb3..23c57f42 100644 --- a/items/equip-amulet/item0908_GMAmulet.xml +++ b/items/equip-amulet/item0908_GMAmulet.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="908" image="equipment/amulets/gmamulet.png" name="GM Amulet" description="An amulet for GMs during events." effect="HP Recovery Rate 200%" defense="50" criticaldefense="50" mdefense="50" flee="20" mattack="20" accuracy="50" crit="50" attkspeed="20" maxhp="31000" weight="1" type="equip-neck"/> + <item id="908" image="equipment/amulets/gmamulet.png" name="GM Amulet" description="An amulet for GMs during events." effect="HP Recovery Rate 200%" defense="50" criticaldefense="50" mdefense="50" flee="20" mattack="20" accuracy="50" crit="50" attkspeed="20" maxhp="31000" weight="1" type="equip-necklace"/> </items> diff --git a/items/equip-amulet/item1227_EnchantersAmulet.xml b/items/equip-amulet/item1227_EnchantersAmulet.xml index aa6bacb8..c24506d5 100644 --- a/items/equip-amulet/item1227_EnchantersAmulet.xml +++ b/items/equip-amulet/item1227_EnchantersAmulet.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="1227" image="equipment/amulets/enchanter.png" name="Enchanter's Amulet" description="An amulet made for true enchanters." effect="Hit Chance +22" type="equip-neck" weight="1"/> + <item id="1227" image="equipment/amulets/enchanter.png" name="Enchanter's Amulet" description="An amulet made for true enchanters." effect="Hit Chance +22" type="equip-necklace" weight="1"/> </items> diff --git a/items/equip-amulet/item5252_GuardianWings.xml b/items/equip-amulet/item5252_GuardianWings.xml index a0cf9143..baa87550 100644 --- a/items/equip-amulet/item5252_GuardianWings.xml +++ b/items/equip-amulet/item5252_GuardianWings.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <items> - <item id="5252" image="equipment/amulets/angel-wings.png" name="Guardian Wings" description="Powerful guardian wings, which watches over the horizon, guarding mana." type="equip-neck" weight="1"> + <item id="5252" image="equipment/amulets/angel-wings.png" name="Guardian Wings" description="Powerful guardian wings, which watches over the horizon, guarding mana." type="equip-necklace" weight="1"> <sprite>equipment/amulets/angel-wings.xml</sprite> <particlefx>graphics/particles/angel.particle.xml</particlefx> </item> diff --git a/items/equip-amulet/item5269_AssassinAmulet.xml b/items/equip-amulet/item5269_AssassinAmulet.xml index 6b10f6af..dbd6c3e3 100644 --- a/items/equip-amulet/item5269_AssassinAmulet.xml +++ b/items/equip-amulet/item5269_AssassinAmulet.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="5269" image="equipment/amulets/assassin-amulet.png" name="Assassin Amulet" description="Amulet for a master assassin. (Brawler only: Strength +2 / Dexterity +1)" effect="Double Damage +5% / Hit Chance +25" agi="1" type="equip-neck" weight="1" sellProtected="true"/> + <item id="5269" image="equipment/amulets/assassin-amulet.png" name="Assassin Amulet" description="Amulet for a master assassin. (Brawler only: Strength +2 / Dexterity +1)" effect="Double Damage +5% / Hit Chance +25" agi="1" type="equip-necklace" weight="1" sellProtected="true"/> </items> diff --git a/items/equip-amulet/item5270_ManaPearl.xml b/items/equip-amulet/item5270_ManaPearl.xml index b25ba0be..39c232bf 100644 --- a/items/equip-amulet/item5270_ManaPearl.xml +++ b/items/equip-amulet/item5270_ManaPearl.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <items> - <item id="5270" image="equipment/amulets/manapearl.png" name="Mana Pearl" description="This pearl resonates with a natural mana flow and channels some power from the Mana Seed to the user." int="1" mattack="22" mdefense="22" maxmp="55" effect="SP Recovery Rate +33%" type="equip-neck" weight="0" sellProtected="true"> + <item id="5270" image="equipment/amulets/manapearl.png" name="Mana Pearl" description="This pearl resonates with a natural mana flow and channels some power from the Mana Seed to the user." int="1" mattack="22" mdefense="22" maxmp="55" effect="SP Recovery Rate +33%" type="equip-necklace" weight="0" sellProtected="true"> <particlefx>graphics/particles/manapearl.particle.xml</particlefx> </item> </items> diff --git a/items/equip-feet/item0757_AssassinBoots.xml b/items/equip-feet/item0757_AssassinBoots.xml index 8a2bff95..2952d91b 100644 --- a/items/equip-feet/item0757_AssassinBoots.xml +++ b/items/equip-feet/item0757_AssassinBoots.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <items> - <item id="757" image="equipment/feet/assassinboots.png" name="Assassin Boots" description="Boots for a master assassin. (Brawler only: Strength +2 / Dexterity +1)" effect="Walk Speed +5%" mattack="-3" type="equip-feet" defense="3" agi="4" weight="10" sellProtected="true"> + <item id="757" image="equipment/feet/assassinboots.png" name="Assassin Boots" description="Boots for a master assassin. (Brawler only: Strength +2 / Dexterity +1)" mattack="-3" type="equip-feet" defense="3" agi="4" weight="10" sellProtected="true"> <sprite gender="unisex">equipment/feet/assassin-boots.xml</sprite> <sprite gender="female">equipment/feet/assassin-boots-female.xml</sprite> </item> diff --git a/items/equip-head/_include.xml b/items/equip-head/_include.xml index d8077c1e..f5bb2d41 100644 --- a/items/equip-head/_include.xml +++ b/items/equip-head/_include.xml @@ -5,6 +5,7 @@ <include name="items/equip-head/item0525_MinersHat.xml"/> <include name="items/equip-head/item0543_StandardHeadband.xml"/> <include name="items/equip-head/item0544_SilkHeadband.xml"/> + <include name="items/equip-head/item0604_PirateBandana.xml"/> <include name="items/equip-head/item0615_PumpkinHelmet.xml"/> <include name="items/equip-head/item0616_AxeHat.xml"/> <include name="items/equip-head/item0617_PirateHat.xml"/> @@ -229,4 +230,15 @@ <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"/> + <include name="items/equip-head/item5394_BlackKnightsHelmet.xml"/> + <include name="items/equip-head/item5395_BlackRoseHat.xml"/> + <include name="items/equip-head/item5396_SnowshroomHat.xml"/> + <include name="items/equip-head/item5397_WickedMushroomHat.xml"/> + <include name="items/equip-head/item5399_IceSkullMask.xml"/> + <include name="items/equip-head/item5400_GoldenSkullMask.xml"/> + <include name="items/equip-head/item5401_YellowHeadSlime.xml"/> + <include name="items/equip-head/item5402_RedHeadSlime.xml"/> + <include name="items/equip-head/item5403_GreenHeadSlime.xml"/> + <include name="items/equip-head/item5404_BlueHeadSlime.xml"/> </items> diff --git a/items/equip-head/item0604_PirateBandana.xml b/items/equip-head/item0604_PirateBandana.xml new file mode 100644 index 00000000..1c8b5265 --- /dev/null +++ b/items/equip-head/item0604_PirateBandana.xml @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<items> + <item id="604" + image="equipment/head/bandana.png|W:#212121,FF0000" + name="Pirate Bandana" + description="A striped bandana, commonly worn by Swashbucklers." + type="equip-head" + weight="20" + defense="3"> + <sprite gender="unisex">equipment/head/bandana.xml|#212121,555555</sprite> + <sprite gender="female">equipment/head/bandana-female.xml|#212121,555555</sprite> + <replace sprite="hair"> + <item from="-6" to="-1"/> + <item from="-4" to="-8"/> + <item from="-7" to="-8"/> + <item from="-13" to="-8"/> + <item from="-15" to="-8"/> + <item from="-16" to="-2"/> + <item from="-17" to="-2"/> + <item from="-19" to="-8"/> + </replace> + </item> +</items> diff --git a/items/equip-head/item0622_Bandana.xml b/items/equip-head/item0622_Bandana.xml index a47926f9..dde4bec1 100644 --- a/items/equip-head/item0622_Bandana.xml +++ b/items/equip-head/item0622_Bandana.xml @@ -1,10 +1,23 @@ <?xml version="1.0"?> <items> - <item id="622" image="equipment/head/bandana.png|W:#ff4645,ffffff" name="Bandana" description="A striped bandana." type="equip-head" weight="20" defense="3"> + <item id="622" + image="equipment/head/bandana.png|W:#ff4645,ffffff" + name="Bandana" + description="A striped bandana." + type="equip-head" + weight="20" + defense="3"> <sprite gender="unisex">equipment/head/bandana.xml|#ffffff;#ff4645</sprite> <sprite gender="female">equipment/head/bandana-female.xml|#ffffff;#ff4645</sprite> <replace sprite="hair"> <item from="-6" to="-1"/> + <item from="-4" to="-8"/> + <item from="-7" to="-8"/> + <item from="-13" to="-8"/> + <item from="-15" to="-8"/> + <item from="-16" to="-2"/> + <item from="-17" to="-2"/> + <item from="-19" to="-8"/> </replace> </item> </items> 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> diff --git a/items/equip-head/item5394_BlackKnightsHelmet.xml b/items/equip-head/item5394_BlackKnightsHelmet.xml new file mode 100644 index 00000000..5d587cf3 --- /dev/null +++ b/items/equip-head/item5394_BlackKnightsHelmet.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<items> + <item id="5394" image="equipment/head/knighthelm-dyable.png|R:#000000,ffffff" name="Black Knight's Helmet" description="A helmet with two small wings on it." mattack="-30" type="equip-head" defense="15" weight="600" sellProtected="true"> + <sprite gender="unisex">equipment/head/knighthelm-dyable.xml|#000000,ffffff</sprite> + <sprite gender="female">equipment/head/knighthelm-dyable-female.xml|#000000,ffffff</sprite> + <replace sprite="hair"> + <item from="-6" to="-1"/> + <item from="-7" to="-1"/> + <item from="-10" to="-1"/> + </replace> + </item> +</items> diff --git a/items/equip-head/item5395_BlackRoseHat.xml b/items/equip-head/item5395_BlackRoseHat.xml new file mode 100644 index 00000000..bddcc4c3 --- /dev/null +++ b/items/equip-head/item5395_BlackRoseHat.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="5395" image="equipment/head/rosehat.png|R:#111111,444444,555555,ffffff" name="Black Rose Hat" description="A beautiful flower that can be worn on the head." mattack="8" type="equip-head" defense="1" weight="1"> + <sprite gender="unisex">equipment/head/rosehat.xml|#111111,444444,555555,ffffff</sprite> + <sprite gender="female">equipment/head/rosehat-female.xml|#111111,444444,555555,ffffff</sprite> + </item> +</items> diff --git a/items/equip-head/item5396_SnowshroomHat.xml b/items/equip-head/item5396_SnowshroomHat.xml new file mode 100644 index 00000000..8b6e7924 --- /dev/null +++ b/items/equip-head/item5396_SnowshroomHat.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<items> + <item id="5396" image="equipment/head/snowshroomhat.png" name="Snowshroom Hat" description="Your are pretty cool with this hat." type="equip-head" defense="15" mattack="5" weight="30" sellProtected="true"> + <sprite gender="unisex">equipment/head/snowshroomhat.xml</sprite> + <sprite gender="female">equipment/head/snowshroomhat-female.xml</sprite> + <replace sprite="hair"> + <item from="-6" to="-1"/> + </replace> + </item> +</items> diff --git a/items/equip-head/item5397_WickedMushroomHat.xml b/items/equip-head/item5397_WickedMushroomHat.xml new file mode 100644 index 00000000..c21b1c55 --- /dev/null +++ b/items/equip-head/item5397_WickedMushroomHat.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<items> + <item id="5397" image="equipment/head/wickedmushroomhat.png" name="Wicked Mushroom Hat" description="A wicked energy emits from that hat." type="equip-head" defense="15" weight="30" sellProtected="true"> + <sprite gender="unisex">equipment/head/wickedmushroomhat.xml</sprite> + <sprite gender="female">equipment/head/wickedmushroomhat-female.xml</sprite> + <replace sprite="hair"> + <item from="-6" to="-1"/> + </replace> + </item> +</items> diff --git a/items/equip-head/item5399_IceSkullMask.xml b/items/equip-head/item5399_IceSkullMask.xml new file mode 100644 index 00000000..b846189a --- /dev/null +++ b/items/equip-head/item5399_IceSkullMask.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="5399" image="equipment/head/skullmask-dyable.png|Y:#2b55ab,6b95eb,88a9cd,b9d0e8,eff8ff;W:#000000" name="Ice Skull Mask" description="A mask made out of Ice." mattack="5" type="equip-head" defense="3" weight="150" sellProtected="true"> + <sprite gender="unisex">equipment/head/skullmask-dyable.xml|#2b55ab,6b95eb,88a9cd,b9d0e8,eff8ff;#000000</sprite> + <sprite gender="female">equipment/head/skullmask-dyable-female.xml|#2b55ab,6b95eb,88a9cd,b9d0e8,eff8ff;#000000</sprite> + </item> +</items> diff --git a/items/equip-head/item5400_GoldenSkullMask.xml b/items/equip-head/item5400_GoldenSkullMask.xml new file mode 100644 index 00000000..dfc5bd1f --- /dev/null +++ b/items/equip-head/item5400_GoldenSkullMask.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="5400" image="equipment/head/skullmask-dyable.png|Y:#573f10,9c8226,d3c04b,ffffff;W:#000000" name="Golden Skull Mask" description="A mask made out of Gold." mattack="5" type="equip-head" defense="3" weight="150" sellProtected="true"> + <sprite gender="unisex">equipment/head/skullmask-dyable.xml|#573f10,9c8226,d3c04b,ffffff;#000000</sprite> + <sprite gender="female">equipment/head/skullmask-dyable-female.xml|#573f10,9c8226,d3c04b,ffffff;#000000</sprite> + </item> +</items> diff --git a/items/equip-head/item5401_YellowHeadSlime.xml b/items/equip-head/item5401_YellowHeadSlime.xml new file mode 100644 index 00000000..df601899 --- /dev/null +++ b/items/equip-head/item5401_YellowHeadSlime.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="5401" image="equipment/head/headslime.png|W:#b47f00,ffffff" name="Yellow Head Slime" description="A slime that lives in symbiosis with your head." effect="+7% HP recovery" mdefense="7" hit="-7" type="equip-head" defense="1" weight="250" sellProtected="true"> + <sprite gender="unisex">equipment/head/headslime.xml|#b47f00,ffffff</sprite> + <sprite gender="female">equipment/head/headslime-female.xml|#b47f00,ffffff</sprite> + </item> +</items> diff --git a/items/equip-head/item5402_RedHeadSlime.xml b/items/equip-head/item5402_RedHeadSlime.xml new file mode 100644 index 00000000..51fd9ee6 --- /dev/null +++ b/items/equip-head/item5402_RedHeadSlime.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="5402" image="equipment/head/headslime.png|W:#7e0000,ffffff" name="Red Head Slime" description="A slime that lives in symbiosis with your head." effect="+7% HP recovery" mdefense="7" hit="-7" type="equip-head" defense="1" weight="250" sellProtected="true"> + <sprite gender="unisex">equipment/head/headslime.xml|#7e0000,ffffff</sprite> + <sprite gender="female">equipment/head/headslime-female.xml|#7e0000,ffffff</sprite> + </item> +</items> diff --git a/items/equip-head/item5403_GreenHeadSlime.xml b/items/equip-head/item5403_GreenHeadSlime.xml new file mode 100644 index 00000000..ee47e9c2 --- /dev/null +++ b/items/equip-head/item5403_GreenHeadSlime.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="5403" image="equipment/head/headslime.png|W:#72982c,ffffff" name="Green Head Slime" description="A slime that lives in symbiosis with your head." effect="+7% HP recovery" mdefense="7" hit="-7" type="equip-head" defense="1" weight="250" sellProtected="true"> + <sprite gender="unisex">equipment/head/headslime.xml|#72982c,ffffff</sprite> + <sprite gender="female">equipment/head/headslime-female.xml|#72982c,ffffff</sprite> + </item> +</items> diff --git a/items/equip-head/item5404_BlueHeadSlime.xml b/items/equip-head/item5404_BlueHeadSlime.xml new file mode 100644 index 00000000..8fa3fc43 --- /dev/null +++ b/items/equip-head/item5404_BlueHeadSlime.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="5404" image="equipment/head/headslime.png|W:#2121ae,ffffff" name="Blue Head Slime" description="A slime that lives in symbiosis with your head." effect="+7% HP recovery" mdefense="7" hit="-7" type="equip-head" defense="1" weight="250" sellProtected="true"> + <sprite gender="unisex">equipment/head/headslime.xml|#2121ae,ffffff</sprite> + <sprite gender="female">equipment/head/headslime-female.xml|#2121ae,ffffff</sprite> + </item> +</items> diff --git a/items/equip-shield/_include.xml b/items/equip-shield/_include.xml index c562b270..52c514bf 100644 --- a/items/equip-shield/_include.xml +++ b/items/equip-shield/_include.xml @@ -6,4 +6,5 @@ <include name="items/equip-shield/item0603_LeatherShield.xml"/> <include name="items/equip-shield/item0797_BromenalShield.xml"/> <include name="items/equip-shield/item5285_DragonShield.xml"/> + <include name="items/equip-shield/item5393_BlackSteelShield.xml"/> </items> diff --git a/items/equip-shield/item5393_BlackSteelShield.xml b/items/equip-shield/item5393_BlackSteelShield.xml new file mode 100644 index 00000000..685e6b98 --- /dev/null +++ b/items/equip-shield/item5393_BlackSteelShield.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<items> + <item id="5393" + image="equipment/shield/steel-dyable.png|W:#000000,ffffff" + name="Black Steel Shield" + description="A shield made of black steel." + mattack="-200" + defense="20" + type="equip-shield" + weight="2500"> + <sprite>equipment/shields/steel-dyable.xml|#000000,ffffff</sprite> + </item> +</items> diff --git a/items/equip-torso/_include.xml b/items/equip-torso/_include.xml index aa44e3da..00f8ec37 100644 --- a/items/equip-torso/_include.xml +++ b/items/equip-torso/_include.xml @@ -252,4 +252,5 @@ <include name="items/equip-torso/item5320_BlackChainmailShirt.xml"/> <include name="items/equip-torso/item5321_BlackLightPlatemail.xml"/> <include name="items/equip-torso/item5322_BlackWarlordPlate.xml"/> + <include name="items/equip-torso/item5398_RaggedShirt.xml"/> </items> diff --git a/items/equip-torso/item5398_RaggedShirt.xml b/items/equip-torso/item5398_RaggedShirt.xml new file mode 100644 index 00000000..d23bd12b --- /dev/null +++ b/items/equip-torso/item5398_RaggedShirt.xml @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<items> + <item id="5398" image="equipment/chest/cottonshirt.png|W:#95887F,E0D1C9" name="Ragged Shirt" description="This shirt is too worn-out to give any protection." mattack="-1" type="equip-torso" defense="1" weight="7"> + <sprite gender="unisex">equipment/chest/cotton.xml|#95887F,E0D1C9</sprite> + <sprite gender="female">equipment/chest/cotton-female.xml|#95887F,E0D1C9</sprite> + <replace sprite="race"> + <item from="-100" to="-99100"/> + <item from="-101" to="-99101"/> + <item from="-102" to="-99102"/> + <item from="-103" to="-99103"/> + <item from="-104" to="-99104"/> + <item from="-105" to="-99105"/> + </replace> + </item> +</items> diff --git a/items/generic/_include.xml b/items/generic/_include.xml index f670aec9..382e2abd 100644 --- a/items/generic/_include.xml +++ b/items/generic/_include.xml @@ -159,7 +159,6 @@ <include name="items/generic/item1223_BigPieceofWhiteClay.xml"/> <include name="items/generic/item1224_ScrollofPaper.xml"/> <include name="items/generic/item1225_FireScroll.xml"/> - <include name="items/generic/item1226_SilverBell.xml"/> <include name="items/generic/item1228_LightCrystal.xml"/> <include name="items/generic/item1233_CheapPlasticFangs.xml"/> <include name="items/generic/item1234_RedChristmasOrnament.xml"/> @@ -223,7 +222,7 @@ <include name="items/generic/item5113_Ectoplasm.xml"/> <include name="items/generic/item5114_Urn.xml"/> <include name="items/generic/item5115_VampireBatWing.xml"/> - <include name="items/generic/item5116_WraithHorn.xml"/> + <include name="items/generic/item5116_StalkerHorn.xml"/> <include name="items/generic/item5117_AstralCube.xml"/> <include name="items/generic/item5118_RunestoneA.xml"/> <include name="items/generic/item5119_RunestoneL.xml"/> @@ -294,4 +293,10 @@ <include name="items/generic/item5381_Brick.xml"/> <include name="items/generic/item5384_MountainCrystal.xml"/> <include name="items/generic/item5385_BlackQuartz.xml"/> + <include name="items/generic/item5386_GlassShards.xml"/> + <include name="items/generic/item5387_Hay.xml"/> + <include name="items/generic/item5388_Straw.xml"/> + <include name="items/generic/item5389_SpeltSeeds.xml"/> + <include name="items/generic/item5390_MoonDust.xml"/> + <include name="items/generic/item5391_SunDust.xml"/> </items> diff --git a/items/generic/item0540_EmptyBottle.xml b/items/generic/item0540_EmptyBottle.xml index 7168acad..31781bb7 100644 --- a/items/generic/item0540_EmptyBottle.xml +++ b/items/generic/item0540_EmptyBottle.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="540" image="generic/bottle-empty.png" name="Empty Bottle" description="An empty bottle." type="generic" weight="1"/> + <item id="540" image="generic/bottle-empty.png" name="Empty Bottle" description="An empty bottle." type="generic" weight="5"/> </items> diff --git a/items/generic/item5116_StalkerHorn.xml b/items/generic/item5116_StalkerHorn.xml new file mode 100644 index 00000000..02bde735 --- /dev/null +++ b/items/generic/item5116_StalkerHorn.xml @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<items> + <item id="5116" image="generic/wraithhorn.png" name="Stalker Horn" description="The horn from a stalker." type="generic" weight="10"/> +</items> diff --git a/items/generic/item5116_WraithHorn.xml b/items/generic/item5116_WraithHorn.xml deleted file mode 100644 index ed65df51..00000000 --- a/items/generic/item5116_WraithHorn.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0"?> -<items> - <item id="5116" image="generic/wraithhorn.png" name="Wraith Horn" description="The horn from stalker." type="generic" weight="10"/> -</items> diff --git a/items/generic/item5279_LegendaryCarrot.xml b/items/generic/item5279_LegendaryCarrot.xml index c5ef1bd0..78abefa3 100644 --- a/items/generic/item5279_LegendaryCarrot.xml +++ b/items/generic/item5279_LegendaryCarrot.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="5279" image="generic/legendary-carrot.png" name="Legendary Carrot" description="Extra healthy, a gift from Santa for helping Gak to reunite with Alissa." effect="Inedible, Christmas 2021 Reward" type="generic" weight="1"/> + <item id="5279" image="generic/carrot-legendary.png" name="Legendary Carrot" description="Extra healthy, a gift from Santa for helping Gak to reunite with Alissa." effect="Inedible, Christmas 2021 Reward" type="generic" weight="1"/> </items> diff --git a/items/generic/item5375_JunglefowlFeather.xml b/items/generic/item5375_JunglefowlFeather.xml index b6649eac..11d5093f 100644 --- a/items/generic/item5375_JunglefowlFeather.xml +++ b/items/generic/item5375_JunglefowlFeather.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="5375" image="generic/feather-a.png|W:#b0b080;R:#b82e2e;G:#c0c0c0;B:#ffffff;C:#fffff;Y:#b82e2e" name="Junglefoul Feather" description="A beautiful feather." type="generic" weight="1"/> + <item id="5375" image="generic/feather-a.png|W:#b0b080;R:#b82e2e;G:#c0c0c0;B:#ffffff;C:#fffff;Y:#b82e2e" name="Junglefowl Feather" description="A beautiful feather." type="generic" weight="1"/> </items> diff --git a/items/generic/item5386_GlassShards.xml b/items/generic/item5386_GlassShards.xml new file mode 100644 index 00000000..7574de96 --- /dev/null +++ b/items/generic/item5386_GlassShards.xml @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<items> + <item id="5386" image="generic/glass-shards.png" name="Glass Shards" description="A pile of glass shards." type="generic" weight="5"/> +</items> diff --git a/items/generic/item5387_Hay.xml b/items/generic/item5387_Hay.xml new file mode 100644 index 00000000..41497f7a --- /dev/null +++ b/items/generic/item5387_Hay.xml @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<items> + <item id="5387" image="generic/hay.png" name="Hay" description="A pile of hay." type="generic" weight="11"/> +</items> diff --git a/items/generic/item5388_Straw.xml b/items/generic/item5388_Straw.xml new file mode 100644 index 00000000..15c6f8be --- /dev/null +++ b/items/generic/item5388_Straw.xml @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<items> + <item id="5388" image="generic/straw.png" name="Straw" description="A pile of straw." type="generic" weight="11"/> +</items> diff --git a/items/generic/item5389_SpeltSeeds.xml b/items/generic/item5389_SpeltSeeds.xml new file mode 100644 index 00000000..cce7e8fa --- /dev/null +++ b/items/generic/item5389_SpeltSeeds.xml @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<items> + <item id="5389" image="generic/seeds-dyable.png|Y:#a95225,cfac98,faedda;R:#2c0200,5b3825,936d49,b7947e" name="Spelt Seeds" description="Some spelt seeds." type="generic" weight="8"/> +</items> diff --git a/items/generic/item5390_MoonDust.xml b/items/generic/item5390_MoonDust.xml new file mode 100644 index 00000000..4464262c --- /dev/null +++ b/items/generic/item5390_MoonDust.xml @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<items> + <item id="5390" image="generic/powder.png|W:#7b7a76,9d9c98,abaaa8,babdc4,c0c7da,f4f8ff" name="Moon Dust" description="You getting sleepy on smelling this stuff." type="generic" weight="1"/> +</items> diff --git a/items/generic/item5391_SunDust.xml b/items/generic/item5391_SunDust.xml new file mode 100644 index 00000000..dab7cd40 --- /dev/null +++ b/items/generic/item5391_SunDust.xml @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<items> + <item id="5391" image="generic/powder.png|W:#d84900,fca901,ffb400,ffff00" name="Sun Dust" description="This stuff is hot." type="generic" weight="1"/> +</items> diff --git a/items/usable/_include.xml b/items/usable/_include.xml index e1902d24..2dbb0bc4 100644 --- a/items/usable/_include.xml +++ b/items/usable/_include.xml @@ -72,6 +72,7 @@ <include name="items/usable/item0839_GrapeLollipop.xml"/> <include name="items/usable/item0840_OrangeLollipop.xml"/> <include name="items/usable/item1189_PollettEgg.xml"/> + <include name="items/usable/item1226_SilverBell.xml"/> <include name="items/usable/item1229_CaramelApple.xml"/> <include name="items/usable/item1230_BooberryBlueLollipop.xml"/> <include name="items/usable/item1231_GhastlyGreenLollipop.xml"/> @@ -139,4 +140,6 @@ <include name="items/usable/item5379_Sauerkraut.xml"/> <include name="items/usable/item5382_AnchorStone.xml"/> <include name="items/usable/item5383_AnchoredAnchorStone.xml"/> + <include name="items/usable/item5405_LegendaryShovel.xml"/> + <include name="items/usable/item5406_LegendaryTreasureMap.xml"/> </items> diff --git a/items/generic/item1226_SilverBell.xml b/items/usable/item1226_SilverBell.xml index 21ff07d4..2d0b837e 100644 --- a/items/generic/item1226_SilverBell.xml +++ b/items/usable/item1226_SilverBell.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="1226" image="generic/silverbell.png" name="Silver Bell" description="A tiny bell made of silver." type="generic" weight="25"/> + <item id="1226" image="generic/silverbell.png" name="Silver Bell" description="A tiny bell made of silver." useButton="Ring" type="usable" weight="25"/> </items> diff --git a/items/usable/item5405_LegendaryShovel.xml b/items/usable/item5405_LegendaryShovel.xml new file mode 100644 index 00000000..5861ee4d --- /dev/null +++ b/items/usable/item5405_LegendaryShovel.xml @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<items> + <item id="5405" + image="use/others/shovel-legendary.png" + name="Legendary Shovel" + useButton="Dig" + description="Discover treasures, dungeons and raw materials." + effect="Dig holes" + type="usable" + weight="210" + sellProtected="true"> + <inventory> + <menu + name1="Dig" + command1="useinv 'INVINDEX'" + name2="Dig" + /> + <menu + name1="Bury" + command1="useinv 'INVINDEX' 1" + name2="Bury" + /> + </inventory> + </item> +</items> diff --git a/items/usable/item5406_LegendaryTreasureMap.xml b/items/usable/item5406_LegendaryTreasureMap.xml new file mode 100644 index 00000000..d4c9a076 --- /dev/null +++ b/items/usable/item5406_LegendaryTreasureMap.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<items> + <item id="5406" + image="use/others/treasuremap-legendary.png" + name="Legendary Treasure Map" + description="The X marks the spot!" + useButton="Read" + effect="Acquire treasures! Maybe. You must have a shovel to retrieve the treasure." + type="usable" + weight="14"/> +</items> |