diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-31 19:33:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-31 19:33:16 -0300 |
commit | c512693f6cdd670ac6d5ec857ff4ee509c85017c (patch) | |
tree | 06dea5e5b3378f6490d3a6c711711c72f72833ce | |
parent | 2fd7f299455ab869749d3a39c884b838e49e1f18 (diff) | |
download | clientdata-c512693f6cdd670ac6d5ec857ff4ee509c85017c.tar.gz clientdata-c512693f6cdd670ac6d5ec857ff4ee509c85017c.tar.bz2 clientdata-c512693f6cdd670ac6d5ec857ff4ee509c85017c.tar.xz clientdata-c512693f6cdd670ac6d5ec857ff4ee509c85017c.zip |
Second tier crafting skills
-rw-r--r-- | items.xml | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -7155,6 +7155,30 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="Lv 1 - Str, Int / Lv 3 - Dex, MaxHP / Lv 5 - Agi, MaxMP / Lv 7 - Luk, Vit" effect="Req. Crafting Lv 1" type="card"/> + <item id="7437" + image="generic/key/taxkey.png" + name="Attack Skills" + description="Lv 1 - Atk, M. Atk / Lv 5 - Atk %, M. Atk %" + effect="Req. Crafting Lv 2" + type="card"/> + <item id="7438" + image="generic/key/taxkey.png" + name="Defense Skills" + description="Lv 1 - Def, M. Def / Lv 5 - Crit DEF, Ranged DEF" + effect="Req. Crafting Lv 2" + type="card"/> + <item id="7439" + image="generic/key/taxkey.png" + name="Accuracy Skills" + description="Lv 1 - Hit Chance / Lv 5 - Crit Chance" + effect="Req. Crafting Lv 2" + type="card"/> + <item id="7440" + image="generic/key/taxkey.png" + name="Evade Skills" + description="Lv 1 - Evade / Lv 5 - Blocking" + effect="Req. Crafting Lv 2" + type="card"/> <!-- Blueprints and other gacha (7450 - 7499) --> <item id="7450" |