diff options
author | Haru <haru@dotalux.com> | 2018-06-03 22:51:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-03 22:51:08 +0200 |
commit | b5ee7e4863f60a43d6c44c93104d4df4146fdd84 (patch) | |
tree | c9eb881ba40f8c9b4acb45945a5dcbbed82b79ca /db/re | |
parent | 1670e2b6e5eca660d73aafb8cbb4830bd453e79e (diff) | |
parent | ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4 (diff) | |
download | hercules-b5ee7e4863f60a43d6c44c93104d4df4146fdd84.tar.gz hercules-b5ee7e4863f60a43d6c44c93104d4df4146fdd84.tar.bz2 hercules-b5ee7e4863f60a43d6c44c93104d4df4146fdd84.tar.xz hercules-b5ee7e4863f60a43d6c44c93104d4df4146fdd84.zip |
Merge pull request #2004 from Asheraf/stylist
Implementation of stylist ui
Diffstat (limited to 'db/re')
-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 |