diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-04-03 18:00:46 +0200 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-04-03 18:01:19 +0200 |
commit | e709e25c55ebc72d0ef19352b829604e6f1fcbae (patch) | |
tree | 75853ebba8d9049c4085db26cfa4fc64070d58d0 | |
parent | cbce2426ffca559c79e321d1a972d4d34c29e502 (diff) | |
download | serverdata-e709e25c55ebc72d0ef19352b829604e6f1fcbae.tar.gz serverdata-e709e25c55ebc72d0ef19352b829604e6f1fcbae.tar.bz2 serverdata-e709e25c55ebc72d0ef19352b829604e6f1fcbae.tar.xz serverdata-e709e25c55ebc72d0ef19352b829604e6f1fcbae.zip |
Creamy Biscuit usable item added.
-rw-r--r-- | db/item_db.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index ad718898..a3c42f1f 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -16,6 +16,7 @@ 514, OldBook, Old Book, 0, 2, 300, 75, 25, , , , , , 2, , , 0, , 0, {doevent "OldBook::OnUse";}, {} {} 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";}, {} {} +517, CreamyBiscuit, Creamy Biscuit, 0, 0, 90, 22, 1, , , , , , 2, , , 0, , 0, {itemheal 50, 0;}, {} {} 700, SmallTentacles, Small Tentacles, 0, 3, 80, 20, 5, , , , , , , , , , , 0, {}, {} {} 701, PiouFeathers, Piou Feathers, 0, 3, 32, 8, 1, , , , , , , , , , , 0, {}, {} {} 702, TortugaShellFragment, Tortuga Shell Fragment, 0, 3, 40, 8, 25, , , , , , , , , , , 0, {}, {} {} |