diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-26 12:28:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-26 12:28:34 -0300 |
commit | ae955299512c0c601c5610210212b352883bedb7 (patch) | |
tree | 410f83c3d34478aa5edbb2587db3ab203f6f470b /items.xml | |
parent | 6da768b432094e5d666d36cbc99cfb456a0ecaec (diff) | |
download | clientdata-ae955299512c0c601c5610210212b352883bedb7.tar.gz clientdata-ae955299512c0c601c5610210212b352883bedb7.tar.bz2 clientdata-ae955299512c0c601c5610210212b352883bedb7.tar.xz clientdata-ae955299512c0c601c5610210212b352883bedb7.zip |
Item options, blueprints, etc.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 55 |
1 files changed, 52 insertions, 3 deletions
@@ -9,7 +9,8 @@ Copyright (C) 2018-2019 TMW2: Moubootaur Legends -0 -99 = Hairstyles -100 -infinity = Races 30 500 = Weapon Animations -501 699 = Usable Items +501 689 = Usable Items +690 699 = Mounts 700 999 = Generic Items 1000 1149 = Necklaces 1150 1299 = Charms @@ -27,7 +28,8 @@ Copyright (C) 2018-2019 TMW2: Moubootaur Legends 6000 6499 = Ranged Weapons 6500 6999 = Ammo 7000 7399 = Magical Weapons (MAtk weapons) -7400 7499 = System Reserved +7400 7449 = System Reserved +7450 7499 = Other Gacha 7500 7699 = Mercenary Cards 7700 9999 = System Reserved Colors for dyeable equipments or items are set up by itemcolors.xml. @@ -637,7 +639,13 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Heal 4% HP" type="usable" weight="2"/> - <!-- ID 557 free--> + <item id="557" + image="usable/book/bookoflaws.png" + name="Recipe Book" + description="Wow! So many recipes you've collected in your lifetime!" + useButton="Read" + type="usable" + weight="20"/> <item id="558" image="usable/food/marshmallow.png" name="Marshmallow" @@ -7124,6 +7132,47 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. /> </inventory> </item> + <!-- Blueprints and other gacha (7450 - 7499) --> + <item id="7450" + image="generic/guildcertification.png" + name="Basic Alchemy Blueprint" + description="Blueprint containing alchemy recipes." + type="usable" + useButton="Open" + weight="40" + sellProtected="true"/> + <item id="7451" + image="generic/guildcertification.png" + name="Intermediary Alchemy Blueprint" + description="Blueprint containing alchemy recipes." + type="usable" + useButton="Open" + weight="40" + sellProtected="true"/> + <item id="7452" + image="generic/guildcertification.png" + name="Advanced Alchemy Blueprint" + description="Blueprint containing alchemy recipes." + type="usable" + useButton="Open" + weight="40" + sellProtected="true"/> + <item id="7453" + image="generic/guildcertification.png" + name="Expert Alchemy Blueprint" + description="Blueprint containing alchemy recipes." + type="usable" + useButton="Open" + weight="40" + sellProtected="true"/> + <item id="7454" + image="generic/guildcertification.png" + name="Master Alchemy Blueprint" + description="Blueprint containing alchemy recipes." + type="usable" + useButton="Open" + weight="40" + sellProtected="true"/> <!-- Mercenary Boxsets (7500 - 7509) and cards (7510-7599) --> <item id="7500" image="usable/box/prismgift.png" |