diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 03:25:40 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 03:25:40 -0200 |
commit | 6d5bdbb20faa14e4eee51c4b64e3b8ce9d1536c7 (patch) | |
tree | 059102853d5ba1516dd0cb683b32f3740dfade6b | |
parent | 88924ebb489526de589ff36d3bd0b12d0c2d1ef5 (diff) | |
download | clientdata-6d5bdbb20faa14e4eee51c4b64e3b8ce9d1536c7.tar.gz clientdata-6d5bdbb20faa14e4eee51c4b64e3b8ce9d1536c7.tar.bz2 clientdata-6d5bdbb20faa14e4eee51c4b64e3b8ce9d1536c7.tar.xz clientdata-6d5bdbb20faa14e4eee51c4b64e3b8ce9d1536c7.zip |
Register the Hero Coin
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/items/generic/herocoin.png | bin | 0 -> 1655 bytes | |||
-rw-r--r-- | items.xml | 7 |
3 files changed, 8 insertions, 0 deletions
@@ -517,6 +517,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/items/generic/guildcertification.png (Reid) (CC BY-SA 3.0) (-) graphics/items/generic/halfeggshell.png (Reid) (CC BY-SA 3.0) (-) graphics/items/generic/hardspike.png (Crush) (CC BY-SA 3.0) (Enchilado) + graphics/items/generic/herocoin.png (?) (GPLv2) (TMW-Br) graphics/items/generic/icebottle.png (FotherJ, Nami) (CC BY-SA 3.0) (Enchilado) graphics/items/generic/icecube.png (Alige, Arikel) (CC BY-SA 3.0) (Enchilado) graphics/items/generic/ingot.png (Wombat) (CC BY-SA 3.0) (Enchilado) diff --git a/graphics/items/generic/herocoin.png b/graphics/items/generic/herocoin.png Binary files differnew file mode 100644 index 00000000..def3e585 --- /dev/null +++ b/graphics/items/generic/herocoin.png @@ -2294,6 +2294,13 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="Dusty in a bottle. Part from Call Of Dusty Event." type="generic" weight="25"/> + <item id="887" + image="generic/herocoin.png" + name="Hero Coin" + description="Heroes Hold's Dungeon Coin. Worth a lot on the black market." + type="generic" + weight="0" + sellProtected="true"/> <!-- Necklaces --> <item id="1000" |