diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-03-19 12:57:58 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-03-19 12:57:58 +0100 |
commit | fb30c96f21cb2d64ccfd35674f9a7bc10558574f (patch) | |
tree | 45fad4a178a075e56ed5417a403403ef0c04e706 /world/map | |
parent | bce18dcc973dcd7131194a1b1ff946c84b20eabb (diff) | |
download | serverdata-fb30c96f21cb2d64ccfd35674f9a7bc10558574f.tar.gz serverdata-fb30c96f21cb2d64ccfd35674f9a7bc10558574f.tar.bz2 serverdata-fb30c96f21cb2d64ccfd35674f9a7bc10558574f.tar.xz serverdata-fb30c96f21cb2d64ccfd35674f9a7bc10558574f.zip |
Change effect of Pickled Beets to heal 50 HP and turn your hair purple, submodule pointer updated.
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/db/item_db.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/db/item_db.txt b/world/map/db/item_db.txt index fdc154fb..b5cf59c7 100644 --- a/world/map/db/item_db.txt +++ b/world/map/db/item_db.txt @@ -723,8 +723,8 @@ 4029, GrimaceOfDementia, Grimace of Dementia, 3, 20, 10, 10, , , , , , 2, , , 0, , {}, {} 4030, BowlerHat, Bowler Hat, 5, 2500, 1250, 30, , 10, , 2, 0, 2, 256, , 0, 0, {}, {} 4031, Monocle, Monocle, 5, 5000, 2500, 20, , 2, , 0, 0, 2, 256, , 0, 0, {}, {bonus bDex, 1; bonus bLuk, 1; bonus bCritical, 10;} -4032, PanHat, Pan Hat, 5, 1000, 500, 400, , 13, , -20, 0, 2, 256, , 0, 0, {}, {} -4033, ChefHat, Chef Hat, 5, 1000, 500, 30, , 2, , 2, 0, 2, 256, , 0, 0, {}, {} -4034, BlackPearl, Black Pearl, 3, 8000, 4000, 5, , , , , , , , , , , {}, {} -4035, PickledBeets, Pickled Beets, 0, 100, 50, 150, , , , , , , , , , , {itemheal 15, 0;}, {} +4032, PanHat, Pan Hat, 5, 1000, 500, 400, , 13, , -20, 0, 2, 256, , 0, 0, {}, {} +4033, ChefHat, Chef Hat, 5, 1000, 500, 30, , 2, , 2, 0, 2, 256, , 0, 0, {}, {} +4034, BlackPearl, Black Pearl, 3, 8000, 4000, 5, , , , , , , , , , , {}, {} +4035, PickledBeets, Pickled Beets, 0, 100, 50, 150, , , , , , , , , , , {itemheal 50, 0; setlook LOOK_HAIR_COLOR, HC_PURPLE;}, {} // No new additions to the 4000s please. Add to the bottom of the < 1000s for regular entries and the 2000s for dyed entries. |