diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-05 02:26:51 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-05 02:26:51 -0200 |
commit | 615c9c132b4dc84d2c87d779798fc698adcb34b9 (patch) | |
tree | 93fa50815943def55af8a02b31a2a2d557f3be70 | |
parent | 7b77db45b88149065e4fb8fbbfcb3e62301cb246 (diff) | |
download | clientdata-615c9c132b4dc84d2c87d779798fc698adcb34b9.tar.gz clientdata-615c9c132b4dc84d2c87d779798fc698adcb34b9.tar.bz2 clientdata-615c9c132b4dc84d2c87d779798fc698adcb34b9.tar.xz clientdata-615c9c132b4dc84d2c87d779798fc698adcb34b9.zip |
Add the Ammo Boxes (they still need some variation)
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/items/generic/box/notabox.png | bin | 0 -> 733 bytes | |||
-rw-r--r-- | items.xml | 61 |
3 files changed, 60 insertions, 2 deletions
@@ -591,6 +591,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/items/generic/box/croconutbox.png (Hal9000) (CC BY-SA 3.0) (Reid) graphics/items/generic/box/emptybox.png (Jesusalva) (CC BY-SA 3.0) (Hal9000, Reid) graphics/items/generic/box/fishbox.png (Hal9000) (CC BY-SA 3.0) (Reid) + graphics/items/generic/box/notabox.png (?) (GPLv2) (?) graphics/items/generic/box/openedchristmasbox.png (Lizandra) (GPLv2) (Enchilado) graphics/items/generic/box/plushroombox.png (Hal9000) (CC BY-SA 3.0) (Reid) graphics/items/generic/box/presentbox.png (Enchilado) (CC BY-SA 3.0) (-) diff --git a/graphics/items/generic/box/notabox.png b/graphics/items/generic/box/notabox.png Binary files differnew file mode 100644 index 00000000..16b85cd4 --- /dev/null +++ b/graphics/items/generic/box/notabox.png @@ -1160,6 +1160,63 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. type="usable" weight="80"/> + <item id="632" + image="generic/box/notabox.png" + name="Tolchi Arrow Ammo Box" + description="Contains roughly 200 arrows for your shooting purposes." + useButton="Open" + type="usable" + weight="215"/> + <item id="633" + image="generic/box/notabox.png" + name="Training Arrow Ammo Box" + description="Contains roughly 200 arrows for your shooting purposes." + useButton="Open" + type="usable" + weight="215"/> + <item id="634" + image="generic/box/notabox.png" + name="Standard Arrow Ammo Box" + description="Contains roughly 200 arrows for your shooting purposes." + useButton="Open" + type="usable" + weight="215"/> + <item id="635" + image="generic/box/notabox.png" + name="Iron Arrow Ammo Box" + description="Contains roughly 200 arrows for your shooting purposes." + useButton="Open" + type="usable" + weight="215"/> + <item id="636" + image="generic/box/notabox.png" + name="Cursed Arrow Ammo Box" + description="Contains roughly 200 arrows for your shooting purposes." + useButton="Open" + type="usable" + weight="215"/> + <item id="637" + image="generic/box/notabox.png" + name="Poison Arrow Ammo Box" + description="Contains roughly 200 arrows for your shooting purposes." + useButton="Open" + type="usable" + weight="430"/> + <item id="638" + image="generic/box/notabox.png" + name="Thorn Arrow Ammo Box" + description="Contains roughly 200 arrows for your shooting purposes." + useButton="Open" + type="usable" + weight="430"/> + <item id="639" + image="generic/box/notabox.png" + name="Bone Arrow Ammo Box" + description="Contains roughly 200 arrows for your shooting purposes." + useButton="Open" + type="usable" + weight="1100"/> + <item id="699" image="generic/tortugashell.png" name="4144's Tortuga" @@ -6391,7 +6448,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="a basic arrow." type="equip-ammo" attack="10" - weight="2"/> + weight="1"/> <item id="6502" image="equipment/ammo/arrow.png" name="Arrow" @@ -6427,7 +6484,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="Take care when handling it to don't hurt yourself." type="equip-ammo" attack="160" - weight="1"/> + weight="2"/> <item id="6507" image="equipment/ammo/bonearrow.png" name="Bone Arrow" |