diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-13 12:39:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-13 12:39:25 -0300 |
commit | 363d308aac05a9c80b47f1a983dc5f0d3f1751d0 (patch) | |
tree | be90535463de5913e327541e21858c33b1f57ad7 /items.xml | |
parent | ebf1662560f481644e9d9eb860689c28350dfd58 (diff) | |
download | clientdata-363d308aac05a9c80b47f1a983dc5f0d3f1751d0.tar.gz clientdata-363d308aac05a9c80b47f1a983dc5f0d3f1751d0.tar.bz2 clientdata-363d308aac05a9c80b47f1a983dc5f0d3f1751d0.tar.xz clientdata-363d308aac05a9c80b47f1a983dc5f0d3f1751d0.zip |
Record here the new potions we're about to introduce (haven't tested)
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1259,6 +1259,31 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. type="usable" sellProtected="true" weight="5"/> + <item id="645" + image="usable/potion/bpotion.png" + name="Status Reset Potion" + description="Reset all your status points. Seems dangerous." + useButton="Reset" + effect="Status Reset" + type="usable" + sellProtected="true" + weight="700"/> + <item id="646" + image="usable/potion/dpotion.png|G:#dae569,ffffda" + name="Movement Potion" + description="The Move Speed Potion gives you the outburst of a mad bull." + useButton="Drink" + effect="Move rapidly for 5s" + type="usable" + weight="45"/> + <item id="647" + image="usable/potion/bpotion.png|G:#da34e5,ff75ff" + name="Precision Potion" + description="Cannot hit a monster? The true Concentration Potion will help you out!" + useButton="Drink" + effect="Hit +40" + type="usable" + weight="20"/> <item id="699" image="generic/tortugashell.png" |