diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-06-05 00:25:38 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-06-05 00:25:38 +0100 |
commit | 09d1788daff67a4304503a5579e1e75ca59b63f4 (patch) | |
tree | e48c9b65f3e55362802d5311c03f2e193faaf9b3 | |
parent | 491cf93e840449df7143d7e2651a8d2bf34f7445 (diff) | |
download | serverdata-09d1788daff67a4304503a5579e1e75ca59b63f4.tar.gz serverdata-09d1788daff67a4304503a5579e1e75ca59b63f4.tar.bz2 serverdata-09d1788daff67a4304503a5579e1e75ca59b63f4.tar.xz serverdata-09d1788daff67a4304503a5579e1e75ca59b63f4.zip |
Add different time lenght for the poison on item_db.
-rw-r--r-- | db/item_db.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 4b938b43..8730ab03 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -7,15 +7,15 @@ 505, PiouLegs, Piou Legs, 0, 0, 12, 3, 4, , , , , , 2, , , 0, , 0, {itemheal rand(7,13), 0;}, {} {} 506, LettuceLeaf, Lettuce Leaf, 0, 0, 48, 12, 1, , , , , , 2, , , 0, , 0, {itemheal rand(15,25), 0;}, {} {} 507, Piberries, Piberries, 0, 0, 8, 2, 2, , , , , , 2, , , 0, , 0, {itemheal rand(12,23), 0;}, {} {} -508, SeaDrops, Sea Drops, 0, 0, 4, 1, 4, , , , , , 2, , , 0, , 1500, {sc_start2 sc_poison, 1, 50, 2500; itemheal rand(10,20), 0;},{} {} +508, SeaDrops, Sea Drops, 0, 0, 4, 1, 4, , , , , , 2, , , 0, , 1500, {sc_start2 sc_poison, 1, 20, 2500; itemheal rand(10,20), 0;},{} {} 509, Aquada, Aquada, 0, 0, 96, 24, 16, , , , , , 2, , , 0, , 0, {itemheal rand(75,100), 0;}, {} {} -510, PinkBlobime, Pink Blobime, 0, 0, 52, 13, 10, , , , , , 2, , , 0, , 0, {sc_start2 sc_poison, 1, 50, 3333; itemheal rand(2,6), 0;},{} {} -// 511,PurpleBlobime, Purple Blobime, 0, 0, 108, 27, 10, , , , , , 2, , , 0, , 0, {sc_start2 sc_poison, 1, 50, 5000; itemheal rand(3,9), 0;},{} {} +510, PinkBlobime, Pink Blobime, 0, 0, 52, 13, 10, , , , , , 2, , , 0, , 0, {sc_start2 sc_poison, 1, 30, 3333; itemheal rand(2,6), 0;},{} {} +// 511,PurpleBlobime, Purple Blobime, 0, 0, 108, 27, 10, , , , , , 2, , , 0, , 0, {sc_start2 sc_poison, 1, 60, 5000; itemheal rand(3,9), 0;},{} {} 512, HalfCroconut, Half Croconut, 0, 0, 112, 28, 55, , , , , , 2, , , 0, , 0, {itemheal rand(65,90), 0;}, {} {} 513, Croconut, Croconut, 0, 0, 30, 8, 100, , , , , , 2, , , 0, , 0, {doevent "Croconut::OnUse";}, {} {} 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, {sc_start sc_concentration, 20000, 5; itemheal rand(20,30), 0;},{} {} -516, PumpkinSeeds, Pumpkin Seeds, 0, 0, 8, 2, 1, , , , , , 2, , , 0, , 0, {sc_start2 sc_poison, 1, 50, 2500; itemheal 1, 0;},{} {} +516, PumpkinSeeds, Pumpkin Seeds, 0, 0, 8, 2, 1, , , , , , 2, , , 0, , 0, {sc_start2 sc_poison, 1, 10, 2500; itemheal 1, 0;},{} {} 517, DeliciousCookie, Delicious Cookie, 0, 0, 1, 1000, 2, , , , , , 2, , , 0, , 0, {gmcommand "@disguise piou"; gmcommand "@speed 600";},{} {} 700, SmallTentacles, Small Tentacles, 0, 3, 80, 20, 5, , , , , , , , , , , 0, {}, {} {} 701, PiouFeathers, Piou Feathers, 0, 3, 32, 8, 1, , , , , , , , , , , 0, {}, {} {} |