diff options
author | Reid <reidyaro@gmail.com> | 2012-05-30 02:10:42 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-30 02:15:19 +0200 |
commit | b8936e114cd55d8560b4f7024b9c3e27ff060356 (patch) | |
tree | 90945de46e069a390193c689ece376d105d3010b /db | |
parent | bdadc9bff73ae87a804afe9dabecf33354e5be50 (diff) | |
download | clientdata-b8936e114cd55d8560b4f7024b9c3e27ff060356.tar.gz clientdata-b8936e114cd55d8560b4f7024b9c3e27ff060356.tar.bz2 clientdata-b8936e114cd55d8560b4f7024b9c3e27ff060356.tar.xz clientdata-b8936e114cd55d8560b4f7024b9c3e27ff060356.zip |
Add Coconut item function,
Add Coconut function on scripts.conf and item_db (ID 513).
Diffstat (limited to 'db')
-rw-r--r-- | db/item_db.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 68c300f1..3f8e83a8 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -11,6 +11,8 @@ 509, Aquada, Aquada, 0, 0, 50, 24, 5, , , , , , 2, , , 0, , 0, {itemheal 30, 0;}, {} {} 510, PinkBlobime, Pink Blobime, 0, 0, 30, 13, 2, , , , , , 2, , , 0, , 0, {callfunc "usePoisonedBlobime";},{} {} // 511, PurpleBlobime, Purple Blobime, 0, 0, 60, 27, 2, , , , , , 2, , , 0, , 0, {callfunc "usePoisonedBlobime";},{} {} +512, HalfCoconut, Half Coconut, 0, 0, 50, 28, 14, , , , , , 2, , , 0, , 0, { itemheal 40, 0; }, {} +513, Coconut, Coconut, 0, 0, 80, 50, 30, , , , , , 2, , , 0, , 0, { doevent "Coconut::OnUse"; }, {} 700, SmallTentacles, Small Tentacles, 0, 3, 50, 20, 5, , , , , , , , , , , 0, {}, {} {} 701, PiouFeathers, Piou Feathers, 0, 3, 60, 35, 1, , , , , , , , , , , 0, {}, {} {} 702, TortugaShellFragment, Tortuga Shell Fragment, 0, 3, 40, 15, 15, , , , , , , , , , , 0, {}, {} {} @@ -33,3 +35,4 @@ 2200, WornShorts, Worn Shorts, 0, 5, 80, 20, 35, , 2, , , 0, 2, 1, , 0, , 0, {}, {} {} 2900, Bandana, Bandana, 0, 5, 500, 100, 13, , 1, , , 0, 2, 256, , 0, , 0, {}, {} {} 3500, Knife, Knife, 0, 4, 50, 25, 50, 10, , , , 0, 2, 2, 1, 1, 1, 0, {}, {} {} +# <------ 23chars ------> <------ 23chars ------>
\ No newline at end of file |