diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-24 06:10:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-24 06:10:20 -0300 |
commit | 32ee15ecd15693ce4ee807009234004f30a903f0 (patch) | |
tree | f329f4e82092162a9c69a7464152db1973293699 | |
parent | 9b6325283697dd915f9274aef4a1c71fe0865241 (diff) | |
download | clientdata-32ee15ecd15693ce4ee807009234004f30a903f0.tar.gz clientdata-32ee15ecd15693ce4ee807009234004f30a903f0.tar.bz2 clientdata-32ee15ecd15693ce4ee807009234004f30a903f0.tar.xz clientdata-32ee15ecd15693ce4ee807009234004f30a903f0.zip |
Kinda nerf of the nerf, but: Repurpose option 92
-rw-r--r-- | itemfields.xml | 5 | ||||
-rw-r--r-- | itemoptions.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/itemfields.xml b/itemfields.xml index e6b261e63..c88b06f62 100644 --- a/itemfields.xml +++ b/itemfields.xml @@ -32,6 +32,11 @@ Copyright (C) 2016 Evol Online --> signed="true" /> <field + name="criticalattackrate" + description="Critical attack %s%%" + signed="true" + /> + <field name="mattack" description="M. Attack %s" signed="true" diff --git a/itemoptions.xml b/itemoptions.xml index 93c1480d1..41f5b12db 100644 --- a/itemoptions.xml +++ b/itemoptions.xml @@ -101,6 +101,11 @@ Copyright (C) 2017 Evol Online --> /> <!-- elemental bonuses not used --> <option + id="92" + field="criticalattackrate" + /> + <!-- elemental bonuses not used --> + <option id="148" field="bossatk" /> |