diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-29 21:28:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-29 21:28:50 -0300 |
commit | 60a5df9870641a43ba3b6dd41398753c40516836 (patch) | |
tree | 751098fb33a860aa489e61461295069effe6d4d6 | |
parent | e682721f5c282b9ac4f5dd34ee4e283772ec171d (diff) | |
download | clientdata-60a5df9870641a43ba3b6dd41398753c40516836.tar.gz clientdata-60a5df9870641a43ba3b6dd41398753c40516836.tar.bz2 clientdata-60a5df9870641a43ba3b6dd41398753c40516836.tar.xz clientdata-60a5df9870641a43ba3b6dd41398753c40516836.zip |
LUCK doesn't exist as an item field
-rw-r--r-- | items.xml | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -3294,7 +3294,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="A leather quiver which only benefits people using bows. Otherwise, it will only hinder you." effect="Req. Agi 21 / AtkSpeed +10% / MaxWeight +100g" mp=" (-10)%" - luck=" (-1)" + luk=" (-1)" level="30" type="equip-necklace" weight="60"> @@ -3305,7 +3305,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="An iron quiver which only benefits people using bows. Otherwise, it will only hinder you." effect="Req. Agi 35 / AtkSpeed +16% / MaxWeight +200g" mp=" (-20)%" - luck=" (-2)" + luk=" (-2)" level="50" type="equip-necklace" weight="140"> @@ -3316,7 +3316,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="A bronze quiver which only benefits people using bows. Otherwise, it will only hinder you." effect="Req. Agi 49 / AtkSpeed +23% / MaxWeight +300g" mp=" (-30)%" - luck=" (-3)" + luk=" (-3)" level="70" type="equip-necklace" weight="200"> @@ -3327,7 +3327,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="A platinum quiver which only benefits people using bows. Otherwise, it will only hinder you." effect="Req. Agi 63 / AtkSpeed +30% / MaxWeight +400g" mp=" (-40)%" - luck=" (-4)" + luk=" (-4)" level="90" type="equip-necklace" weight="210"> @@ -3774,7 +3774,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/chest/minertanktop.png" name="Miner Tank Top" description="A shirt with reflective stripes... totally makes you 'safer'." - luck="1" + luk="1" defense="46" level="29" type="equip-torso" @@ -4426,7 +4426,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. level="25" str="1" vit="1" - luck="1" + luk="1" type="equip-charm" weight="1"> </item> @@ -5679,7 +5679,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Leprechaun Hat" description="Have you found the Leprechaun gold pot?" defense="33" - luck="4" + luk="4" level="50" type="equip-head" weight="40"> @@ -5724,7 +5724,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="!blame Saulc" defense="1" level="1" - luck="1" + luk="1" type="equip-head" weight="90"> <sprite>equipment/head/santahat.xml</sprite> @@ -6942,7 +6942,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Polished Emerald" useButton="Insert" description="A polished gemstone." - luck="2" + luk="2" type="card" cardColor="7" weight="4"/> |