diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-25 19:16:36 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-25 19:16:36 +0400 |
commit | fbcea3d92a940cb5f4ab11c514261ce7095af4c7 (patch) | |
tree | b420888e671880b086731d8e3b9cbd959f8b4f35 /db | |
parent | a43763e065a8ac56b4c7dbb01c021dd6574065a3 (diff) | |
download | clientdata-fbcea3d92a940cb5f4ab11c514261ce7095af4c7.tar.gz clientdata-fbcea3d92a940cb5f4ab11c514261ce7095af4c7.tar.bz2 clientdata-fbcea3d92a940cb5f4ab11c514261ce7095af4c7.tar.xz clientdata-fbcea3d92a940cb5f4ab11c514261ce7095af4c7.zip |
Fixed mushrooms' weight.
Diffstat (limited to 'db')
-rw-r--r-- | db/item_db.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 8c97c3cf..2108ea19 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2,7 +2,7 @@ 0, DEFAULT, Default, 0, 0, 0, 0, 10, , , , , , 2, , , , , 0, {}, {} {} 501, Acorn, Acorn, 0, 0, 8, 2, 2, , , , , , 2, , , 0, , 0, {itemheal 15, 0;}, {} {} 502, Bread, Bread, 0, 0, 44, 11, 5, , , , , , 2, , , 0, , 0, {itemheal 30, 0;}, {} {} -503, Fungus, Fungus, 0, 0, 92, 23, 7, , , , , , 2, , , 0, , 0, {itemheal 25, 0;}, {} {} +503, Fungus, Fungus, 0, 0, 92, 23, 11, , , , , , 2, , , 0, , 0, {itemheal 25, 0;}, {} {} 504, Cheese, Cheese, 0, 0, 72, 18, 6, , , , , , 2, , , 0, , 0, {itemheal 50, 0;}, {} {} 505, PiouLegs, Piou Legs, 0, 0, 12, 3, 5, , , , , , 2, , , 0, , 0, {itemheal 10, 0;}, {} {} 506, Lettuce, Lettuce, 0, 0, 48, 12, 5, , , , , , 2, , , 0, , 0, {itemheal 15, 0;}, {} {} @@ -14,7 +14,7 @@ 512, HalfCroconut, Half Croconut, 0, 0, 112, 28, 14, , , , , , 2, , , 0, , 0, {itemheal 40, 0;}, {} {} 513, Croconut, Croconut, 0, 0, 30, 8, 30, , , , , , 2, , , 0, , 0, {doevent "Croconut::OnUse";}, {} {} 514, OldBook, Old Book, 0, 2, 300, 75, 150, , , , , , 2, , , 0, , 0, {doevent "OldBook::OnUse";}, {} {} -515, Plushroom, Plushroom, 0, 0, 20, 4, 55, , , , , , 2, , , 0, , 0, {itemheal 25, 0;}, {} {} +515, Plushroom, Plushroom, 0, 0, 20, 4, 8, , , , , , 2, , , 0, , 0, {itemheal 25, 0;}, {} {} 516, PumpkinSeeds, Pumpkin Seeds, 0, 0, 8, 2, 1, , , , , , 2, , , 0, , 0, {callfunc "usePoisonedSeeds";}, {} {} 700, SmallTentacles, Small Tentacles, 0, 3, 80, 20, 5, , , , , , , , , , , 0, {}, {} {} 701, PiouFeathers, Piou Feathers, 0, 3, 32, 8, 1, , , , , , , , , , , 0, {}, {} {} |