diff options
author | Ledmitz <smoothshifter@tuta.io> | 2024-04-13 23:18:08 -0300 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2024-04-13 23:18:08 -0300 |
commit | 58418042b00963bf67a36723a6b17c715d23ba4d (patch) | |
tree | c7de6f4ddd08e3635cc1c14529911c221495828e /items | |
parent | 776ba82a21b2c1adeac804d3897bae928db81f99 (diff) | |
download | clientdata-58418042b00963bf67a36723a6b17c715d23ba4d.tar.gz clientdata-58418042b00963bf67a36723a6b17c715d23ba4d.tar.bz2 clientdata-58418042b00963bf67a36723a6b17c715d23ba4d.tar.xz clientdata-58418042b00963bf67a36723a6b17c715d23ba4d.zip |
Lucky items - client
Diffstat (limited to 'items')
-rw-r--r-- | items/equip-head/item5266_CloverHat.xml | 10 | ||||
-rw-r--r-- | items/equip-head/item5280_LeprechaunHat.xml | 1 |
2 files changed, 10 insertions, 1 deletions
diff --git a/items/equip-head/item5266_CloverHat.xml b/items/equip-head/item5266_CloverHat.xml index bf2149c9..9ddb2847 100644 --- a/items/equip-head/item5266_CloverHat.xml +++ b/items/equip-head/item5266_CloverHat.xml @@ -1,6 +1,14 @@ <?xml version="1.0"?> <items> - <item id="5266" 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"> + <itemid="5266" + image="equipment/head/cloverhat.png" + name="Clover Top Hat" + description="For the refined and lucky gentry of The Mana World." + type="equip-head" + defense="5" + luck="1" + weight="50" + sellProtected="true"> <replace sprite="hair"> <item from="-6" to="-1"/> </replace> diff --git a/items/equip-head/item5280_LeprechaunHat.xml b/items/equip-head/item5280_LeprechaunHat.xml index 7965edce..33f7fe38 100644 --- a/items/equip-head/item5280_LeprechaunHat.xml +++ b/items/equip-head/item5280_LeprechaunHat.xml @@ -6,6 +6,7 @@ description="Have you found the gold pot yet?" type="equip-head" defense="5" + luck="1" weight="20"> <sprite gender="unisex">equipment/head/leprechaunhat.xml</sprite> </item> |