summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-06-01 03:34:51 +0100
committerReid Yaro <reidyaro@gmail.com>2013-06-01 03:34:51 +0100
commit34fef3db52df2c5c23ea47bd8e961a758311d8bd (patch)
tree84c381984b1a05f9a80ef0fd735f790e7ddffbf6
parent14debe7f7c4a1f71a1fdac2fffb71a90ac82abba (diff)
downloadclientdata-34fef3db52df2c5c23ea47bd8e961a758311d8bd.tar.gz
clientdata-34fef3db52df2c5c23ea47bd8e961a758311d8bd.tar.bz2
clientdata-34fef3db52df2c5c23ea47bd8e961a758311d8bd.tar.xz
clientdata-34fef3db52df2c5c23ea47bd8e961a758311d8bd.zip
Add sc_concentration on plushroom and fungus items,
Remove the usePoison function and replace it with a sc_start2 function.
-rw-r--r--db/const.txt2
-rw-r--r--db/item_db.txt12
2 files changed, 7 insertions, 7 deletions
diff --git a/db/const.txt b/db/const.txt
index 7a81307f..f8407a3f 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -162,7 +162,7 @@ sc_berserk 107
sc_barrier 146
sc_magnificat 20
sc_windwalk 116
-sc_impositio 15 // Attack bonus (time in ms)
+sc_concentration 105 // Attack and Defense bonus and penalty (time in ms)
// Wedding Related
WEDDING_FEE 100
diff --git a/db/item_db.txt b/db/item_db.txt
index da145cf5..a3c2d5cc 100644
--- a/db/item_db.txt
+++ b/db/item_db.txt
@@ -2,20 +2,20 @@
0, DEFAULT, Default, 0, 0, 0, 0, 10, , , , , , 2, , , , , 0, {}, {} {}
501, Acorn, Acorn, 0, 0, 8, 2, 3, , , , , , 2, , , 0, , 0, {itemheal rand(12,18), 0;}, {} {}
502, Bread, Bread, 0, 0, 44, 11, 25, , , , , , 2, , , 0, , 0, {itemheal rand(25,40), 0;}, {} {}
-503, Fungus, Fungus, 0, 0, 92, 23, 8, , , , , , 2, , , 0, , 0, {itemheal rand(25,35), 0;}, {} {}
+503, Fungus, Fungus, 0, 0, 92, 23, 8, , , , , , 2, , , 0, , 0, {sc_start sc_concentration, 60000, -5; itemheal rand(25,35), 0;},{} {}
504, Cheese, Cheese, 0, 0, 72, 18, 3, , , , , , 2, , , 0, , 0, {itemheal rand(30,50), 0;}, {} {}
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, , 0, {callfunc "usePoison", 4, 15;}, {} {}
+508, SeaDrops, Sea Drops, 0, 0, 4, 1, 4, , , , , , 2, , , 0, , 0, {sc_start2 sc_poison, 1, 50, 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, {callfunc "usePoison", 3, 4;}, {} {}
-// 511,PurpleBlobime, Purple Blobime, 0, 0, 108, 27, 10, , , , , , 2, , , 0, , 0, {callfunc "usePoison", 2, 6;}, {} {}
+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;},{} {}
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_impositio, 60000, 1; itemheal rand(20,30), 0;}, {} {}
-516, PumpkinSeeds, Pumpkin Seeds, 0, 0, 8, 2, 1, , , , , , 2, , , 0, , 0, {callfunc "usePoison", 4, 1;}, {} {}
+515, Plushroom, Plushroom, 0, 0, 20, 4, 8, , , , , , 2, , , 0, , 0, {sc_start sc_concentration, 60000, 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;},{} {}
517, DeliciousCookie, Delicious Cookie, 0, 0, 1, 1000, 2, , , , , , 2, , , 0, , 0, {itemheal 0, 0;}, {} {}
700, SmallTentacles, Small Tentacles, 0, 3, 80, 20, 5, , , , , , , , , , , 0, {}, {} {}
701, PiouFeathers, Piou Feathers, 0, 3, 32, 8, 1, , , , , , , , , , , 0, {}, {} {}