diff options
author | Micksha <ms-shaman@gmx.de> | 2019-10-16 15:10:34 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2019-10-16 15:10:34 +0000 |
commit | 061730964f6279b4fdea147518c884f75e75af15 (patch) | |
tree | b3e68f2903637833abc42766acde69834709dd2f /items.xml | |
parent | f65cf2f25330922941cacb5e1fa1111b4beb4b16 (diff) | |
download | clientdata-061730964f6279b4fdea147518c884f75e75af15.tar.gz clientdata-061730964f6279b4fdea147518c884f75e75af15.tar.bz2 clientdata-061730964f6279b4fdea147518c884f75e75af15.tar.xz clientdata-061730964f6279b4fdea147518c884f75e75af15.zip |
Jesusalva/207
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -682,6 +682,14 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. useButton="Drink" type="usable" weight="250"/> + <item id="610" + image="usable/potiondeath.png|W:#580000,a40000,c02020,ff6060" + name="Death Potion" + description="Used for really powerful magic. You should not drink this!" + effect="Instakill." + useButton="Drink" + type="usable" + weight="512"/> <!-- Generic Items --> <item id="700" @@ -2363,4 +2371,12 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. attack="100" weight="1"/> + <!-- Fun Items --> + <item id="7420" + image="generic/adventurersoul.png|W:#846211,dab333,fffb93,ffffff;R:#111111,222222,333333,444444,555555,aaaaaa" + name="Adventurer's Soul" + description="Seems like someone fell prey to PK'ing." + type="generic" + weight="100"/> + </items> |