Compare commits

..

1 commit

Author SHA1 Message Date
Hello=)
3efd46cdbe Lifestone weight fix in client data 2026-04-18 16:10:36 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<items>
<item id="731" image="equipment/legs/assassinpants.png" name="Assassin Pants" description="Pants for a master assassin. (Brawler only: Strength +2 / Dexterity +1)" mattack="-5" type="equip-torso" defense="4" agi="5" weight="20" sellProtected="true">
<item id="731" image="equipment/legs/assassinpants.png" name="Assassin Pants" description="Pants for a master assassin. (Brawler only: Strength +2 / Dexterity +1)" mattack="-5" type="equip-torso" defense="4" agi="5" flee="5" weight="20" sellProtected="true">
<sprite gender="unisex">equipment/legs/assassin.xml</sprite>
<sprite gender="female">equipment/legs/assassin-female.xml</sprite>
</item>

View file

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<items>
<item id="730" image="generic/gemstone-a.png|W:#a0a010,ffffa0" name="Lifestone" description="A small crystal shard, warm to the touch." type="generic" weight="5"/>
<item id="730" image="generic/gemstone-a.png|W:#a0a010,ffffa0" name="Lifestone" description="A small crystal shard, warm to the touch." type="generic" weight="3"/>
</items>