From ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4 Mon Sep 17 00:00:00 2001 From: Asheraf Date: Fri, 30 Mar 2018 00:02:14 +0100 Subject: Implementation of stylist ui --- db/pre-re/item_db.conf | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'db/pre-re') 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 @@ -55828,6 +55828,12 @@ item_db: ( Buy: 100 Weight: 1 }, +{ + Id: 6707 + AegisName: "Cash_Hair_Coupon" + Name: "Cash Hair Coupon" + Weight: 10 +}, { Id: 7001 AegisName: "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 -- cgit v1.2.3-70-g09d2