diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-27 11:40:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-27 11:40:26 -0300 |
commit | 3b1c54e3f02e9ac64b070b72edf2405ea87f5de0 (patch) | |
tree | 2b2f3941911d075c51e65e6bd72ebd718d3ec050 | |
parent | 7f6d4ee3cab3c634cbddb00e02f89969e4786750 (diff) | |
download | clientdata-3b1c54e3f02e9ac64b070b72edf2405ea87f5de0.tar.gz clientdata-3b1c54e3f02e9ac64b070b72edf2405ea87f5de0.tar.bz2 clientdata-3b1c54e3f02e9ac64b070b72edf2405ea87f5de0.tar.xz clientdata-3b1c54e3f02e9ac64b070b72edf2405ea87f5de0.zip |
Item options
-rw-r--r-- | itemoptions.xml | 58 |
1 files changed, 57 insertions, 1 deletions
diff --git a/itemoptions.xml b/itemoptions.xml index d3b6c6b06..9b899231d 100644 --- a/itemoptions.xml +++ b/itemoptions.xml @@ -120,7 +120,63 @@ Copyright (C) 2017 Evol Online --> id="172" field="mana use" /> - <!-- TODO: 173 and 174 (drain skills) - missing on server side --> + <option + id="173" + field="hp drain" + /> + <option + id="174" + field="mp drain" + /> <!-- Attack element not used --> + <!-- TMW2 Custom Effects --> + <option + id="187" + field="AoE" + /> + <option + id="188" + field="walk spd." + /> + <option + id="189" + field="exp %" + /> + <option + id="190" + field="double atk" + /> + <option + id="191" + field="poison resist" + /> + <option + id="192" + field="silence resist" + /> + <option + id="193" + field="curse resist" + /> + <option + id="194" + field="blind resist" + /> + <option + id="195" + field="poison inflict" + /> + <option + id="196" + field="silence inflict" + /> + <option + id="197" + field="curse inflict" + /> + <option + id="198" + field="blind inflict" + /> </itemoptions> |