diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 14:10:10 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 14:10:10 -0200 |
commit | e3dac0c139cc8b3c2753a94cb73062a1f82e6b1c (patch) | |
tree | 30ca1394aed4f733ca5fbbee8cfadef81abf126b /db/re/item_db.conf | |
parent | 885cb4cbfd5df4e71b0f7b2673c887b4181ede48 (diff) | |
download | serverdata-e3dac0c139cc8b3c2753a94cb73062a1f82e6b1c.tar.gz serverdata-e3dac0c139cc8b3c2753a94cb73062a1f82e6b1c.tar.bz2 serverdata-e3dac0c139cc8b3c2753a94cb73062a1f82e6b1c.tar.xz serverdata-e3dac0c139cc8b3c2753a94cb73062a1f82e6b1c.zip |
Empty box core logic/mechanic. Still Unobtanium.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4119e0015..62dbea4ce 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -426,14 +426,14 @@ item_db: ( Id: 513 AegisName: "Croconut" Name: "Croconut" - Type: "IT_HEALING" + Type: "IT_USABLE" Buy: 100 Sell: 35 Weight: 80 Refine: false ViewSprite: 513 Script: <" - doevent "Croconut::OnUse"; + doevent "Empty Box#it::OnUse"; "> }, { @@ -2504,6 +2504,20 @@ item_db: ( } "> }, +{ + Id: 631 + AegisName: "EmptyBox" + Name: "Empty Box" + Type: "IT_USABLE" + Buy: 100 + Sell: 35 + Weight: 80 + Refine: false + ViewSprite: 513 + Script: <" + doevent "Croconut::OnUse"; + "> +}, // Mounts { |