diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-03-30 00:02:14 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-06-02 16:33:32 +0000 |
commit | ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4 (patch) | |
tree | f0624b03ec077198a2baba945a16947d6a7d8a14 /db/re/item_db.conf | |
parent | c81fee18c0d5ed70f8717679ee16cebe5e591c58 (diff) | |
download | hercules-ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4.tar.gz hercules-ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4.tar.bz2 hercules-ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4.tar.xz hercules-ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4.zip |
Implementation of stylist ui
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6c4e820e8..bc3470fd9 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -74438,6 +74438,12 @@ item_db: ( } }, { + Id: 6707 + AegisName: "Cash_Hair_Coupon" + Name: "Cash Hair Coupon" + Weight: 10 +}, +{ Id: 6712 AegisName: "Lovely_Stick" Name: "Love Wand" @@ -128151,6 +128157,30 @@ item_db: ( Script: <" packageitem(); "> }, { + Id: 16843 + AegisName: "Beauty_Gift_Box" + Name: "Beauty Gift Box" + Type: "IT_USABLE" + Weight: 10 + Script: <" getitem(New_Style_Coupon, 1); "> +}, +{ + Id: 16854 + AegisName: "Clothing_Dye_Box" + Name: "Clothing Dye Box" + Type: "IT_USABLE" + Weight: 10 + Script: <" getitem(Clothing_Dye_Coupon, 1); "> +}, +{ + Id: 16855 + AegisName: "Clothing_Dye_Orig_Box" + Name: "Clothing Dye Orig Box" + Type: "IT_USABLE" + Weight: 10 + Script: <" getitem(Clothing_Dye_Coupon2, 1); "> +}, +{ Id: 16972 AegisName: "Weather_Report_Box" Name: "Weather Forecast Box" @@ -130037,7 +130067,14 @@ item_db: ( } Script: <" getitem LUK_Biscuit_Stick,20; "> }, - +{ + Id: 17336 + AegisName: "Jeremy_Beauty_Coupon_Box" + Name: "Jeremy's Beauty Coupon Box" + Type: "IT_USABLE" + Weight: 10 + Script: <" getitem(Cash_Hair_Coupon, 1); "> +}, //== Mechanic / Geneticist Cannon Balls ==================== { Id: 18000 |