summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf46
1 files changed, 44 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 7de03aedc..b6ae1e648 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -76060,7 +76060,22 @@ item_db: (
Type: 0
Buy: 0
Weight: 10
- Script: <" itemheal rand(70,110),0; ">
+ Script: <"
+ .@temp = rand(1,4);
+ if (.@temp == 1) {
+ heal -100, 0;
+ } else if (.@temp == 2) {
+ showscript "Huuph...! Yucky..! Wa, Water...!!";
+ sc_start SC_STUN, 3000, 0, 50000, SCFLAG_NONE;
+ } else if (.@temp == 3) {
+ showscript "Yeeyuck...!! This is rotten!!";
+ sc_start SC_POISON, 50000, 0;
+ } else {
+ specialeffect2 EF_HIT4;
+ showscript "Arrrrrgggg...!! Bu, Bu, Bugggggg!!!!!";
+ getitem Rice_weevil_Bug, 1;
+ }
+ ">
},
{
Id: 11537
@@ -76069,7 +76084,34 @@ item_db: (
Type: 0
Buy: 0
Weight: 10
- Script: <" itemheal rand(100,150),0; ">
+ Script: <"
+ .@temp = rand(1,6);
+ if (.@temp == 1) {
+ specialeffect2 EF_POISONHIT;
+ showscript "Errrgg!!! This is so.. bitter....!!";
+ heal 0,-50;
+ } else if (.@temp == 2) {
+ specialeffect2 EF_HEAL;
+ showscript "....Well at least this is good for my health though.";
+ percentheal 15,0;
+ } else if (.@temp == 3) {
+ specialeffect2 EF_POISONHIT;
+ showscript "Phewphew!! Arg.... Is this poisoned or what?!";
+ heal 0,-100;
+ } else if (.@temp == 4) {
+ specialeffect2 EF_POISONHIT;
+ showscript "Whasdfhwkljhrtklwert....!!";
+ heal 0,-200;
+ } else if (.@temp == 5) {
+ specialeffect2 EF_HEAL;
+ showscript "It's ok, no one sew me yet..";
+ percentheal 10,0;
+ } else {
+ specialeffect2 EF_HEAL;
+ showscript "I really need something to eat... ?? Sorry, little buggy.";
+ percentheal 5,0;
+ }
+ ">
},
{
Id: 11538