diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-16 21:31:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-16 21:31:07 -0300 |
commit | 956ca60ed5f2fe63b11f942063d190416e055da3 (patch) | |
tree | 694460657348e0fc88de0067f2d8ff9b53bdbe5b | |
parent | 04d38015f1a99389ffc1a402033506ebc30845e3 (diff) | |
download | serverdata-956ca60ed5f2fe63b11f942063d190416e055da3.tar.gz serverdata-956ca60ed5f2fe63b11f942063d190416e055da3.tar.bz2 serverdata-956ca60ed5f2fe63b11f942063d190416e055da3.tar.xz serverdata-956ca60ed5f2fe63b11f942063d190416e055da3.zip |
Fertility Potion effect - Poison, item is not lost
-rw-r--r-- | db/re/item_db.conf | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index dfc73d96..6f22373b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1231,10 +1231,12 @@ item_db: ( Buy: 25000 Sell: 2750 Weight: 25 - Refine: false - ViewSprite: 608 - BindOnEquip: false Delay: 1000 + KeepAfterUse: true + Script: <" + sc_start SC_POISON, 30000, 100; + dispbottom l("Yuck! I won't drink this!"); + "> }, { Id: 609 @@ -1255,11 +1257,23 @@ item_db: ( @delay = 10; @type = 2; doevent "rand_sc_heal::OnUse"; - bonus bMaxSP,20; + bonus bMaxSP,20; // FIXME + "> +}, +{ + Id: 610 + AegisName: "DeathPotion" + Name: "Death Potion" + Type: "IT_USABLE" + Buy: 5000 + Sell: 325 + Weight: 250 + UseEffect: "EFFECT_HEAL" + Script: <" + percentheal -100, -100; "> }, { -<<<<<<< HEAD Id: 611 AegisName: "GrassSeeds" Name: "Grass Seeds" @@ -1314,19 +1328,7 @@ item_db: ( BindOnEquip: false Delay: 1000 }, -======= - Id: 610 - AegisName: "DeathPotion" - Name: "Death Potion" - Type: "IT_USABLE" - Buy: 5000 - Sell: 325 - Weight: 250 - UseEffect: "EFFECT_HEAL" - Script: <" - percentheal -100, -100; - "> -}, + // Generic { Id: 700 |