diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 0013e7a3b..6c82efb37 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2290,6 +2290,36 @@ item_db: ( "> }, { + Id: 603 + AegisName: "HastePotion" + Name: "Haste Potion" + Type: "IT_USABLE" + Buy: 820 + Sell: 240 + Weight: 12 + Refine: false + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_ATTHASTE_POTION1, 20000, 15; + "> +}, +{ + Id: 604 + AegisName: "StrengthPotion" + Name: "Strength Potion" + Type: "IT_USABLE" + Buy: 820 + Sell: 240 + Weight: 12 + Refine: false + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_PLUSATTACKPOWER, 20000, 15; + "> +}, +{ Id: 700 AegisName: "SmallTentacles" Name: "Small Tentacles" @@ -5432,7 +5462,7 @@ item_db: ( }, { Id: 1160 - AegisName: "PlushMouboor" + AegisName: "PlushMouboo" Name: "Plush Mouboo" Type: "IT_ARMOR" Buy: 7000 |