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/pre-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/pre-re')
-rw-r--r-- | db/pre-re/item_db.conf | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index d62bbf19c..dfe27f428 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -55829,6 +55829,12 @@ item_db: ( Weight: 1 }, { + Id: 6707 + AegisName: "Cash_Hair_Coupon" + Name: "Cash Hair Coupon" + Weight: 10 +}, +{ Id: 7001 AegisName: "Mould_Powder" Name: "Mould Powder" @@ -93981,7 +93987,38 @@ item_db: ( Weight: 10 Script: <" getitem 12581,50; "> }, - +{ + 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: 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 |