diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-07 16:46:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-07 16:46:02 -0300 |
commit | 1c82f15bf94a042e3c7e0f7fc854278af204d8c5 (patch) | |
tree | 3935e1f6788b679c0cc219914a528b41fbde745b | |
parent | 0488474729c7de6159f560163421ebaebf9c0142 (diff) | |
download | clientdata-1c82f15bf94a042e3c7e0f7fc854278af204d8c5.tar.gz clientdata-1c82f15bf94a042e3c7e0f7fc854278af204d8c5.tar.bz2 clientdata-1c82f15bf94a042e3c7e0f7fc854278af204d8c5.tar.xz clientdata-1c82f15bf94a042e3c7e0f7fc854278af204d8c5.zip |
Acknowledge bullet changes
-rw-r--r-- | items.xml | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -7925,14 +7925,21 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="The only thing which will fit on that gun of yours." type="equip-ammo" attack="10" - weight="8"/> + weight="1"/> <item id="6511" image="equipment/ammo/placeholder.png" name="Sacred Bullet" description="Saulc added skeltons? No prob, we will get rid of them %%e" type="equip-ammo" attack="10" - weight="8"/> + weight="1"/> + <item id="6512" + image="equipment/ammo/placeholder.png" + name="Evil Bullet" + description="You shall put the nature to eternal slumber with this." + type="equip-ammo" + attack="10" + weight="1"/> <!-- Wands --> <item id="7000" @@ -8800,21 +8807,21 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="Contains roughly 12 bullets for your shooting purposes." useButton="Open" type="usable" - weight="80"/> + weight="15"/> <item id="8011" image="generic/emptybottle.png" name="Medium Bullet Sack" description="Contains roughly 40 bullets for your shooting purposes." useButton="Open" type="usable" - weight="280"/> + weight="45"/> <item id="8012" image="generic/emptybottle.png" name="Big Bullet Sack" description="Contains roughly 85 bullets for your shooting purposes." useButton="Open" type="usable" - weight="640"/> + weight="95"/> <item id="8013" image="usable/food/dragonfruit.png" name="Dragonfruit" |