更新配置解析

This commit is contained in:
hahwu 2024-12-06 17:24:10 +08:00
parent 352c1ce07c
commit 70bcea7d56
5 changed files with 309 additions and 300 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/tool/out
/config/~*
tool/tool.ipynb
tool/txt/*

Binary file not shown.

View File

@ -1,11 +1,12 @@
{
"target_dir": "tool/txt",
"source_dir": "config",
"file_list": [
"target_dir":"tool/txt",
"source_dir":"config",
"file_list": [
{
"in_file": "MergeData.xlsx",
"out_file": "MergeData.txt",
"sheet_name" :"MergeData"
"in_file":"MergeData.xlsx",
"out_file":"MergeData.txt",
"sheet_name" :"MergeData",
"coloum_type":["int","int","int","string","string","string","string","string","int","int","string","int","int","int","string","int","string","string","string","string","string","int"]
}
]
}

View File

@ -29,8 +29,16 @@ for file_cfg in file_list:
with open(target_file_path, 'w', encoding='utf-8') as txt_file:
header = [str(cell.value) for cell in sheet[1] if cell.value not in fields_to_remove]
txt_file.write('\t'.join(header) + '\n')
txt_file.write('#\t 界面配置表\n')
i = 0
for row in sheet.iter_rows(values_only=True):
i += 1
if i < 4 :
txt_file.write('#\t')
else:
txt_file.write('\t')
if i == 2:
txt_file.write('\t'.join(file_cfg["coloum_type"]) + '\n')
continue
row_data = [str(cell) for cell in row if cell not in fields_to_remove]
txt_file.write('\t'.join(row_data) + '\n')

View File

@ -1,292 +1,291 @@
Id Lv MaxLv Icon Color Title Content SellType SellNum Star Origin Capacity CoolTime CoolNum Emit_List SellDiamond Relative Type PType Emit_ID Emit_Type Emit_Product Product_Type Order_Score
Id Lv MaxLv Icon Color Title Content SellType SellNum Star Origin Capacity CoolTime CoolNum Emit_List SellDiamond Relative Type PType Emit_ID Emit_Type Emit_Product Product_Type Order_Score
int int int string string string string string int int string int int int string int string string string string string int string int
Id 等级 最大等级 图标 系列 标题 内容 出售类型 出售价格 订单星星数 来源 容量 冷却时间 快速冷却消耗 发射内容 出售钻石 关联 类型 类型 发射器编号 发射器类型 发射器产出类型 产物类型 订单积分
1 1 15 Production_A1_LV1 Food Fish-shaped Treats Food star 1 5 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 1 Cooking Tools Product 1 None None None main 1
2 2 15 Production_A1_LV2 Food Bone-shaped Treats Food star 1 9 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 1 Cooking Tools Product 1 None None None main 2
3 3 15 Production_A1_LV3 Food Mixed Pet Treats Food star 3 15 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 1 Cooking Tools Product 1 None None None main 4
4 4 15 Production_A1_LV4 Food Pet Food Food star 5 27 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 2 Cooking Tools Product 1 None None None main 8
5 5 15 Production_A1_LV5 Food Advanced Pet Food Food star 9 48 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 4 Cooking Tools Product 1 None None None main 16
6 6 15 Production_A1_LV6 Food Premium Pet Food Food star 16 84 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 7 Cooking Tools Product 1 None None None main 32
7 7 15 Production_A1_LV7 Food Pet Patty Food star 28 149 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 13 Cooking Tools Product 1 None None None main 64
8 8 15 Production_A1_LV8 Food Pet Sausage Food star 51 264 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 25 Cooking Tools Product 1 None None None main 128
9 9 15 Production_A1_LV9 Food Pet Rice Food star 90 466 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 45 Cooking Tools Product 1 None None None main 256
10 10 15 Production_A1_LV10 Food Advanced Pet Rice Food star 158 825 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 80 Cooking Tools Product 1 None None None main 512
11 11 15 Production_A1_LV11 Food Pet Ham Food star 280 1459 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 140 Cooking Tools Product 1 None None None main 1024
12 12 15 Production_A1_LV12 Food Pet Roast Chicken Food star 495 2579 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 240 Cooking Tools Product 1 None None None main 2048
13 13 15 Production_A1_LV13 Food Pet Steak Food star 876 4561 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 320 Cooking Tools Product 1 None None None main 4096
14 14 15 Production_A1_LV14 Food Pet Sashimi Food star 1549 6065 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 450 Cooking Tools Product 1 None None None main 8192
15 15 15 Production_A1_LV15 Food Premium Pet Meal Food star 2738 10260 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 1200 Cooking Tools Product 2 None None None main 8192
21 1 12 Production_A2_LV1 Can Cat Snack Can star 1 5 85,86,87,88,89,90,91,92 -1 -1 -1 null 1 Cooking Tools Product 2 None None None sub 4
22 2 12 Production_A2_LV2 Can Packed Snack Can star 1 9 85,86,87,88,89,90,91,92 -1 -1 -1 null 1 Cooking Tools Product 2 None None None sub 8
23 3 12 Production_A2_LV3 Can Advanced Packed Snack Can star 3 16 85,86,87,88,89,90,91,92 -1 -1 -1 null 1 Cooking Tools Product 2 None None None sub 16
24 4 12 Production_A2_LV4 Can Cat Snack Can Can star 5 28 85,86,87,88,89,90,91,92 -1 -1 -1 null 2 Cooking Tools Product 2 None None None sub 32
25 5 12 Production_A2_LV5 Can Cat Tuna Can Can star 9 50 85,86,87,88,89,90,91,92 -1 -1 -1 null 4 Cooking Tools Product 2 None None None sub 64
26 6 12 Production_A2_LV6 Can Advanced Tuna Can Can star 16 89 85,86,87,88,89,90,91,92 -1 -1 -1 null 7 Cooking Tools Product 2 None None None sub 128
27 7 12 Production_A2_LV7 Can Main Dish Can Can star 28 157 85,86,87,88,89,90,91,92 -1 -1 -1 null 13 Cooking Tools Product 2 None None None sub 256
28 8 12 Production_A2_LV8 Can Advanced Main Dish Can Can star 51 277 85,86,87,88,89,90,91,92 -1 -1 -1 null 25 Cooking Tools Product 2 None None None sub 512
29 9 12 Production_A2_LV9 Can Premium Main Dish Can Can star 90 490 85,86,87,88,89,90,91,92 -1 -1 -1 null 45 Cooking Tools Product 2 None None None sub 1024
30 10 12 Production_A2_LV10 Can Small Fish Pack Can star 158 866 85,86,87,88,89,90,91,92 -1 -1 -1 null 80 Cooking Tools Product 2 None None None sub 2048
31 11 12 Production_A2_LV11 Can Advanced Small Fish Pack Can star 280 1532 85,86,87,88,89,90,91,92 -1 -1 -1 null 140 Cooking Tools Product 2 None None None sub 4096
32 12 12 Production_A2_LV12 Can Premium Small Fish Pack Can star 495 2708 85,86,87,88,89,90,91,92 -1 -1 -1 null 240 Cooking Tools Product 2 None None None sub 8192
41 1 15 Production_B1_LV1 Pet Cloth Cotton Pet Cloth star 1 5 1.04105106107108e+26 -1 -1 -1 null 1 Sewing Product 1 None None None main 1
42 2 15 Production_B1_LV2 Pet Cloth Cotton Ball Pet Cloth star 1 9 1.04105106107108e+26 -1 -1 -1 null 1 Sewing Product 1 None None None main 2
43 3 15 Production_B1_LV3 Pet Cloth Pet Collar Pet Cloth star 3 16 1.04105106107108e+26 -1 -1 -1 null 1 Sewing Product 1 None None None main 4
44 4 15 Production_B1_LV4 Pet Cloth Pet Napkin Pet Cloth star 5 28 1.04105106107108e+26 -1 -1 -1 null 2 Sewing Product 1 None None None main 8
45 5 15 Production_B1_LV5 Pet Cloth Advanced Pet Napkin Pet Cloth star 9 50 1.04105106107108e+26 -1 -1 -1 null 4 Sewing Product 1 None None None main 16
46 6 15 Production_B1_LV6 Pet Cloth Pet Scarf Pet Cloth star 16 89 1.04105106107108e+26 -1 -1 -1 null 7 Sewing Product 1 None None None main 32
47 7 15 Production_B1_LV7 Pet Cloth Pet Warm Hat Pet Cloth star 28 157 1.04105106107108e+26 -1 -1 -1 null 13 Sewing Product 1 None None None main 64
48 8 15 Production_B1_LV8 Pet Cloth Pet Warm Set Pet Cloth star 51 277 1.04105106107108e+26 -1 -1 -1 null 25 Sewing Product 1 None None None main 128
49 9 15 Production_B1_LV9 Pet Cloth Pet Sweater Pet Cloth star 90 490 1.04105106107108e+26 -1 -1 -1 null 45 Sewing Product 1 None None None main 256
50 10 15 Production_B1_LV10 Pet Cloth Advanced Pet Sweater Pet Cloth star 158 866 1.04105106107108e+26 -1 -1 -1 null 80 Sewing Product 1 None None None main 512
51 11 15 Production_B1_LV11 Pet Cloth Premium Pet Sweater Pet Cloth star 280 1532 1.04105106107108e+26 -1 -1 -1 null 140 Sewing Product 1 None None None main 1024
52 12 15 Production_B1_LV12 Pet Cloth Pet Jacket Pet Cloth star 495 2708 1.04105106107108e+26 -1 -1 -1 null 240 Sewing Product 1 None None None main 2048
53 13 15 Production_B1_LV13 Pet Cloth Pet Coat Pet Cloth star 876 4789 1.04105106107108e+26 -1 -1 -1 null 320 Sewing Product 1 None None None main 4096
54 14 15 Production_B1_LV14 Pet Cloth Pet Raincoat Pet Cloth star 1549 6468 1.04105106107108e+26 -1 -1 -1 null 450 Sewing Product 1 None None None main 8192
55 15 15 Production_B1_LV15 Pet Cloth Pet Down Jacket Pet Cloth star 2738 10973 1.04105106107108e+26 -1 -1 -1 null 1200 Sewing Product 2 None None None main 8192
61 1 12 Production_B2_LV1 Pet Shoes Pet Paw Sticker Pet Shoes star 1 5 1.05106107108109e+23 -1 -1 -1 null 1 Sewing Product 2 None None None sub 4
62 2 12 Production_B2_LV2 Pet Shoes Pet Socks Pet Shoes star 1 9 1.05106107108109e+23 -1 -1 -1 null 1 Sewing Product 2 None None None sub 8
63 3 12 Production_B2_LV3 Pet Shoes Cute Pet Socks Pet Shoes star 3 17 1.05106107108109e+23 -1 -1 -1 null 1 Sewing Product 2 None None None sub 16
64 4 12 Production_B2_LV4 Pet Shoes Pet Sandals Pet Shoes star 5 30 1.05106107108109e+23 -1 -1 -1 null 2 Sewing Product 2 None None None sub 32
65 5 12 Production_B2_LV5 Pet Shoes Cute Pet Sandals Pet Shoes star 9 52 1.05106107108109e+23 -1 -1 -1 null 4 Sewing Product 2 None None None sub 64
66 6 12 Production_B2_LV6 Pet Shoes Pet Shoes Pet Shoes star 16 93 1.05106107108109e+23 -1 -1 -1 null 7 Sewing Product 2 None None None sub 128
67 7 12 Production_B2_LV7 Pet Shoes Cute Pet Shoes Pet Shoes star 28 164 1.05106107108109e+23 -1 -1 -1 null 13 Sewing Product 2 None None None sub 256
68 8 12 Production_B2_LV8 Pet Shoes Pet Boots Pet Shoes star 51 290 1.05106107108109e+23 -1 -1 -1 null 25 Sewing Product 2 None None None sub 512
69 9 12 Production_B2_LV9 Pet Shoes Cute Pet Boots Pet Shoes star 90 513 1.05106107108109e+23 -1 -1 1 null 45 Sewing Product 2 None None None sub 1024
70 10 12 Production_B2_LV10 Pet Shoes Pet Sports Shoes Pet Shoes star 158 907 1.05106107108109e+23 -1 -1 -1 null 80 Sewing Product 2 None None Food sub 2048
71 11 12 Production_B2_LV11 Pet Shoes Pet Warm Shoes Pet Shoes star 280 1604 1.05106107108109e+23 -1 -1 -1 null 140 Sewing Product 2 None None Food,Can sub 4096
72 12 12 Production_B2_LV12 Pet Shoes Advanced Pet Warm Shoes Pet Shoes star 495 2837 1.05106107108109e+23 -1 -1 -1 null 240 Sewing Product 2 None None Food,Can sub 8192
81 1 12 Launcher_A_LV1 Cooking Tools Fish-Shaped Cookie Cutter Cooking Tools null 1 1 null -1 -1 -1 null 40 Food,Can Emitter None A normal Food,Can Food,Can 0
82 2 12 Launcher_A_LV2 Cooking Tools Bone-Shaped Cookie Cutter Cooking Tools null -1 -1 null -1 -1 -1 null 80 Food,Can Emitter None A normal Food,Can Food,Can 0
83 3 12 Launcher_A_LV3 Cooking Tools Cookie Cutter Set Cooking Tools null -1 -1 null -1 -1 -1 null 160 Food,Can Emitter None A normal Food,Can Food,Can 0
84 4 12 Launcher_A_LV4 Cooking Tools Basic Baking Tray Cooking Tools null -1 -1 null 40 60 1 1=1 -1 Food,Can Emitter None A normal Food,Can Food,Can 32
85 5 12 Launcher_A_LV5 Cooking Tools Cute Baking Tray Cooking Tools null -1 -1 null 42 60 1 1=0.85,21=0.15 -1 Food,Can Emitter None A normal Food,Can Food,Can 512
86 6 12 Launcher_A_LV6 Cooking Tools Baking Tray Set Cooking Tools null -1 -1 null 44 60 1 1=0.7,21=0.2,2=0.1 -1 Food,Can Emitter None A normal Food,Can Food,Can 1024
87 7 12 Launcher_A_LV7 Cooking Tools Air Fryer Cooking Tools null -1 -1 null 46 60 1 1=0.65,21=0.18,2=0.15,22=0.02 -1 Food,Can Emitter None A normal None Food,Can 1024
88 8 12 Launcher_A_LV8 Cooking Tools Mini Oven Cooking Tools null -1 -1 null 48 60 1 1=0.6,21=0.15,2=0.2,22=0.05 -1 Food,Can Emitter None A normal None Food,Can 2048
89 9 12 Launcher_A_LV9 Cooking Tools Baking Oven Cooking Tools null -1 -1 null 50 60 1 1=0.55,21=0.12,2=0.25,22=0.08 -1 Food,Can Emitter None A normal None Food,Can 4096
90 10 12 Launcher_A_LV10 Cooking Tools Fancy Oven Cooking Tools null -1 -1 null 52 60 1 1=0.5,21=0.1,2=0.3,22=0.1 -1 Food,Can Emitter None A normal Pet Cloth Food,Can 8192
91 11 12 Launcher_A_LV11 Cooking Tools Chef's Oven Cooking Tools null -1 -1 null 54 60 1 1=0.45,21=0.09,2=0.35,22=0.11 -1 Food,Can Emitter None A normal Pet Cloth,Pet Shoes Food,Can 8192
92 12 12 Launcher_A_LV12 Cooking Tools Baking Master Set Cooking Tools null -1 -1 null 56 60 1 1=0.4,21=0.08,2=0.4,22=0.12 -1 Food,Can Emitter None A normal Pet Cloth,Pet Shoes Food,Can 8192
101 1 12 Launcher_B_LV1 Sewing Needle Sewing null 1 1 null -1 -1 -1 null 20 Pet Cloth,Pet Shoes Emitter None B normal Pet Cloth,Pet Shoes Pet Cloth,Pet Shoes 0
102 2 12 Launcher_B_LV2 Sewing Needle&Spool Sewing null -1 -1 null -1 -1 -1 null 40 Pet Cloth,Pet Shoes Emitter None B normal Pet Cloth,Pet Shoes Pet Cloth,Pet Shoes 0
103 3 12 Launcher_B_LV3 Sewing Needle Cushion Sewing null -1 -1 null -1 -1 -1 null 80 Pet Cloth,Pet Shoes Emitter None B normal Pet Cloth,Pet Shoes Pet Cloth,Pet Shoes 0
104 4 12 Launcher_B_LV4 Sewing Sweater Needle Sewing null -1 -1 null 40 60 1 41=1 -1 Pet Cloth,Pet Shoes Emitter None B normal Pet Cloth,Pet Shoes Pet Cloth,Pet Shoes 32
105 5 12 Launcher_B_LV5 Sewing Knitting Needle Sewing null -1 -1 null 42 60 1 41=0.85,61=0.15 -1 Pet Cloth,Pet Shoes Emitter None B normal Pet Cloth,Pet Shoes Pet Cloth,Pet Shoes 512
106 6 12 Launcher_B_LV6 Sewing Yarn Basket Sewing null -1 -1 null 44 60 1 41=0.7,61=0.2,42=0.1 -1 Pet Cloth,Pet Shoes Emitter None B normal Pet Cloth,Pet Shoes Pet Cloth,Pet Shoes 1024
107 7 12 Launcher_B_LV7 Sewing Knitting Basket Sewing null -1 -1 null 46 60 1 41=0.65,61=0.18,42=0.15,62=0.02 -1 Pet Cloth,Pet Shoes Emitter None B normal None Pet Cloth,Pet Shoes 1024
108 8 12 Launcher_B_LV8 Sewing Sewing Machine Sewing null -1 -1 null 48 60 1 41=0.6,61=0.15,42=0.2,62=0.05 -1 Pet Cloth,Pet Shoes Emitter None B normal None Pet Cloth,Pet Shoes 2048
109 9 12 Launcher_B_LV9 Sewing Electric Sewing Machine Sewing null -1 -1 null 50 60 1 41=0.55,61=0.12,42=0.25,62=0.1 -1 Pet Cloth,Pet Shoes Emitter None B normal None Pet Cloth,Pet Shoes 4096
110 10 12 Launcher_B_LV10 Sewing Classic Sewing Machine Sewing null -1 -1 null 52 60 1 41=0.5,61=0.1,42=0.3,62=0.1 -1 Pet Cloth,Pet Shoes Emitter None B normal None Pet Cloth,Pet Shoes 8192
111 11 12 Launcher_B_LV11 Sewing Premium Sewing Machine Sewing null -1 -1 null 54 60 1 41=0.45,61=0.09,42=0.35,62=0.11 -1 Pet Cloth,Pet Shoes Emitter None B normal Wood Pet Cloth,Pet Shoes 8192
112 12 12 Launcher_B_LV12 Sewing Sewing Workbench Sewing null -1 -1 null 56 60 1 41=0.4,61=0.08,42=0.40,62=0.12 -1 Pet Cloth,Pet Shoes Emitter None B normal Wood Pet Cloth,Pet Shoes 8192
121 1 12 Launcher_C_LV1 Toolbox Band Tape Toolbox null 1 1 null -1 -1 -1 null 45 Wood Emitter None C raw Wood Pet House 0
122 2 12 Launcher_C_LV2 Toolbox Caliper Toolbox null -1 -1 null -1 -1 -1 null 90 Wood Emitter None C raw Wood Pet House 0
123 3 12 Launcher_C_LV3 Toolbox Plier Set Toolbox null -1 -1 null -1 -1 -1 null -1 Wood Emitter None C raw Wood Pet House 0
124 4 12 Launcher_C_LV4 Toolbox Wood Plane Toolbox null -1 -1 null -1 -1 -1 null -1 Wood Emitter None C raw Wood Pet House 0
125 5 12 Launcher_C_LV5 Toolbox Wood Tool Set Toolbox null -1 -1 null 24 60 1 141=1 -1 Wood Emitter None C raw Wood Pet House 16
126 6 12 Launcher_C_LV6 Toolbox Advanced Wood Tool Set Toolbox null -1 -1 null 24 60 1 141=0.9,142=0.1 -1 Wood Emitter None C raw Wood Pet House 32
127 7 12 Launcher_C_LV7 Toolbox Wood Tool Kit Toolbox null -1 -1 null 24 60 1 141=0.8,142=0.2 -1 Wood Emitter None C raw None Pet House 64
128 8 12 Launcher_C_LV8 Toolbox Advanced Wood Tool Kit Toolbox null -1 -1 null 24 60 1 141=0.75,142=0.25 -1 Wood Emitter None C raw None Pet House 128
129 9 12 Launcher_C_LV9 Toolbox Wood Tool Box Toolbox null -1 -1 null 24 60 1 141=0.7,142=0.3 -1 Wood Emitter None C raw None Pet House 256
130 10 12 Launcher_C_LV10 Toolbox Advanced Wood Tool Box Toolbox null -1 -1 null 24 60 1 141=0.65,142=0.35 -1 Wood Emitter None C raw None Pet House 512
131 11 12 Launcher_C_LV11 Toolbox Professional Wood Tool Box Toolbox null -1 -1 null 24 60 1 141=0.62,142=0.38 -1 Wood Emitter None C raw Pet House Pet House 1024
132 12 12 Launcher_C_LV12 Toolbox Master Wood Tool Box Toolbox null -1 -1 null 24 60 1 141=0.6,142=0.4 -1 Wood Emitter None C raw None Pet House 2048
141 1 5 Launcher_sub_C_LV1 Wood Log Wood null 1 1 1.25126127128129e+23 -1 -1 -1 null 5 Pet House Emitter None None None None None 0
142 2 5 Launcher_sub_C_LV2 Wood Log Bundles Wood null -1 -1 1.25126127128129e+23 -1 -1 -1 null 10 Pet House Emitter None None None None None 0
143 3 5 Launcher_sub_C_LV3 Wood Wood Blocks Wood null -1 -1 1.25126127128129e+23 -1 -1 -1 null 20 Pet House Emitter None None None Pet Toy None 0
144 4 5 Launcher_sub_C_LV4 Wood Wood Board Wood null -1 -1 1.25126127128129e+23 -1 -1 -1 null 50 Pet House Emitter None None None Pet Toy,Pet Tree None 0
145 5 5 Launcher_sub_C_LV5 Wood Wood Pile unlock null -1 -1 1.25126127128129e+23 16 -1 -1 221=0.8,222=0.2 -1 Pet House Emitter None None None Pet Toy,Pet Tree None 0
161 1 8 Launcher_D_LV1 Shelf Small Shelf Shelf null 1 1 null -1 -1 -1 null 45 Pet Toy,Pet Tree Emitter None D normal Pet Toy,Pet Tree Pet Toy,Pet Tree 0
162 2 8 Launcher_D_LV2 Shelf Medium shelf Shelf null -1 -1 null -1 -1 -1 null 90 Pet Toy,Pet Tree Emitter None D normal Pet Toy,Pet Tree Pet Toy,Pet Tree 0
163 3 8 Launcher_D_LV3 Shelf Large shelf Shelf null -1 -1 null -1 -1 -1 null -1 Pet Toy,Pet Tree Emitter None D normal None Pet Toy,Pet Tree 0
164 4 8 Launcher_D_LV4 Shelf Bedside Table Shelf null -1 -1 null 38 -1 -1 241=1 -1 Pet Toy,Pet Tree Emitter None D normal Bath Toys Pet Toy,Pet Tree 64
165 5 8 Launcher_D_LV5 Shelf Small Display Shelf null -1 -1 null 40 60 1 241=0.8,261=0.2 -1 Pet Toy,Pet Tree Emitter None D normal Bath Toys,Cleaning Tools Pet Toy,Pet Tree 128
166 6 8 Launcher_D_LV6 Shelf Double Door Display Shelf null -1 -1 null 42 60 1 241=0.7,261=0.2,242=0.1 -1 Pet Toy,Pet Tree Emitter None D normal Bath Toys,Cleaning Tools Pet Toy,Pet Tree 512
167 7 8 Launcher_D_LV7 Shelf Premium Display Shelf null -1 -1 null 44 60 1 241=0.65,261=0.18,242=0.15,262=0.02 -1 Pet Toy,Pet Tree Emitter None D normal Bath Toys,Cleaning Tools Pet Toy,Pet Tree 1024
168 8 8 Launcher_D_LV8 Shelf Deluxe Display Shelf null -1 -1 null 46 60 1 241=0.6,261=0.15,242=0.2,262=0.05 -1 Pet Toy,Pet Tree Emitter None D normal Bath Toys,Cleaning Tools Pet Toy,Pet Tree 2048
181 1 9 Launcher_E_LV1 Bathtub Basin Bathtub null 1 1 null -1 -1 -1 null 45 Bath Toys,Cleaning Tools Emitter None E normal Bath Toys,Cleaning Tools Bath Toys,Cleaning Tools 0
182 2 9 Launcher_E_LV2 Bathtub Baby bathtub Bathtub null -1 -1 null 36 60 1 281=1 90 Bath Toys,Cleaning Tools Emitter None E normal Bath Toys,Cleaning Tools Bath Toys,Cleaning Tools 0
183 3 9 Launcher_E_LV3 Bathtub Premium baby bathtub Bathtub null -1 -1 null 38 60 1 281=0.8,301=0.2 -1 Bath Toys,Cleaning Tools Emitter None E normal Bath Toys,Cleaning Tools Bath Toys,Cleaning Tools 0
184 4 9 Launcher_E_LV4 Bathtub Children Pool Bathtub null -1 -1 null 40 60 1 281=0.7,301=0.2,282=0.1 -1 Bath Toys,Cleaning Tools Emitter None E normal None Bath Toys,Cleaning Tools 0
185 5 9 Launcher_E_LV5 Bathtub Advanced Children Pool Bathtub null -1 -1 null 42 60 1 281=0.65,301=0.18,282=0.15,302=0.02 -1 Bath Toys,Cleaning Tools Emitter None E normal None Bath Toys,Cleaning Tools 0
186 6 9 Launcher_E_LV6 Bathtub Premium Children Pool Bathtub null -1 -1 null 44 60 1 281=0.6,301=0.15,282=0.2,302=0.05 -1 Bath Toys,Cleaning Tools Emitter None E normal None Bath Toys,Cleaning Tools 32
187 7 9 Launcher_E_LV7 Bathtub Ordinary bathtub Bathtub null -1 -1 null 46 60 1 281=0.55,301=0.12,282=0.25,302=0.08 -1 Bath Toys,Cleaning Tools Emitter None E normal None Bath Toys,Cleaning Tools 128
188 8 9 Launcher_E_LV8 Bathtub Premium bathtub Bathtub null -1 -1 null 48 60 1 281=0.5,301=0.1,282=0.3,302=0.1 -1 Bath Toys,Cleaning Tools Emitter None E normal None Bath Toys,Cleaning Tools 512
189 9 9 Launcher_E_LV9 Bathtub Luxury bathtub Bathtub null -1 -1 null 50 60 1 281=0.45,301=0.08,282=0.35,302=0.12 -1 Bath Toys,Cleaning Tools Emitter None E normal None Bath Toys,Cleaning Tools 2048
221 1 15 Production_sub_C_LV1 Pet House Pink Wood Pet House star 1 7 145 -1 -1 -1 null 6 Wood Product 1 None None None main 4
222 2 15 Production_sub_C_LV2 Pet House Pink Wood Pile Pet House star 2 13 145 -1 -1 -1 null 12 Wood Product 1 None None None main 8
223 3 15 Production_sub_C_LV3 Pet House Crate Pet House star 3 23 145 -1 -1 -1 null 23 Wood Product 1 None None None main 16
224 4 15 Production_sub_C_LV4 Pet House Pet Crate Pet House star 6 40 145 -1 -1 -1 null 43 Wood Product 1 None None None main 32
225 5 15 Production_sub_C_LV5 Pet House Pet Bed Pet House star 10 72 145 -1 -1 -1 null 80 Wood Product 1 None None None main 64
226 6 15 Production_sub_C_LV6 Pet House Wooden Pet House Pet House star 13 127 145 -1 -1 -1 null 150 Wood Product 1 None None None main 128
227 7 15 Production_sub_C_LV7 Pet House Premium Pet House Pet House star 32 224 145 -1 -1 -1 null 290 Wood Product 1 None None None main 256
228 8 15 Production_sub_C_LV8 Pet House Deluxe Pet House Pet House star 41 396 145 -1 -1 -1 null 540 Wood Product 1 None None None main 512
229 9 15 Production_sub_C_LV9 Pet House Pet Villa Pet House star 110 700 145 -1 -1 -1 null 780 Wood Product 1 None None None main 1024
230 10 15 Production_sub_C_LV10 Pet House Premium Pet Villa Pet House star 200 1237 145 -1 -1 -1 null 990 Wood Product 1 None None None main 2048
231 11 15 Production_sub_C_LV11 Pet House Deluxe Pet Villa Pet House star 360 2188 145 -1 -1 -1 null 1100 Wood Product 1 None None None main 4096
232 12 15 Production_sub_C_LV12 Pet House Pet Castle Pet House star 640 3869 145 -1 -1 -1 null 1300 Wood Product 1 None None None main 8192
233 13 15 Production_sub_C_LV13 Pet House Premium Pet Castle Pet House star 1280 6841 145 -1 -1 -1 null 1550 Wood Product 1 None None None main 8192
234 14 15 Production_sub_C_LV14 Pet House Deluxe Pet Castle Pet House star 2560 10097 145 -1 -1 -1 null 1890 Wood Product 1 None None None main 8192
235 15 15 Production_sub_C_LV15 Pet House Classic Pet Castle Pet House star 3200 16390 145 -1 -1 -1 null 2300 Wood Product 1 None None None main 8192
241 1 15 Production_D1_LV1 Pet Toy Yarn Ball Pet Toy star 1 5 164165166167168 -1 -1 -1 null 1 Shelf Product 1 None None None main 1
242 2 15 Production_D1_LV2 Pet Toy Plastic Ball Pet Toy star 1 9 164165166167168 -1 -1 -1 null 1 Shelf Product 1 None None None main 2
243 3 15 Production_D1_LV3 Pet Toy Bell Ball Pet Toy star 3 15 164165166167168 -1 -1 -1 null 1 Shelf Product 1 None None None main 4
244 4 15 Production_D1_LV4 Pet Toy Catnip Ball Pet Toy star 5 27 164165166167168 -1 -1 -1 null 2 Shelf Product 1 None None None main 8
245 5 15 Production_D1_LV5 Pet Toy Spring Toy Pet Toy star 9 48 164165166167168 -1 -1 -1 null 4 Shelf Product 1 None None None main 16
246 6 15 Production_D1_LV6 Pet Toy Chewer Toy Pet Toy star 16 84 164165166167168 -1 -1 -1 null 7 Shelf Product 1 None None None main 32
247 7 15 Production_D1_LV7 Pet Toy Cat Teaser Pet Toy star 28 149 164165166167168 -1 -1 -1 null 13 Shelf Product 1 None None None main 64
248 8 15 Production_D1_LV8 Pet Toy Premium Pet House Pet Toy star 51 264 164165166167168 -1 -1 -1 null 25 Shelf Product 1 None None None main 128
249 9 15 Production_D1_LV9 Pet Toy Stuffed Fish Pet Toy star 90 466 164165166167168 -1 -1 -1 null 45 Shelf Product 1 None None None main 256
250 10 15 Production_D1_LV10 Pet Toy Feather Ball Pet Toy star 158 825 164165166167168 -1 -1 -1 null 80 Shelf Product 1 None None None main 512
251 11 15 Production_D1_LV11 Pet Toy Catching Toy Pet Toy star 280 1459 164165166167168 -1 -1 -1 null 140 Shelf Product 1 None None None main 1024
252 12 15 Production_D1_LV12 Pet Toy Jumping Toy Pet Toy star 495 2579 164165166167168 -1 -1 -1 null 240 Shelf Product 1 None None None main 2048
253 13 15 Production_D1_LV13 Pet Toy Rolling Ball Toy Pet Toy star 876 4561 164165166167168 -1 -1 -1 null 320 Shelf Product 1 None None None main 4096
254 14 15 Production_D1_LV14 Pet Toy Premium Rolling Ball Toy Pet Toy star 1549 6065 164165166167168 -1 -1 -1 null 450 Shelf Product 1 None None None main 8192
255 15 15 Production_D1_LV15 Pet Toy Cat Wheel Toy Pet Toy star 2738 10260 164165166167168 -1 -1 -1 null 1200 Shelf Product 1 None None None main 8192
261 1 12 Production_D2_LV1 Pet Tree Cat Scratcher Pet Tree star 1 5 165166167168 -1 -1 -1 null 1 Shelf Product 2 None None None sub 4
262 2 12 Production_D2_LV2 Pet Tree Meow Cat Scratcher Pet Tree star 1 8 165166167168 -1 -1 -1 null 1 Shelf Product 2 None None None sub 8
263 3 12 Production_D2_LV3 Pet Tree Daybed Cat Scratcher Pet Tree star 3 14 165166167168 -1 -1 -1 null 1 Shelf Product 2 None None None sub 16
264 4 12 Production_D2_LV4 Pet Tree Premium Daybed Cat Scratcher Pet Tree star 5 26 165166167168 -1 -1 -1 null 2 Shelf Product 2 None None None sub 32
265 5 12 Production_D2_LV5 Pet Tree Ball Type Cat Scratcher Pet Tree star 9 45 165166167168 -1 -1 -1 null 4 Shelf Product 2 None None None sub 64
266 6 12 Production_D2_LV6 Pet Tree Bridge Cat Scratcher Pet Tree star 16 80 165166167168 -1 -1 -1 null 7 Shelf Product 2 None None None sub 128
267 7 12 Production_D2_LV7 Pet Tree Simple Cat Tree Pet Tree star 28 142 165166167168 -1 -1 -1 null 13 Shelf Product 2 None None None sub 256
268 8 12 Production_D2_LV8 Pet Tree Happy Cat Tree Pet Tree star 51 251 165166167168 -1 -1 -1 null 25 Shelf Product 2 None None None sub 512
269 9 12 Production_D2_LV9 Pet Tree Cat Tree Set Pet Tree star 90 443 165166167168 -1 -1 -1 null 45 Shelf Product 2 None None None sub 1024
270 10 12 Production_D2_LV10 Pet Tree Premium Cat Tree Pet Tree star 158 784 165166167168 -1 -1 -1 null 80 Shelf Product 2 None None None sub 2048
271 11 12 Production_D2_LV11 Pet Tree Deluxe Cat Tree Pet Tree star 280 1386 165166167168 -1 -1 -1 null 140 Shelf Product 2 None None None sub 4096
272 12 12 Production_D2_LV12 Pet Tree Cat Paradise Pet Tree star 495 2450 165166167168 -1 -1 -1 null 240 Shelf Product 2 None None None sub 8192
281 1 15 Production_E1_LV1 Bath Toys Bubble ball Bath Toys star 1 4 1.82183184185186e+23 -1 -1 -1 null 1 Bathtub Product 1 None None None main 2
282 2 15 Production_E1_LV2 Bath Toys Toy Tadpole Bath Toys star 1 8 1.82183184185186e+23 -1 -1 -1 null 1 Bathtub Product 1 None None None main 4
283 3 15 Production_E1_LV3 Bath Toys Toy fish Bath Toys star 3 14 1.82183184185186e+23 -1 -1 -1 null 1 Bathtub Product 1 None None None main 8
284 4 15 Production_E1_LV4 Bath Toys Toy Seahorse Bath Toys star 5 24 1.82183184185186e+23 -1 -1 -1 null 2 Bathtub Product 1 None None None main 16
285 5 15 Production_E1_LV5 Bath Toys Toy yellow duck Bath Toys star 9 43 1.82183184185186e+23 -1 -1 -1 null 4 Bathtub Product 1 None None None main 32
286 6 15 Production_E1_LV6 Bath Toys Toy octopus Bath Toys star 16 76 1.82183184185186e+23 -1 -1 -1 null 7 Bathtub Product 1 None None None main 64
287 7 15 Production_E1_LV7 Bath Toys Toy turtle Bath Toys star 28 134 1.82183184185186e+23 -1 -1 -1 null 13 Bathtub Product 1 None None None main 128
288 8 15 Production_E1_LV8 Bath Toys Toy shark Bath Toys star 51 237 1.82183184185186e+23 -1 -1 -1 null 25 Bathtub Product 1 None None None main 256
289 9 15 Production_E1_LV9 Bath Toys Toy whale Bath Toys star 90 420 1.82183184185186e+23 -1 -1 -1 null 45 Bathtub Product 1 None None None main 512
290 10 15 Production_E1_LV10 Bath Toys Toy Swimming Dog Bath Toys star 158 742 1.82183184185186e+23 -1 -1 -1 null 80 Bathtub Product 1 None None None main 1024
291 11 15 Production_E1_LV11 Bath Toys Toy float Bath Toys star 280 1313 1.82183184185186e+23 -1 -1 -1 null 140 Bathtub Product 1 None None None main 2048
292 12 15 Production_E1_LV12 Bath Toys Toy boat Bath Toys star 495 2321 1.82183184185186e+23 -1 -1 -1 null 240 Bathtub Product 1 None None None main 4096
293 13 15 Production_E1_LV13 Bath Toys Toy submarine Bath Toys star 876 4105 1.82183184185186e+23 -1 -1 -1 null 320 Bathtub Product 1 None None Clothes storage bag,Shoe main 8192
294 14 15 Production_E1_LV14 Bath Toys Toy sailboat Bath Toys star 1549 5258 1.82183184185186e+23 -1 -1 -1 null 450 Bathtub Product 1 None None Clothes storage bag,Shoe main 8192
295 15 15 Production_E1_LV15 Bath Toys High-end toy boat Bath Toys star 2738 8834 1.82183184185186e+23 -1 -1 -1 null 1200 Bathtub Product 1 None None Clothes storage bag,Shoe main 8192
301 1 14 Production_E2_LV1 Cleaning Tools Pet Towel Cleaning Tools star 1 5 1.83184185186187e+20 -1 -1 -1 null 1 Bathtub Product 2 None None Clothes storage bag,Shoe sub 3
302 2 14 Production_E2_LV2 Cleaning Tools Advanced Towel Cleaning Tools star 1 8 1.83184185186187e+20 -1 -1 -1 null 1 Bathtub Product 2 None None Clothes storage bag,Shoe sub 6
303 3 14 Production_E2_LV3 Cleaning Tools Pet Wipes Cleaning Tools star 3 14 1.83184185186187e+20 -1 -1 -1 null 1 Bathtub Product 2 None None Clothes storage bag,Shoe sub 12
304 4 14 Production_E2_LV4 Cleaning Tools Washing Gloves Cleaning Tools star 5 26 1.83184185186187e+20 -1 -1 -1 null 2 Bathtub Product 2 None None Clothes storage bag,Shoe sub 24
305 5 14 Production_E2_LV5 Cleaning Tools Pet Shampoo Cleaning Tools star 9 45 1.83184185186187e+20 -1 -1 -1 null 4 Bathtub Product 2 None None Clothes storage bag,Shoe sub 48
306 6 14 Production_E2_LV6 Cleaning Tools Advanced Shampoo Cleaning Tools star 16 80 1.83184185186187e+20 -1 -1 -1 null 7 Bathtub Product 2 None None None sub 96
307 7 14 Production_E2_LV7 Cleaning Tools Premium Shampoo Cleaning Tools star 28 142 1.83184185186187e+20 -1 -1 -1 null 13 Bathtub Product 2 None None None sub 192
308 8 14 Production_E2_LV8 Cleaning Tools Hair Brush Cleaning Tools star 51 251 1.83184185186187e+20 -1 -1 -1 null 25 Bathtub Product 2 None None None sub 384
309 9 14 Production_E2_LV9 Cleaning Tools Advanced Brush Cleaning Tools star 90 443 1.83184185186187e+20 -1 -1 -1 null 45 Bathtub Product 2 None None None sub 768
310 10 14 Production_E2_LV10 Cleaning Tools Pet Dryer Cleaning Tools star 158 784 1.83184185186187e+20 -1 -1 -1 null 80 Bathtub Product 2 None None None sub 1536
311 11 14 Production_E2_LV11 Cleaning Tools Advanced Pet Dryer Cleaning Tools star 280 1386 1.83184185186187e+20 -1 -1 -1 null 140 Bathtub Product 2 None None None sub 3072
312 12 14 Production_E2_LV12 Cleaning Tools Pet Dryer Box Cleaning Tools star 495 2450 1.83184185186187e+20 -1 -1 -1 null 240 Bathtub Product 2 None None Daily clothing,Dress sub 6144
313 13 14 Production_E2_LV13 Cleaning Tools Advanced Pet Dryer Box Cleaning Tools star 876 4333 1.83184185186187e+20 -1 -1 -1 null 320 Bathtub Product 2 None None None sub 8192
314 14 14 Production_E2_LV14 Cleaning Tools Premium Pet Dryer Box Cleaning Tools star 1549 5661 1.83184185186187e+20 -1 -1 -1 null 450 Bathtub Product 2 None None None sub 8192
1001 1 8 Launcher_H_LV1 Clothing Simple fabric wardrobe Clothing null 1 1 null 36 60 1 1081=0.8,1021=0.2 40 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 128
1002 2 8 Launcher_H_LV2 Clothing Ordinary fabric wardrobe Clothing null -1 -1 null 36 60 1 1081=0.75,1021=0.2,1082=0.05 -1 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 128
1003 3 8 Launcher_H_LV3 Clothing High-end fabric wardrobe Clothing null -1 -1 null 36 60 1 1081=0.7,1021=0.2,1082=0.05,1022=0.05 -1 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 128
1004 4 8 Launcher_H_LV4 Clothing Simple wooden wardrobe Clothing null -1 -1 null 36 60 1 1081=0.65,1021=0.2,1082=0.1,1022=0.05 -1 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 128
1005 5 8 Launcher_H_LV5 Clothing Ordinary wooden wardrobe Clothing null -1 -1 null 36 60 1 1081=0.6,1021=0.18,1082=0.1,1022=0.12 -1 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 128
1006 6 8 Launcher_H_LV6 Clothing Large wooden wardrobe Clothing null -1 -1 null 36 60 1 1081=0.55,1021=0.18,1082=0.15,1022=0.12 -1 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 512
1007 7 8 Launcher_H_LV7 Clothing High-end wooden wardrobe Clothing null -1 -1 null 36 60 1 1081=0.5,1021=0.15,1082=0.2,1022=0.15 -1 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 2048
1008 8 8 Launcher_H_LV8 Clothing Luxury wooden wardrobe Clothing null -1 -1 null 36 60 1 1081=0.45,1021=0.1,1082=0.25,1022=0.2 -1 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 8192
1021 1 7 Launcher_sub_H_LV1 Clothes storage bag Simple cloth bag Clothes storage bag null 1 1 1.001100210031e+31 -1 -1 -1 null 5 Daily clothing,Dress Emitter None None None None None 0
1022 2 7 Launcher_sub_H_LV2 Clothes storage bag High-end cloth bag Clothes storage bag null -1 -1 1.001100210031e+31 -1 -1 -1 null 10 Daily clothing,Dress Emitter None None None None None 0
1023 3 7 Launcher_sub_H_LV3 Clothes storage bag Simple storage bag Clothes storage bag null -1 -1 1.001100210031e+31 -1 -1 -1 null 20 Daily clothing,Dress Emitter None None None None None 0
1024 4 7 Launcher_sub_H_LV4 Clothes storage bag Ordinary storage bag Clothes storage bag null -1 -1 1.001100210031e+31 -1 -1 -1 null 50 Daily clothing,Dress Emitter None None None None None 0
1025 5 7 Launcher_sub_H_LV5 Clothes storage bag Premium storage bag Clothes storage bag null -1 -1 1.001100210031e+31 -1 -1 -1 null -1 Daily clothing,Dress Emitter None None None None None 0
1026 6 7 Launcher_sub_H_LV6 Clothes storage bag Luxury storage bag Clothes storage bag null -1 -1 1.001100210031e+31 -1 -1 -1 null -1 Daily clothing,Dress Emitter None None None None None 0
1027 7 7 Launcher_sub_H_LV7 Clothes storage bag Storage set unlock null -1 -1 1.001100210031e+31 18 -1 -1 1041=0.8,1061=0.2 -1 Daily clothing,Dress Emitter None None None None None 0
1041 1 12 Production_sub_H_LV1 Daily clothing Children's sandals Daily clothing star 1 8 1026 -1 -1 -1 null 6 Clothes storage bag Product 2 None None None sub 1
1042 2 12 Production_sub_H_LV2 Daily clothing Children's shoes Daily clothing star 2 14 1026 -1 -1 -1 null 12 Clothes storage bag Product 2 None None None sub 2
1043 3 12 Production_sub_H_LV3 Daily clothing Girls' sandals Daily clothing star 3 24 1026 -1 -1 -1 null 23 Clothes storage bag Product 2 None None None sub 4
1044 4 12 Production_sub_H_LV4 Daily clothing Girls' high heels Daily clothing star 6 43 1026 -1 -1 -1 null 43 Clothes storage bag Product 2 None None None sub 8
1045 5 12 Production_sub_H_LV5 Daily clothing Girls' high-end shoes Daily clothing star 10 76 1026 -1 -1 -1 null 80 Clothes storage bag Product 2 None None None sub 16
1046 6 12 Production_sub_H_LV6 Daily clothing Ordinary square heels shoes Daily clothing star 13 135 1026 -1 -1 -1 null 150 Clothes storage bag Product 2 None None None sub 32
1047 7 12 Production_sub_H_LV7 Daily clothing Ordinary high-heeled Daily clothing star 32 239 1026 -1 -1 -1 null 290 Clothes storage bag Product 2 None None None sub 64
1048 8 12 Production_sub_H_LV8 Daily clothing Classic high-heeled shoes Daily clothing star 41 422 1026 -1 -1 -1 null 540 Clothes storage bag Product 2 None None None sub 128
1049 9 12 Production_sub_H_LV9 Daily clothing High-end high-heeled shoes Daily clothing star 110 746 1026 -1 -1 -1 null 780 Clothes storage bag Product 2 None None None sub 256
1050 10 12 Production_sub_H_LV10 Daily clothing Ordinary evening dress shoes Daily clothing star 200 1320 1026 -1 -1 -1 null 990 Clothes storage bag Product 2 None None None sub 512
1051 11 12 Production_sub_H_LV11 Daily clothing High-end evening dress shoes Daily clothing star 360 2334 1026 -1 -1 -1 null 1100 Clothes storage bag Product 2 None None None sub 1024
1052 12 12 Production_sub_H_LV12 Daily clothing Luxurious evening dress shoes Daily clothing star 640 4127 1026 -1 -1 -1 null 1300 Clothes storage bag Product 2 None None None sub 2048
1061 1 12 Production_sub_H2_LV1 Dress Mini dress Dress star 1 8 1026 -1 -1 -1 null 8 Clothes storage bag Product 2 None None None sub 4
1062 2 12 Production_sub_H2_LV2 Dress Girls simple dress Dress star 2 15 1026 -1 -1 -1 null 16 Clothes storage bag Product 2 None None None sub 8
1063 3 12 Production_sub_H2_LV3 Dress Flower girl dress Dress star 3 26 1026 -1 -1 -1 null 30 Clothes storage bag Product 2 None None None sub 16
1064 4 12 Production_sub_H2_LV4 Dress Girls high-end dress Dress star 6 46 1026 -1 -1 -1 null 56 Clothes storage bag Product 2 None None None sub 32
1065 5 12 Production_sub_H2_LV5 Dress Simple dress Dress star 10 81 1026 -1 -1 -1 null 104 Clothes storage bag Product 2 None None None sub 64
1066 6 12 Production_sub_H2_LV6 Dress Party dress Dress star 13 143 1026 -1 -1 -1 null 195 Clothes storage bag Product 2 None None None sub 128
1067 7 12 Production_sub_H2_LV7 Dress Banquet dress Dress star 32 254 1026 -1 -1 -1 null 377 Clothes storage bag Product 2 None None None sub 256
1068 8 12 Production_sub_H2_LV8 Dress Classic dress Dress star 41 448 1026 -1 -1 -1 null 702 Clothes storage bag Product 2 None None None sub 512
1069 9 12 Production_sub_H2_LV9 Dress Haute ceremonial dress Dress star 110 793 1026 -1 -1 -1 null 1014 Clothes storage bag Product 2 None None None sub 1024
1070 10 12 Production_sub_H2_LV10 Dress Ordinary evening dress Dress star 200 1402 1026 -1 -1 -1 null 1287 Clothes storage bag Product 2 None None None sub 2048
1071 11 12 Production_sub_H2_LV11 Dress High-end evening dress Dress star 360 2480 1026 -1 -1 -1 null 1430 Clothes storage bag Product 2 None None None sub 4096
1072 12 12 Production_sub_H2_LV12 Dress Luxurious evening dress Dress star 640 4385 1026 -1 -1 -1 null 1690 Clothes storage bag Product 1 None None None sub 8192
1081 1 12 Production_H2_LV1 Shoe Diapers Shoe star 1 5 1.001100210031e+31 -1 -1 -1 null 2 Clothing Product 1 None None None main 50
1082 2 12 Production_H2_LV2 Shoe Baby clothe Shoe star 1 9 1.001100210031e+31 -1 -1 -1 null 3 Clothing Product 1 None None None main 100
1083 3 12 Production_H2_LV3 Shoe Cartoon pajama Shoe star 3 17 1.001100210031e+31 -1 -1 -1 null 7 Clothing Product 1 None None None main 200
1084 4 12 Production_H2_LV4 Shoe Children's T-shirt Shoe star 5 30 1.001100210031e+31 -1 -1 -1 null 11 Clothing Product 1 None None None main 400
1085 5 12 Production_H2_LV5 Shoe Overall Shoe star 9 52 1.001100210031e+31 -1 -1 -1 null 21 Clothing Product 1 None None None main 800
1086 6 12 Production_H2_LV6 Shoe Sportswear Shoe star 16 93 1.001100210031e+31 -1 -1 -1 null 45 Clothing Product 1 None None None main 1600
1087 7 12 Production_H2_LV7 Shoe Sweatshirt Shoe star 28 164 1.001100210031e+31 -1 -1 -1 null 80 Clothing Product 1 None None None main 3200
1088 8 12 Production_H2_LV8 Shoe Casual wear Shoe star 51 290 1.001100210031e+31 -1 -1 -1 null 140 Clothing Product 1 None None None main 6400
1089 9 12 Production_H2_LV9 Shoe Graduation clothe Shoe star 90 513 1.001100210031e+31 -1 -1 -1 null 240 Clothing Product 1 None None None main 8192
1090 10 12 Production_H2_LV10 Shoe Casual suits Shoe star 158 907 1.001100210031e+31 -1 -1 -1 null 320 Clothing Product 1 None None None main 8192
1091 11 12 Production_H2_LV11 Shoe Vacation skirt Shoe star 280 1604 1.001100210031e+31 -1 -1 -1 null 450 Clothing Product 1 None None None main 8192
1092 12 12 Production_H2_LV12 Shoe Suits Shoe star 495 2837 1.001100210031e+31 -1 -1 -1 null 590 Clothing Product 1 None None None main 8192
5001 1 3 Launcher_Wash_LV1 WashTool Simple Wash Box WashTool null 1 1 null 60 60 1 5021=1 -1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5002 2 3 Launcher_Wash_LV2 WashTool Small Wash Car WashTool null -1 -1 null 60 60 1 5041=1 -1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5003 3 3 Launcher_Wash_LV3 WashTool Big Wash Car WashTool null -1 -1 null 60 60 1 5061=1 -1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5021 1 5 merge_icon_small_xiaodao WashOneTool Utility knife WashOneTool star 1 1 5001 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5022 2 5 merge_icon_small_qianzi WashOneTool pliers WashOneTool star 1 1 5001 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5023 3 5 merge_icon_small_tuizi WashOneTool Fader WashOneTool star 1 1 5001 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5024 4 5 merge_icon_small_niezi WashOneTool tweezers WashOneTool star 1 1 5001 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5025 5 5 merge_icon_small_niezimianqiu WashOneTool Tweezers with cotton balls WashOneTool star 1 1 5001 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5041 1 3 Production_Wash_LV1 WashTwoTool band-aid WashTwoTool star 1 1 5002 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5042 2 3 Production_Wash_LV2 WashTwoTool spray WashTwoTool star 1 1 5002 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5043 3 3 Production_Wash_LV3 WashTwoTool bandage WashTwoTool star 1 1 5002 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5061 1 3 merge_icon_small_qipao WashThreeTool Bubble WashThreeTool star 1 1 5003 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5062 2 3 merge_icon_small_xiangzao WashThreeTool Soap WashThreeTool star 1 1 5003 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5063 3 3 merge_icon_small_pentou WashThreeTool Shower head WashThreeTool star 1 1 5003 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
501 1 5 Production_energy_LV1 Energy A Little Energy energy null 1 1 562 -1 -1 -1 null -1 None Resource None None None None None 0
502 2 5 Production_energy_LV2 Energy Small Amount Energy energy null 5 5 562 -1 -1 -1 null -1 None Resource None None None None None 0
503 3 5 Production_energy_LV3 Energy Appropriate Energy energy null 15 15 562 -1 -1 -1 null -1 None Resource None None None None None 0
504 4 5 Production_energy_LV4 Energy Large Amount Energy energy null 40 40 562 -1 -1 -1 null -1 None Resource None None None None None 0
505 5 5 Production_energy_LV5 Energy Huge Amount Energy energy null 100 100 562 -1 -1 -1 null -1 None Resource None None None None None 0
521 1 5 Production_star_LV1 Star A Star star null 8 8 561563 -1 -1 -1 null -1 None Resource None None None None None 0
522 2 5 Production_star_LV2 Star A Few Star star null 20 20 561563 -1 -1 -1 null -1 None Resource None None None None None 0
523 3 5 Production_star_LV3 Star Small Star star null 45 45 561563 -1 -1 -1 null -1 None Resource None None None None None 0
524 4 5 Production_star_LV4 Star Large Star star null 110 110 561563 -1 -1 -1 null -1 None Resource None None None None None 0
525 5 5 Production_star_LV5 Star Huge Star star null 240 240 561563 -1 -1 -1 null -1 None Resource None None None None None 0
541 1 5 Production_diamond_LV1 Diamond A Little Diamond diamond null 1 1 563 -1 -1 -1 null -1 None Resource None None None None None 0
542 2 5 Production_diamond_LV2 Diamond Small Amount Diamond diamond null 3 3 563 -1 -1 -1 null -1 None Resource None None None None None 0
543 3 5 Production_diamond_LV3 Diamond Appropriate Diamond diamond null 8 8 563 -1 -1 -1 null -1 None Resource None None None None None 0
544 4 5 Production_diamond_LV4 Diamond Large Amount Diamond diamond null 20 20 563 -1 -1 -1 null -1 None Resource None None None None None 0
545 5 5 Production_diamond_LV5 Diamond Huge Amount Diamond diamond null 50 50 563 -1 -1 -1 null -1 None Resource None None None None None 0
561 1 1 Launcher_starChest Star Box Star Chest unlock null -1 -1 null 5 -1 -1 521=0.5,522=0.35,523=0.15 -1 Star Chest None None None None None 0
562 1 1 Launcher_energeChest Energy Box Energy Chest unlock null -1 -1 null 5 -1 -1 501=0.35,502=0.35,503=0.2,504=0.1 -1 Energy Chest None None None None None 0
563 1 1 Launcher_surpriseChest Surprise Box Surprising Chest lock null -1 -1 null 5 600 10 541=0.35,521=0.35,542=0.2,522=0.1 -1 Star,Diamond Chest None None None None None 0
564 1 1 Launcher_surpriseChest Surprise Box Surprising Chest unlock null -1 -1 null 5 600 10 541=0.35,521=0.35,542=0.2,522=0.1 -1 Star,Diamond Chest None None None None None 0
581 1 2 Launcher_Lowemitterchest_LV1 Emit Box Low Emit Chest Lv1 lock null -1 -1 null 6 720 12 81=0.35,101=0.35,121=0.3 -1 Cooking Tools,Shopping,Toolbox Chest None None None None None 0
582 1 2 Launcher_Lowemitterchest_LV1 Emit Box Low Emit Chest Lv1 unlock null -1 -1 null 6 720 12 81=0.35,101=0.35,121=0.3 -1 Cooking Tools,Shopping,Toolbox Chest None None None None None 0
583 2 2 Launcher_Lowemitterchest_LV2 Emit Box Low Emit Chest Lv2 lock null -1 -1 null 6 1800 30 82=0.35,102=0.35,122=0.3 -1 Cooking Tools,Shopping,Toolbox Chest None None None None None 0
584 2 2 Launcher_Lowemitterchest_LV2 Emit Box Low Emit Chest Lv2 unlock null -1 -1 null 6 1800 30 82=0.35,102=0.35,122=0.3 -1 Cooking Tools,Shopping,Toolbox Chest None None None None None 0
585 1 2 Launcher_highemitterchest_lv1 High Emit Box Higt Emit Chest Lv1 lock null -1 -1 null 6 720 12 321=0.1,161=0.4,181=0.4,201=0.1 -1 Sewing,Fishing,Shelf,Gardening Tools Chest None None None None None 0
586 1 2 Launcher_highemitterchest_lv1 High Emit Box Higt Emit Chest Lv1 unlock null -1 -1 null 6 720 12 321=0.1,161=0.4,181=0.4,201=0.1 -1 Sewing,Fishing,Shelf,Gardening Tools Chest None None None None None 0
587 2 2 Launcher_highemitterchest_lv2 High Emit Box Higt Emit Chest Lv2 lock null -1 -1 null 6 1800 30 322=0.1,162=0.4,182=0.4,202=0.1 -1 Sewing,Fishing,Shelf,Gardening Tools Chest None None None None None 0
588 2 2 Launcher_highemitterchest_lv2 High Emit Box Higt Emit Chest Lv2 unlock null -1 -1 null 6 1800 30 322=0.1,162=0.4,182=0.4,202=0.1 -1 Sewing,Fishing,Shelf,Gardening Tools Chest None None None None None 0
601 1 1 Launcher_L_A Pet Food Basket Pet Food Basket unlock null -1 -1 null 8 -1 -1 1=0.2,2=0.3,3=0.2,4=0.1,21=0.2 -1 Food,Can Gift None None None None None 0
602 1 1 Launcher_L_B Pet Aid Box Pet Aid Box unlock null -1 -1 null 8 -1 -1 41=0.2,42=0.3,43=0.2,44=0.1,61=0.2 -1 Cleaning Tools,Medical Gift None None None None None 0
603 1 1 Launcher_L_C Pet House Box Pet House Box unlock null -1 -1 null 8 -1 -1 221=0.6,222=0.4 -1 Pet House Gift None None None None None 0
604 1 1 Launcher_L_D Pet Clothing Box Pet Clothing Box unlock null -1 -1 null 8 -1 -1 241=0.1,242=0.2,243=0.3,261=0.1,262=0.2,263=0.1 -1 Pet Cloth,Pet Shoes Gift None None None None None 0
605 1 1 Launcher_L_E Plate of Fish Plate of Fish unlock null -1 -1 null 8 -1 -1 281=0.3,282=0.4,283=0.2,284=0.1 -1 Fish Gift None None None None None 0
606 1 1 Launcher_L_G Flower Basket Flower Basket unlock null -1 -1 null 8 -1 -1 341=0.3,342=0.4,343=0.2,344=0.1 -1 Garden Gift None None None None None 0
701 1 1 Launcher_zixuan_LV1 Optional Box Optional Box unlock null -1 -1 null 1 -1 -1 null -1 None Gift None None None None None 0
702 1 1 Launcher_zixuan_LV2 Advanced Optional Box Advanced Optional Box unlock null -1 -1 null 1 -1 -1 null -1 None Gift None None None None None 0
703 1 1 Launcher_Universal-treasure-chest_LV1 All Random Box All Random Box unlock null -1 -1 null 3 -1 -1 null -1 None Gift None None None None None 0
704 1 1 Launcher_Universal-treasure-chest_LV2 Advanced All Random Box Advanced All Random Box unlock null -1 -1 null 3 -1 -1 null -1 None Gift None None None None None 0
705 1 1 Launcher_Resource-chest_LV1 Resource Supply Box Resource Supply Box unlock null -1 -1 null 1 -1 -1 null -1 None Gift None None None None None 0
706 1 1 Launcher_Resource-chest_LV2 Advanced Resource Supply Box Advanced Resource Supply Box unlock null -1 -1 null 1 -1 -1 null -1 None Gift None None None None None 0
801 1 1 homepage_icn_Stash Package Package null null -1 -1 null 1 -1 -1 null -1 None Special None None None None None 0
# 界面配置表
# Id Lv MaxLv Icon Color Title Content SellType SellNum Star Origin Capacity CoolTime CoolNum Emit_List SellDiamond Relative Type PType Emit_ID Emit_Type Emit_Product Product_Type Order_Score
# int int int string string string string string int int string int int int string int string string string string string int
# 1 1 15 Production_A1_LV1 Food Fish-shaped Treats Food star 1 5 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 1 Cooking Tools Product 1 None None None main 1
2 2 15 Production_A1_LV2 Food Bone-shaped Treats Food star 1 9 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 1 Cooking Tools Product 1 None None None main 2
3 3 15 Production_A1_LV3 Food Mixed Pet Treats Food star 3 15 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 1 Cooking Tools Product 1 None None None main 4
4 4 15 Production_A1_LV4 Food Pet Food Food star 5 27 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 2 Cooking Tools Product 1 None None None main 8
5 5 15 Production_A1_LV5 Food Advanced Pet Food Food star 9 48 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 4 Cooking Tools Product 1 None None None main 16
6 6 15 Production_A1_LV6 Food Premium Pet Food Food star 16 84 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 7 Cooking Tools Product 1 None None None main 32
7 7 15 Production_A1_LV7 Food Pet Patty Food star 28 149 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 13 Cooking Tools Product 1 None None None main 64
8 8 15 Production_A1_LV8 Food Pet Sausage Food star 51 264 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 25 Cooking Tools Product 1 None None None main 128
9 9 15 Production_A1_LV9 Food Pet Rice Food star 90 466 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 45 Cooking Tools Product 1 None None None main 256
10 10 15 Production_A1_LV10 Food Advanced Pet Rice Food star 158 825 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 80 Cooking Tools Product 1 None None None main 512
11 11 15 Production_A1_LV11 Food Pet Ham Food star 280 1459 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 140 Cooking Tools Product 1 None None None main 1024
12 12 15 Production_A1_LV12 Food Pet Roast Chicken Food star 495 2579 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 240 Cooking Tools Product 1 None None None main 2048
13 13 15 Production_A1_LV13 Food Pet Steak Food star 876 4561 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 320 Cooking Tools Product 1 None None None main 4096
14 14 15 Production_A1_LV14 Food Pet Sashimi Food star 1549 6065 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 450 Cooking Tools Product 1 None None None main 8192
15 15 15 Production_A1_LV15 Food Premium Pet Meal Food star 2738 10260 84,85,86,87,88,89,90,91,92 -1 -1 -1 null 1200 Cooking Tools Product 2 None None None main 8192
21 1 12 Production_A2_LV1 Can Cat Snack Can star 1 5 85,86,87,88,89,90,91,92 -1 -1 -1 null 1 Cooking Tools Product 2 None None None sub 4
22 2 12 Production_A2_LV2 Can Packed Snack Can star 1 9 85,86,87,88,89,90,91,92 -1 -1 -1 null 1 Cooking Tools Product 2 None None None sub 8
23 3 12 Production_A2_LV3 Can Advanced Packed Snack Can star 3 16 85,86,87,88,89,90,91,92 -1 -1 -1 null 1 Cooking Tools Product 2 None None None sub 16
24 4 12 Production_A2_LV4 Can Cat Snack Can Can star 5 28 85,86,87,88,89,90,91,92 -1 -1 -1 null 2 Cooking Tools Product 2 None None None sub 32
25 5 12 Production_A2_LV5 Can Cat Tuna Can Can star 9 50 85,86,87,88,89,90,91,92 -1 -1 -1 null 4 Cooking Tools Product 2 None None None sub 64
26 6 12 Production_A2_LV6 Can Advanced Tuna Can Can star 16 89 85,86,87,88,89,90,91,92 -1 -1 -1 null 7 Cooking Tools Product 2 None None None sub 128
27 7 12 Production_A2_LV7 Can Main Dish Can Can star 28 157 85,86,87,88,89,90,91,92 -1 -1 -1 null 13 Cooking Tools Product 2 None None None sub 256
28 8 12 Production_A2_LV8 Can Advanced Main Dish Can Can star 51 277 85,86,87,88,89,90,91,92 -1 -1 -1 null 25 Cooking Tools Product 2 None None None sub 512
29 9 12 Production_A2_LV9 Can Premium Main Dish Can Can star 90 490 85,86,87,88,89,90,91,92 -1 -1 -1 null 45 Cooking Tools Product 2 None None None sub 1024
30 10 12 Production_A2_LV10 Can Small Fish Pack Can star 158 866 85,86,87,88,89,90,91,92 -1 -1 -1 null 80 Cooking Tools Product 2 None None None sub 2048
31 11 12 Production_A2_LV11 Can Advanced Small Fish Pack Can star 280 1532 85,86,87,88,89,90,91,92 -1 -1 -1 null 140 Cooking Tools Product 2 None None None sub 4096
32 12 12 Production_A2_LV12 Can Premium Small Fish Pack Can star 495 2708 85,86,87,88,89,90,91,92 -1 -1 -1 null 240 Cooking Tools Product 2 None None None sub 8192
41 1 15 Production_B1_LV1 Pet Cloth Cotton Pet Cloth star 1 5 1.04105106107108e+26 -1 -1 -1 null 1 Sewing Product 1 None None None main 1
42 2 15 Production_B1_LV2 Pet Cloth Cotton Ball Pet Cloth star 1 9 1.04105106107108e+26 -1 -1 -1 null 1 Sewing Product 1 None None None main 2
43 3 15 Production_B1_LV3 Pet Cloth Pet Collar Pet Cloth star 3 16 1.04105106107108e+26 -1 -1 -1 null 1 Sewing Product 1 None None None main 4
44 4 15 Production_B1_LV4 Pet Cloth Pet Napkin Pet Cloth star 5 28 1.04105106107108e+26 -1 -1 -1 null 2 Sewing Product 1 None None None main 8
45 5 15 Production_B1_LV5 Pet Cloth Advanced Pet Napkin Pet Cloth star 9 50 1.04105106107108e+26 -1 -1 -1 null 4 Sewing Product 1 None None None main 16
46 6 15 Production_B1_LV6 Pet Cloth Pet Scarf Pet Cloth star 16 89 1.04105106107108e+26 -1 -1 -1 null 7 Sewing Product 1 None None None main 32
47 7 15 Production_B1_LV7 Pet Cloth Pet Warm Hat Pet Cloth star 28 157 1.04105106107108e+26 -1 -1 -1 null 13 Sewing Product 1 None None None main 64
48 8 15 Production_B1_LV8 Pet Cloth Pet Warm Set Pet Cloth star 51 277 1.04105106107108e+26 -1 -1 -1 null 25 Sewing Product 1 None None None main 128
49 9 15 Production_B1_LV9 Pet Cloth Pet Sweater Pet Cloth star 90 490 1.04105106107108e+26 -1 -1 -1 null 45 Sewing Product 1 None None None main 256
50 10 15 Production_B1_LV10 Pet Cloth Advanced Pet Sweater Pet Cloth star 158 866 1.04105106107108e+26 -1 -1 -1 null 80 Sewing Product 1 None None None main 512
51 11 15 Production_B1_LV11 Pet Cloth Premium Pet Sweater Pet Cloth star 280 1532 1.04105106107108e+26 -1 -1 -1 null 140 Sewing Product 1 None None None main 1024
52 12 15 Production_B1_LV12 Pet Cloth Pet Jacket Pet Cloth star 495 2708 1.04105106107108e+26 -1 -1 -1 null 240 Sewing Product 1 None None None main 2048
53 13 15 Production_B1_LV13 Pet Cloth Pet Coat Pet Cloth star 876 4789 1.04105106107108e+26 -1 -1 -1 null 320 Sewing Product 1 None None None main 4096
54 14 15 Production_B1_LV14 Pet Cloth Pet Raincoat Pet Cloth star 1549 6468 1.04105106107108e+26 -1 -1 -1 null 450 Sewing Product 1 None None None main 8192
55 15 15 Production_B1_LV15 Pet Cloth Pet Down Jacket Pet Cloth star 2738 10973 1.04105106107108e+26 -1 -1 -1 null 1200 Sewing Product 2 None None None main 8192
61 1 12 Production_B2_LV1 Pet Shoes Pet Paw Sticker Pet Shoes star 1 5 1.05106107108109e+23 -1 -1 -1 null 1 Sewing Product 2 None None None sub 4
62 2 12 Production_B2_LV2 Pet Shoes Pet Socks Pet Shoes star 1 9 1.05106107108109e+23 -1 -1 -1 null 1 Sewing Product 2 None None None sub 8
63 3 12 Production_B2_LV3 Pet Shoes Cute Pet Socks Pet Shoes star 3 17 1.05106107108109e+23 -1 -1 -1 null 1 Sewing Product 2 None None None sub 16
64 4 12 Production_B2_LV4 Pet Shoes Pet Sandals Pet Shoes star 5 30 1.05106107108109e+23 -1 -1 -1 null 2 Sewing Product 2 None None None sub 32
65 5 12 Production_B2_LV5 Pet Shoes Cute Pet Sandals Pet Shoes star 9 52 1.05106107108109e+23 -1 -1 -1 null 4 Sewing Product 2 None None None sub 64
66 6 12 Production_B2_LV6 Pet Shoes Pet Shoes Pet Shoes star 16 93 1.05106107108109e+23 -1 -1 -1 null 7 Sewing Product 2 None None None sub 128
67 7 12 Production_B2_LV7 Pet Shoes Cute Pet Shoes Pet Shoes star 28 164 1.05106107108109e+23 -1 -1 -1 null 13 Sewing Product 2 None None None sub 256
68 8 12 Production_B2_LV8 Pet Shoes Pet Boots Pet Shoes star 51 290 1.05106107108109e+23 -1 -1 -1 null 25 Sewing Product 2 None None None sub 512
69 9 12 Production_B2_LV9 Pet Shoes Cute Pet Boots Pet Shoes star 90 513 1.05106107108109e+23 -1 -1 1 null 45 Sewing Product 2 None None None sub 1024
70 10 12 Production_B2_LV10 Pet Shoes Pet Sports Shoes Pet Shoes star 158 907 1.05106107108109e+23 -1 -1 -1 null 80 Sewing Product 2 None None Food sub 2048
71 11 12 Production_B2_LV11 Pet Shoes Pet Warm Shoes Pet Shoes star 280 1604 1.05106107108109e+23 -1 -1 -1 null 140 Sewing Product 2 None None Food,Can sub 4096
72 12 12 Production_B2_LV12 Pet Shoes Advanced Pet Warm Shoes Pet Shoes star 495 2837 1.05106107108109e+23 -1 -1 -1 null 240 Sewing Product 2 None None Food,Can sub 8192
81 1 12 Launcher_A_LV1 Cooking Tools Fish-Shaped Cookie Cutter Cooking Tools null 1 1 null -1 -1 -1 null 40 Food,Can Emitter None A normal Food,Can Food,Can 0
82 2 12 Launcher_A_LV2 Cooking Tools Bone-Shaped Cookie Cutter Cooking Tools null -1 -1 null -1 -1 -1 null 80 Food,Can Emitter None A normal Food,Can Food,Can 0
83 3 12 Launcher_A_LV3 Cooking Tools Cookie Cutter Set Cooking Tools null -1 -1 null -1 -1 -1 null 160 Food,Can Emitter None A normal Food,Can Food,Can 0
84 4 12 Launcher_A_LV4 Cooking Tools Basic Baking Tray Cooking Tools null -1 -1 null 40 60 1 1=1 -1 Food,Can Emitter None A normal Food,Can Food,Can 32
85 5 12 Launcher_A_LV5 Cooking Tools Cute Baking Tray Cooking Tools null -1 -1 null 42 60 1 1=0.85,21=0.15 -1 Food,Can Emitter None A normal Food,Can Food,Can 512
86 6 12 Launcher_A_LV6 Cooking Tools Baking Tray Set Cooking Tools null -1 -1 null 44 60 1 1=0.7,21=0.2,2=0.1 -1 Food,Can Emitter None A normal Food,Can Food,Can 1024
87 7 12 Launcher_A_LV7 Cooking Tools Air Fryer Cooking Tools null -1 -1 null 46 60 1 1=0.65,21=0.18,2=0.15,22=0.02 -1 Food,Can Emitter None A normal None Food,Can 1024
88 8 12 Launcher_A_LV8 Cooking Tools Mini Oven Cooking Tools null -1 -1 null 48 60 1 1=0.6,21=0.15,2=0.2,22=0.05 -1 Food,Can Emitter None A normal None Food,Can 2048
89 9 12 Launcher_A_LV9 Cooking Tools Baking Oven Cooking Tools null -1 -1 null 50 60 1 1=0.55,21=0.12,2=0.25,22=0.08 -1 Food,Can Emitter None A normal None Food,Can 4096
90 10 12 Launcher_A_LV10 Cooking Tools Fancy Oven Cooking Tools null -1 -1 null 52 60 1 1=0.5,21=0.1,2=0.3,22=0.1 -1 Food,Can Emitter None A normal Pet Cloth Food,Can 8192
91 11 12 Launcher_A_LV11 Cooking Tools Chef's Oven Cooking Tools null -1 -1 null 54 60 1 1=0.45,21=0.09,2=0.35,22=0.11 -1 Food,Can Emitter None A normal Pet Cloth,Pet Shoes Food,Can 8192
92 12 12 Launcher_A_LV12 Cooking Tools Baking Master Set Cooking Tools null -1 -1 null 56 60 1 1=0.4,21=0.08,2=0.4,22=0.12 -1 Food,Can Emitter None A normal Pet Cloth,Pet Shoes Food,Can 8192
101 1 12 Launcher_B_LV1 Sewing Needle Sewing null 1 1 null -1 -1 -1 null 20 Pet Cloth,Pet Shoes Emitter None B normal Pet Cloth,Pet Shoes Pet Cloth,Pet Shoes 0
102 2 12 Launcher_B_LV2 Sewing Needle&Spool Sewing null -1 -1 null -1 -1 -1 null 40 Pet Cloth,Pet Shoes Emitter None B normal Pet Cloth,Pet Shoes Pet Cloth,Pet Shoes 0
103 3 12 Launcher_B_LV3 Sewing Needle Cushion Sewing null -1 -1 null -1 -1 -1 null 80 Pet Cloth,Pet Shoes Emitter None B normal Pet Cloth,Pet Shoes Pet Cloth,Pet Shoes 0
104 4 12 Launcher_B_LV4 Sewing Sweater Needle Sewing null -1 -1 null 40 60 1 41=1 -1 Pet Cloth,Pet Shoes Emitter None B normal Pet Cloth,Pet Shoes Pet Cloth,Pet Shoes 32
105 5 12 Launcher_B_LV5 Sewing Knitting Needle Sewing null -1 -1 null 42 60 1 41=0.85,61=0.15 -1 Pet Cloth,Pet Shoes Emitter None B normal Pet Cloth,Pet Shoes Pet Cloth,Pet Shoes 512
106 6 12 Launcher_B_LV6 Sewing Yarn Basket Sewing null -1 -1 null 44 60 1 41=0.7,61=0.2,42=0.1 -1 Pet Cloth,Pet Shoes Emitter None B normal Pet Cloth,Pet Shoes Pet Cloth,Pet Shoes 1024
107 7 12 Launcher_B_LV7 Sewing Knitting Basket Sewing null -1 -1 null 46 60 1 41=0.65,61=0.18,42=0.15,62=0.02 -1 Pet Cloth,Pet Shoes Emitter None B normal None Pet Cloth,Pet Shoes 1024
108 8 12 Launcher_B_LV8 Sewing Sewing Machine Sewing null -1 -1 null 48 60 1 41=0.6,61=0.15,42=0.2,62=0.05 -1 Pet Cloth,Pet Shoes Emitter None B normal None Pet Cloth,Pet Shoes 2048
109 9 12 Launcher_B_LV9 Sewing Electric Sewing Machine Sewing null -1 -1 null 50 60 1 41=0.55,61=0.12,42=0.25,62=0.1 -1 Pet Cloth,Pet Shoes Emitter None B normal None Pet Cloth,Pet Shoes 4096
110 10 12 Launcher_B_LV10 Sewing Classic Sewing Machine Sewing null -1 -1 null 52 60 1 41=0.5,61=0.1,42=0.3,62=0.1 -1 Pet Cloth,Pet Shoes Emitter None B normal None Pet Cloth,Pet Shoes 8192
111 11 12 Launcher_B_LV11 Sewing Premium Sewing Machine Sewing null -1 -1 null 54 60 1 41=0.45,61=0.09,42=0.35,62=0.11 -1 Pet Cloth,Pet Shoes Emitter None B normal Wood Pet Cloth,Pet Shoes 8192
112 12 12 Launcher_B_LV12 Sewing Sewing Workbench Sewing null -1 -1 null 56 60 1 41=0.4,61=0.08,42=0.40,62=0.12 -1 Pet Cloth,Pet Shoes Emitter None B normal Wood Pet Cloth,Pet Shoes 8192
121 1 12 Launcher_C_LV1 Toolbox Band Tape Toolbox null 1 1 null -1 -1 -1 null 45 Wood Emitter None C raw Wood Pet House 0
122 2 12 Launcher_C_LV2 Toolbox Caliper Toolbox null -1 -1 null -1 -1 -1 null 90 Wood Emitter None C raw Wood Pet House 0
123 3 12 Launcher_C_LV3 Toolbox Plier Set Toolbox null -1 -1 null -1 -1 -1 null -1 Wood Emitter None C raw Wood Pet House 0
124 4 12 Launcher_C_LV4 Toolbox Wood Plane Toolbox null -1 -1 null -1 -1 -1 null -1 Wood Emitter None C raw Wood Pet House 0
125 5 12 Launcher_C_LV5 Toolbox Wood Tool Set Toolbox null -1 -1 null 24 60 1 141=1 -1 Wood Emitter None C raw Wood Pet House 16
126 6 12 Launcher_C_LV6 Toolbox Advanced Wood Tool Set Toolbox null -1 -1 null 24 60 1 141=0.9,142=0.1 -1 Wood Emitter None C raw Wood Pet House 32
127 7 12 Launcher_C_LV7 Toolbox Wood Tool Kit Toolbox null -1 -1 null 24 60 1 141=0.8,142=0.2 -1 Wood Emitter None C raw None Pet House 64
128 8 12 Launcher_C_LV8 Toolbox Advanced Wood Tool Kit Toolbox null -1 -1 null 24 60 1 141=0.75,142=0.25 -1 Wood Emitter None C raw None Pet House 128
129 9 12 Launcher_C_LV9 Toolbox Wood Tool Box Toolbox null -1 -1 null 24 60 1 141=0.7,142=0.3 -1 Wood Emitter None C raw None Pet House 256
130 10 12 Launcher_C_LV10 Toolbox Advanced Wood Tool Box Toolbox null -1 -1 null 24 60 1 141=0.65,142=0.35 -1 Wood Emitter None C raw None Pet House 512
131 11 12 Launcher_C_LV11 Toolbox Professional Wood Tool Box Toolbox null -1 -1 null 24 60 1 141=0.62,142=0.38 -1 Wood Emitter None C raw Pet House Pet House 1024
132 12 12 Launcher_C_LV12 Toolbox Master Wood Tool Box Toolbox null -1 -1 null 24 60 1 141=0.6,142=0.4 -1 Wood Emitter None C raw None Pet House 2048
141 1 5 Launcher_sub_C_LV1 Wood Log Wood null 1 1 1.25126127128129e+23 -1 -1 -1 null 5 Pet House Emitter None None None None None 0
142 2 5 Launcher_sub_C_LV2 Wood Log Bundles Wood null -1 -1 1.25126127128129e+23 -1 -1 -1 null 10 Pet House Emitter None None None None None 0
143 3 5 Launcher_sub_C_LV3 Wood Wood Blocks Wood null -1 -1 1.25126127128129e+23 -1 -1 -1 null 20 Pet House Emitter None None None Pet Toy None 0
144 4 5 Launcher_sub_C_LV4 Wood Wood Board Wood null -1 -1 1.25126127128129e+23 -1 -1 -1 null 50 Pet House Emitter None None None Pet Toy,Pet Tree None 0
145 5 5 Launcher_sub_C_LV5 Wood Wood Pile unlock null -1 -1 1.25126127128129e+23 16 -1 -1 221=0.8,222=0.2 -1 Pet House Emitter None None None Pet Toy,Pet Tree None 0
161 1 8 Launcher_D_LV1 Shelf Small Shelf Shelf null 1 1 null -1 -1 -1 null 45 Pet Toy,Pet Tree Emitter None D normal Pet Toy,Pet Tree Pet Toy,Pet Tree 0
162 2 8 Launcher_D_LV2 Shelf Medium shelf Shelf null -1 -1 null -1 -1 -1 null 90 Pet Toy,Pet Tree Emitter None D normal Pet Toy,Pet Tree Pet Toy,Pet Tree 0
163 3 8 Launcher_D_LV3 Shelf Large shelf Shelf null -1 -1 null -1 -1 -1 null -1 Pet Toy,Pet Tree Emitter None D normal None Pet Toy,Pet Tree 0
164 4 8 Launcher_D_LV4 Shelf Bedside Table Shelf null -1 -1 null 38 -1 -1 241=1 -1 Pet Toy,Pet Tree Emitter None D normal Bath Toys Pet Toy,Pet Tree 64
165 5 8 Launcher_D_LV5 Shelf Small Display Shelf null -1 -1 null 40 60 1 241=0.8,261=0.2 -1 Pet Toy,Pet Tree Emitter None D normal Bath Toys,Cleaning Tools Pet Toy,Pet Tree 128
166 6 8 Launcher_D_LV6 Shelf Double Door Display Shelf null -1 -1 null 42 60 1 241=0.7,261=0.2,242=0.1 -1 Pet Toy,Pet Tree Emitter None D normal Bath Toys,Cleaning Tools Pet Toy,Pet Tree 512
167 7 8 Launcher_D_LV7 Shelf Premium Display Shelf null -1 -1 null 44 60 1 241=0.65,261=0.18,242=0.15,262=0.02 -1 Pet Toy,Pet Tree Emitter None D normal Bath Toys,Cleaning Tools Pet Toy,Pet Tree 1024
168 8 8 Launcher_D_LV8 Shelf Deluxe Display Shelf null -1 -1 null 46 60 1 241=0.6,261=0.15,242=0.2,262=0.05 -1 Pet Toy,Pet Tree Emitter None D normal Bath Toys,Cleaning Tools Pet Toy,Pet Tree 2048
181 1 9 Launcher_E_LV1 Bathtub Basin Bathtub null 1 1 null -1 -1 -1 null 45 Bath Toys,Cleaning Tools Emitter None E normal Bath Toys,Cleaning Tools Bath Toys,Cleaning Tools 0
182 2 9 Launcher_E_LV2 Bathtub Baby bathtub Bathtub null -1 -1 null 36 60 1 281=1 90 Bath Toys,Cleaning Tools Emitter None E normal Bath Toys,Cleaning Tools Bath Toys,Cleaning Tools 0
183 3 9 Launcher_E_LV3 Bathtub Premium baby bathtub Bathtub null -1 -1 null 38 60 1 281=0.8,301=0.2 -1 Bath Toys,Cleaning Tools Emitter None E normal Bath Toys,Cleaning Tools Bath Toys,Cleaning Tools 0
184 4 9 Launcher_E_LV4 Bathtub Children Pool Bathtub null -1 -1 null 40 60 1 281=0.7,301=0.2,282=0.1 -1 Bath Toys,Cleaning Tools Emitter None E normal None Bath Toys,Cleaning Tools 0
185 5 9 Launcher_E_LV5 Bathtub Advanced Children Pool Bathtub null -1 -1 null 42 60 1 281=0.65,301=0.18,282=0.15,302=0.02 -1 Bath Toys,Cleaning Tools Emitter None E normal None Bath Toys,Cleaning Tools 0
186 6 9 Launcher_E_LV6 Bathtub Premium Children Pool Bathtub null -1 -1 null 44 60 1 281=0.6,301=0.15,282=0.2,302=0.05 -1 Bath Toys,Cleaning Tools Emitter None E normal None Bath Toys,Cleaning Tools 32
187 7 9 Launcher_E_LV7 Bathtub Ordinary bathtub Bathtub null -1 -1 null 46 60 1 281=0.55,301=0.12,282=0.25,302=0.08 -1 Bath Toys,Cleaning Tools Emitter None E normal None Bath Toys,Cleaning Tools 128
188 8 9 Launcher_E_LV8 Bathtub Premium bathtub Bathtub null -1 -1 null 48 60 1 281=0.5,301=0.1,282=0.3,302=0.1 -1 Bath Toys,Cleaning Tools Emitter None E normal None Bath Toys,Cleaning Tools 512
189 9 9 Launcher_E_LV9 Bathtub Luxury bathtub Bathtub null -1 -1 null 50 60 1 281=0.45,301=0.08,282=0.35,302=0.12 -1 Bath Toys,Cleaning Tools Emitter None E normal None Bath Toys,Cleaning Tools 2048
221 1 15 Production_sub_C_LV1 Pet House Pink Wood Pet House star 1 7 145 -1 -1 -1 null 6 Wood Product 1 None None None main 4
222 2 15 Production_sub_C_LV2 Pet House Pink Wood Pile Pet House star 2 13 145 -1 -1 -1 null 12 Wood Product 1 None None None main 8
223 3 15 Production_sub_C_LV3 Pet House Crate Pet House star 3 23 145 -1 -1 -1 null 23 Wood Product 1 None None None main 16
224 4 15 Production_sub_C_LV4 Pet House Pet Crate Pet House star 6 40 145 -1 -1 -1 null 43 Wood Product 1 None None None main 32
225 5 15 Production_sub_C_LV5 Pet House Pet Bed Pet House star 10 72 145 -1 -1 -1 null 80 Wood Product 1 None None None main 64
226 6 15 Production_sub_C_LV6 Pet House Wooden Pet House Pet House star 13 127 145 -1 -1 -1 null 150 Wood Product 1 None None None main 128
227 7 15 Production_sub_C_LV7 Pet House Premium Pet House Pet House star 32 224 145 -1 -1 -1 null 290 Wood Product 1 None None None main 256
228 8 15 Production_sub_C_LV8 Pet House Deluxe Pet House Pet House star 41 396 145 -1 -1 -1 null 540 Wood Product 1 None None None main 512
229 9 15 Production_sub_C_LV9 Pet House Pet Villa Pet House star 110 700 145 -1 -1 -1 null 780 Wood Product 1 None None None main 1024
230 10 15 Production_sub_C_LV10 Pet House Premium Pet Villa Pet House star 200 1237 145 -1 -1 -1 null 990 Wood Product 1 None None None main 2048
231 11 15 Production_sub_C_LV11 Pet House Deluxe Pet Villa Pet House star 360 2188 145 -1 -1 -1 null 1100 Wood Product 1 None None None main 4096
232 12 15 Production_sub_C_LV12 Pet House Pet Castle Pet House star 640 3869 145 -1 -1 -1 null 1300 Wood Product 1 None None None main 8192
233 13 15 Production_sub_C_LV13 Pet House Premium Pet Castle Pet House star 1280 6841 145 -1 -1 -1 null 1550 Wood Product 1 None None None main 8192
234 14 15 Production_sub_C_LV14 Pet House Deluxe Pet Castle Pet House star 2560 10097 145 -1 -1 -1 null 1890 Wood Product 1 None None None main 8192
235 15 15 Production_sub_C_LV15 Pet House Classic Pet Castle Pet House star 3200 16390 145 -1 -1 -1 null 2300 Wood Product 1 None None None main 8192
241 1 15 Production_D1_LV1 Pet Toy Yarn Ball Pet Toy star 1 5 164165166167168 -1 -1 -1 null 1 Shelf Product 1 None None None main 1
242 2 15 Production_D1_LV2 Pet Toy Plastic Ball Pet Toy star 1 9 164165166167168 -1 -1 -1 null 1 Shelf Product 1 None None None main 2
243 3 15 Production_D1_LV3 Pet Toy Bell Ball Pet Toy star 3 15 164165166167168 -1 -1 -1 null 1 Shelf Product 1 None None None main 4
244 4 15 Production_D1_LV4 Pet Toy Catnip Ball Pet Toy star 5 27 164165166167168 -1 -1 -1 null 2 Shelf Product 1 None None None main 8
245 5 15 Production_D1_LV5 Pet Toy Spring Toy Pet Toy star 9 48 164165166167168 -1 -1 -1 null 4 Shelf Product 1 None None None main 16
246 6 15 Production_D1_LV6 Pet Toy Chewer Toy Pet Toy star 16 84 164165166167168 -1 -1 -1 null 7 Shelf Product 1 None None None main 32
247 7 15 Production_D1_LV7 Pet Toy Cat Teaser Pet Toy star 28 149 164165166167168 -1 -1 -1 null 13 Shelf Product 1 None None None main 64
248 8 15 Production_D1_LV8 Pet Toy Premium Pet House Pet Toy star 51 264 164165166167168 -1 -1 -1 null 25 Shelf Product 1 None None None main 128
249 9 15 Production_D1_LV9 Pet Toy Stuffed Fish Pet Toy star 90 466 164165166167168 -1 -1 -1 null 45 Shelf Product 1 None None None main 256
250 10 15 Production_D1_LV10 Pet Toy Feather Ball Pet Toy star 158 825 164165166167168 -1 -1 -1 null 80 Shelf Product 1 None None None main 512
251 11 15 Production_D1_LV11 Pet Toy Catching Toy Pet Toy star 280 1459 164165166167168 -1 -1 -1 null 140 Shelf Product 1 None None None main 1024
252 12 15 Production_D1_LV12 Pet Toy Jumping Toy Pet Toy star 495 2579 164165166167168 -1 -1 -1 null 240 Shelf Product 1 None None None main 2048
253 13 15 Production_D1_LV13 Pet Toy Rolling Ball Toy Pet Toy star 876 4561 164165166167168 -1 -1 -1 null 320 Shelf Product 1 None None None main 4096
254 14 15 Production_D1_LV14 Pet Toy Premium Rolling Ball Toy Pet Toy star 1549 6065 164165166167168 -1 -1 -1 null 450 Shelf Product 1 None None None main 8192
255 15 15 Production_D1_LV15 Pet Toy Cat Wheel Toy Pet Toy star 2738 10260 164165166167168 -1 -1 -1 null 1200 Shelf Product 1 None None None main 8192
261 1 12 Production_D2_LV1 Pet Tree Cat Scratcher Pet Tree star 1 5 165166167168 -1 -1 -1 null 1 Shelf Product 2 None None None sub 4
262 2 12 Production_D2_LV2 Pet Tree Meow Cat Scratcher Pet Tree star 1 8 165166167168 -1 -1 -1 null 1 Shelf Product 2 None None None sub 8
263 3 12 Production_D2_LV3 Pet Tree Daybed Cat Scratcher Pet Tree star 3 14 165166167168 -1 -1 -1 null 1 Shelf Product 2 None None None sub 16
264 4 12 Production_D2_LV4 Pet Tree Premium Daybed Cat Scratcher Pet Tree star 5 26 165166167168 -1 -1 -1 null 2 Shelf Product 2 None None None sub 32
265 5 12 Production_D2_LV5 Pet Tree Ball Type Cat Scratcher Pet Tree star 9 45 165166167168 -1 -1 -1 null 4 Shelf Product 2 None None None sub 64
266 6 12 Production_D2_LV6 Pet Tree Bridge Cat Scratcher Pet Tree star 16 80 165166167168 -1 -1 -1 null 7 Shelf Product 2 None None None sub 128
267 7 12 Production_D2_LV7 Pet Tree Simple Cat Tree Pet Tree star 28 142 165166167168 -1 -1 -1 null 13 Shelf Product 2 None None None sub 256
268 8 12 Production_D2_LV8 Pet Tree Happy Cat Tree Pet Tree star 51 251 165166167168 -1 -1 -1 null 25 Shelf Product 2 None None None sub 512
269 9 12 Production_D2_LV9 Pet Tree Cat Tree Set Pet Tree star 90 443 165166167168 -1 -1 -1 null 45 Shelf Product 2 None None None sub 1024
270 10 12 Production_D2_LV10 Pet Tree Premium Cat Tree Pet Tree star 158 784 165166167168 -1 -1 -1 null 80 Shelf Product 2 None None None sub 2048
271 11 12 Production_D2_LV11 Pet Tree Deluxe Cat Tree Pet Tree star 280 1386 165166167168 -1 -1 -1 null 140 Shelf Product 2 None None None sub 4096
272 12 12 Production_D2_LV12 Pet Tree Cat Paradise Pet Tree star 495 2450 165166167168 -1 -1 -1 null 240 Shelf Product 2 None None None sub 8192
281 1 15 Production_E1_LV1 Bath Toys Bubble ball Bath Toys star 1 4 1.82183184185186e+23 -1 -1 -1 null 1 Bathtub Product 1 None None None main 2
282 2 15 Production_E1_LV2 Bath Toys Toy Tadpole Bath Toys star 1 8 1.82183184185186e+23 -1 -1 -1 null 1 Bathtub Product 1 None None None main 4
283 3 15 Production_E1_LV3 Bath Toys Toy fish Bath Toys star 3 14 1.82183184185186e+23 -1 -1 -1 null 1 Bathtub Product 1 None None None main 8
284 4 15 Production_E1_LV4 Bath Toys Toy Seahorse Bath Toys star 5 24 1.82183184185186e+23 -1 -1 -1 null 2 Bathtub Product 1 None None None main 16
285 5 15 Production_E1_LV5 Bath Toys Toy yellow duck Bath Toys star 9 43 1.82183184185186e+23 -1 -1 -1 null 4 Bathtub Product 1 None None None main 32
286 6 15 Production_E1_LV6 Bath Toys Toy octopus Bath Toys star 16 76 1.82183184185186e+23 -1 -1 -1 null 7 Bathtub Product 1 None None None main 64
287 7 15 Production_E1_LV7 Bath Toys Toy turtle Bath Toys star 28 134 1.82183184185186e+23 -1 -1 -1 null 13 Bathtub Product 1 None None None main 128
288 8 15 Production_E1_LV8 Bath Toys Toy shark Bath Toys star 51 237 1.82183184185186e+23 -1 -1 -1 null 25 Bathtub Product 1 None None None main 256
289 9 15 Production_E1_LV9 Bath Toys Toy whale Bath Toys star 90 420 1.82183184185186e+23 -1 -1 -1 null 45 Bathtub Product 1 None None None main 512
290 10 15 Production_E1_LV10 Bath Toys Toy Swimming Dog Bath Toys star 158 742 1.82183184185186e+23 -1 -1 -1 null 80 Bathtub Product 1 None None None main 1024
291 11 15 Production_E1_LV11 Bath Toys Toy float Bath Toys star 280 1313 1.82183184185186e+23 -1 -1 -1 null 140 Bathtub Product 1 None None None main 2048
292 12 15 Production_E1_LV12 Bath Toys Toy boat Bath Toys star 495 2321 1.82183184185186e+23 -1 -1 -1 null 240 Bathtub Product 1 None None None main 4096
293 13 15 Production_E1_LV13 Bath Toys Toy submarine Bath Toys star 876 4105 1.82183184185186e+23 -1 -1 -1 null 320 Bathtub Product 1 None None Clothes storage bag,Shoe main 8192
294 14 15 Production_E1_LV14 Bath Toys Toy sailboat Bath Toys star 1549 5258 1.82183184185186e+23 -1 -1 -1 null 450 Bathtub Product 1 None None Clothes storage bag,Shoe main 8192
295 15 15 Production_E1_LV15 Bath Toys High-end toy boat Bath Toys star 2738 8834 1.82183184185186e+23 -1 -1 -1 null 1200 Bathtub Product 1 None None Clothes storage bag,Shoe main 8192
301 1 14 Production_E2_LV1 Cleaning Tools Pet Towel Cleaning Tools star 1 5 1.83184185186187e+20 -1 -1 -1 null 1 Bathtub Product 2 None None Clothes storage bag,Shoe sub 3
302 2 14 Production_E2_LV2 Cleaning Tools Advanced Towel Cleaning Tools star 1 8 1.83184185186187e+20 -1 -1 -1 null 1 Bathtub Product 2 None None Clothes storage bag,Shoe sub 6
303 3 14 Production_E2_LV3 Cleaning Tools Pet Wipes Cleaning Tools star 3 14 1.83184185186187e+20 -1 -1 -1 null 1 Bathtub Product 2 None None Clothes storage bag,Shoe sub 12
304 4 14 Production_E2_LV4 Cleaning Tools Washing Gloves Cleaning Tools star 5 26 1.83184185186187e+20 -1 -1 -1 null 2 Bathtub Product 2 None None Clothes storage bag,Shoe sub 24
305 5 14 Production_E2_LV5 Cleaning Tools Pet Shampoo Cleaning Tools star 9 45 1.83184185186187e+20 -1 -1 -1 null 4 Bathtub Product 2 None None Clothes storage bag,Shoe sub 48
306 6 14 Production_E2_LV6 Cleaning Tools Advanced Shampoo Cleaning Tools star 16 80 1.83184185186187e+20 -1 -1 -1 null 7 Bathtub Product 2 None None None sub 96
307 7 14 Production_E2_LV7 Cleaning Tools Premium Shampoo Cleaning Tools star 28 142 1.83184185186187e+20 -1 -1 -1 null 13 Bathtub Product 2 None None None sub 192
308 8 14 Production_E2_LV8 Cleaning Tools Hair Brush Cleaning Tools star 51 251 1.83184185186187e+20 -1 -1 -1 null 25 Bathtub Product 2 None None None sub 384
309 9 14 Production_E2_LV9 Cleaning Tools Advanced Brush Cleaning Tools star 90 443 1.83184185186187e+20 -1 -1 -1 null 45 Bathtub Product 2 None None None sub 768
310 10 14 Production_E2_LV10 Cleaning Tools Pet Dryer Cleaning Tools star 158 784 1.83184185186187e+20 -1 -1 -1 null 80 Bathtub Product 2 None None None sub 1536
311 11 14 Production_E2_LV11 Cleaning Tools Advanced Pet Dryer Cleaning Tools star 280 1386 1.83184185186187e+20 -1 -1 -1 null 140 Bathtub Product 2 None None None sub 3072
312 12 14 Production_E2_LV12 Cleaning Tools Pet Dryer Box Cleaning Tools star 495 2450 1.83184185186187e+20 -1 -1 -1 null 240 Bathtub Product 2 None None Daily clothing,Dress sub 6144
313 13 14 Production_E2_LV13 Cleaning Tools Advanced Pet Dryer Box Cleaning Tools star 876 4333 1.83184185186187e+20 -1 -1 -1 null 320 Bathtub Product 2 None None None sub 8192
314 14 14 Production_E2_LV14 Cleaning Tools Premium Pet Dryer Box Cleaning Tools star 1549 5661 1.83184185186187e+20 -1 -1 -1 null 450 Bathtub Product 2 None None None sub 8192
1001 1 8 Launcher_H_LV1 Clothing Simple fabric wardrobe Clothing null 1 1 null 36 60 1 1081=0.8,1021=0.2 40 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 128
1002 2 8 Launcher_H_LV2 Clothing Ordinary fabric wardrobe Clothing null -1 -1 null 36 60 1 1081=0.75,1021=0.2,1082=0.05 -1 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 128
1003 3 8 Launcher_H_LV3 Clothing High-end fabric wardrobe Clothing null -1 -1 null 36 60 1 1081=0.7,1021=0.2,1082=0.05,1022=0.05 -1 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 128
1004 4 8 Launcher_H_LV4 Clothing Simple wooden wardrobe Clothing null -1 -1 null 36 60 1 1081=0.65,1021=0.2,1082=0.1,1022=0.05 -1 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 128
1005 5 8 Launcher_H_LV5 Clothing Ordinary wooden wardrobe Clothing null -1 -1 null 36 60 1 1081=0.6,1021=0.18,1082=0.1,1022=0.12 -1 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 128
1006 6 8 Launcher_H_LV6 Clothing Large wooden wardrobe Clothing null -1 -1 null 36 60 1 1081=0.55,1021=0.18,1082=0.15,1022=0.12 -1 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 512
1007 7 8 Launcher_H_LV7 Clothing High-end wooden wardrobe Clothing null -1 -1 null 36 60 1 1081=0.5,1021=0.15,1082=0.2,1022=0.15 -1 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 2048
1008 8 8 Launcher_H_LV8 Clothing Luxury wooden wardrobe Clothing null -1 -1 null 36 60 1 1081=0.45,1021=0.1,1082=0.25,1022=0.2 -1 Clothes storage bag,Shoe Emitter None F combom None Shoe,Daily clothing,Dress 8192
1021 1 7 Launcher_sub_H_LV1 Clothes storage bag Simple cloth bag Clothes storage bag null 1 1 1.001100210031e+31 -1 -1 -1 null 5 Daily clothing,Dress Emitter None None None None None 0
1022 2 7 Launcher_sub_H_LV2 Clothes storage bag High-end cloth bag Clothes storage bag null -1 -1 1.001100210031e+31 -1 -1 -1 null 10 Daily clothing,Dress Emitter None None None None None 0
1023 3 7 Launcher_sub_H_LV3 Clothes storage bag Simple storage bag Clothes storage bag null -1 -1 1.001100210031e+31 -1 -1 -1 null 20 Daily clothing,Dress Emitter None None None None None 0
1024 4 7 Launcher_sub_H_LV4 Clothes storage bag Ordinary storage bag Clothes storage bag null -1 -1 1.001100210031e+31 -1 -1 -1 null 50 Daily clothing,Dress Emitter None None None None None 0
1025 5 7 Launcher_sub_H_LV5 Clothes storage bag Premium storage bag Clothes storage bag null -1 -1 1.001100210031e+31 -1 -1 -1 null -1 Daily clothing,Dress Emitter None None None None None 0
1026 6 7 Launcher_sub_H_LV6 Clothes storage bag Luxury storage bag Clothes storage bag null -1 -1 1.001100210031e+31 -1 -1 -1 null -1 Daily clothing,Dress Emitter None None None None None 0
1027 7 7 Launcher_sub_H_LV7 Clothes storage bag Storage set unlock null -1 -1 1.001100210031e+31 18 -1 -1 1041=0.8,1061=0.2 -1 Daily clothing,Dress Emitter None None None None None 0
1041 1 12 Production_sub_H_LV1 Daily clothing Children's sandals Daily clothing star 1 8 1026 -1 -1 -1 null 6 Clothes storage bag Product 2 None None None sub 1
1042 2 12 Production_sub_H_LV2 Daily clothing Children's shoes Daily clothing star 2 14 1026 -1 -1 -1 null 12 Clothes storage bag Product 2 None None None sub 2
1043 3 12 Production_sub_H_LV3 Daily clothing Girls' sandals Daily clothing star 3 24 1026 -1 -1 -1 null 23 Clothes storage bag Product 2 None None None sub 4
1044 4 12 Production_sub_H_LV4 Daily clothing Girls' high heels Daily clothing star 6 43 1026 -1 -1 -1 null 43 Clothes storage bag Product 2 None None None sub 8
1045 5 12 Production_sub_H_LV5 Daily clothing Girls' high-end shoes Daily clothing star 10 76 1026 -1 -1 -1 null 80 Clothes storage bag Product 2 None None None sub 16
1046 6 12 Production_sub_H_LV6 Daily clothing Ordinary square heels shoes Daily clothing star 13 135 1026 -1 -1 -1 null 150 Clothes storage bag Product 2 None None None sub 32
1047 7 12 Production_sub_H_LV7 Daily clothing Ordinary high-heeled Daily clothing star 32 239 1026 -1 -1 -1 null 290 Clothes storage bag Product 2 None None None sub 64
1048 8 12 Production_sub_H_LV8 Daily clothing Classic high-heeled shoes Daily clothing star 41 422 1026 -1 -1 -1 null 540 Clothes storage bag Product 2 None None None sub 128
1049 9 12 Production_sub_H_LV9 Daily clothing High-end high-heeled shoes Daily clothing star 110 746 1026 -1 -1 -1 null 780 Clothes storage bag Product 2 None None None sub 256
1050 10 12 Production_sub_H_LV10 Daily clothing Ordinary evening dress shoes Daily clothing star 200 1320 1026 -1 -1 -1 null 990 Clothes storage bag Product 2 None None None sub 512
1051 11 12 Production_sub_H_LV11 Daily clothing High-end evening dress shoes Daily clothing star 360 2334 1026 -1 -1 -1 null 1100 Clothes storage bag Product 2 None None None sub 1024
1052 12 12 Production_sub_H_LV12 Daily clothing Luxurious evening dress shoes Daily clothing star 640 4127 1026 -1 -1 -1 null 1300 Clothes storage bag Product 2 None None None sub 2048
1061 1 12 Production_sub_H2_LV1 Dress Mini dress Dress star 1 8 1026 -1 -1 -1 null 8 Clothes storage bag Product 2 None None None sub 4
1062 2 12 Production_sub_H2_LV2 Dress Girls simple dress Dress star 2 15 1026 -1 -1 -1 null 16 Clothes storage bag Product 2 None None None sub 8
1063 3 12 Production_sub_H2_LV3 Dress Flower girl dress Dress star 3 26 1026 -1 -1 -1 null 30 Clothes storage bag Product 2 None None None sub 16
1064 4 12 Production_sub_H2_LV4 Dress Girls high-end dress Dress star 6 46 1026 -1 -1 -1 null 56 Clothes storage bag Product 2 None None None sub 32
1065 5 12 Production_sub_H2_LV5 Dress Simple dress Dress star 10 81 1026 -1 -1 -1 null 104 Clothes storage bag Product 2 None None None sub 64
1066 6 12 Production_sub_H2_LV6 Dress Party dress Dress star 13 143 1026 -1 -1 -1 null 195 Clothes storage bag Product 2 None None None sub 128
1067 7 12 Production_sub_H2_LV7 Dress Banquet dress Dress star 32 254 1026 -1 -1 -1 null 377 Clothes storage bag Product 2 None None None sub 256
1068 8 12 Production_sub_H2_LV8 Dress Classic dress Dress star 41 448 1026 -1 -1 -1 null 702 Clothes storage bag Product 2 None None None sub 512
1069 9 12 Production_sub_H2_LV9 Dress Haute ceremonial dress Dress star 110 793 1026 -1 -1 -1 null 1014 Clothes storage bag Product 2 None None None sub 1024
1070 10 12 Production_sub_H2_LV10 Dress Ordinary evening dress Dress star 200 1402 1026 -1 -1 -1 null 1287 Clothes storage bag Product 2 None None None sub 2048
1071 11 12 Production_sub_H2_LV11 Dress High-end evening dress Dress star 360 2480 1026 -1 -1 -1 null 1430 Clothes storage bag Product 2 None None None sub 4096
1072 12 12 Production_sub_H2_LV12 Dress Luxurious evening dress Dress star 640 4385 1026 -1 -1 -1 null 1690 Clothes storage bag Product 1 None None None sub 8192
1081 1 12 Production_H2_LV1 Shoe Diapers Shoe star 1 5 1.001100210031e+31 -1 -1 -1 null 2 Clothing Product 1 None None None main 50
1082 2 12 Production_H2_LV2 Shoe Baby clothe Shoe star 1 9 1.001100210031e+31 -1 -1 -1 null 3 Clothing Product 1 None None None main 100
1083 3 12 Production_H2_LV3 Shoe Cartoon pajama Shoe star 3 17 1.001100210031e+31 -1 -1 -1 null 7 Clothing Product 1 None None None main 200
1084 4 12 Production_H2_LV4 Shoe Children's T-shirt Shoe star 5 30 1.001100210031e+31 -1 -1 -1 null 11 Clothing Product 1 None None None main 400
1085 5 12 Production_H2_LV5 Shoe Overall Shoe star 9 52 1.001100210031e+31 -1 -1 -1 null 21 Clothing Product 1 None None None main 800
1086 6 12 Production_H2_LV6 Shoe Sportswear Shoe star 16 93 1.001100210031e+31 -1 -1 -1 null 45 Clothing Product 1 None None None main 1600
1087 7 12 Production_H2_LV7 Shoe Sweatshirt Shoe star 28 164 1.001100210031e+31 -1 -1 -1 null 80 Clothing Product 1 None None None main 3200
1088 8 12 Production_H2_LV8 Shoe Casual wear Shoe star 51 290 1.001100210031e+31 -1 -1 -1 null 140 Clothing Product 1 None None None main 6400
1089 9 12 Production_H2_LV9 Shoe Graduation clothe Shoe star 90 513 1.001100210031e+31 -1 -1 -1 null 240 Clothing Product 1 None None None main 8192
1090 10 12 Production_H2_LV10 Shoe Casual suits Shoe star 158 907 1.001100210031e+31 -1 -1 -1 null 320 Clothing Product 1 None None None main 8192
1091 11 12 Production_H2_LV11 Shoe Vacation skirt Shoe star 280 1604 1.001100210031e+31 -1 -1 -1 null 450 Clothing Product 1 None None None main 8192
1092 12 12 Production_H2_LV12 Shoe Suits Shoe star 495 2837 1.001100210031e+31 -1 -1 -1 null 590 Clothing Product 1 None None None main 8192
5001 1 3 Launcher_Wash_LV1 WashTool Simple Wash Box WashTool null 1 1 null 60 60 1 5021=1 -1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5002 2 3 Launcher_Wash_LV2 WashTool Small Wash Car WashTool null -1 -1 null 60 60 1 5041=1 -1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5003 3 3 Launcher_Wash_LV3 WashTool Big Wash Car WashTool null -1 -1 null 60 60 1 5061=1 -1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5021 1 5 merge_icon_small_xiaodao WashOneTool Utility knife WashOneTool star 1 1 5001 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5022 2 5 merge_icon_small_qianzi WashOneTool pliers WashOneTool star 1 1 5001 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5023 3 5 merge_icon_small_tuizi WashOneTool Fader WashOneTool star 1 1 5001 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5024 4 5 merge_icon_small_niezi WashOneTool tweezers WashOneTool star 1 1 5001 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5025 5 5 merge_icon_small_niezimianqiu WashOneTool Tweezers with cotton balls WashOneTool star 1 1 5001 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5041 1 3 Production_Wash_LV1 WashTwoTool band-aid WashTwoTool star 1 1 5002 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5042 2 3 Production_Wash_LV2 WashTwoTool spray WashTwoTool star 1 1 5002 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5043 3 3 Production_Wash_LV3 WashTwoTool bandage WashTwoTool star 1 1 5002 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5061 1 3 merge_icon_small_qipao WashThreeTool Bubble WashThreeTool star 1 1 5003 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5062 2 3 merge_icon_small_xiangzao WashThreeTool Soap WashThreeTool star 1 1 5003 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
5063 3 3 merge_icon_small_pentou WashThreeTool Shower head WashThreeTool star 1 1 5003 -1 -1 -1 null 1 WashOneTool,WashTwoTool,WashThreeTool Wash None None None None None 0
501 1 5 Production_energy_LV1 Energy A Little Energy energy null 1 1 562 -1 -1 -1 null -1 None Resource None None None None None 0
502 2 5 Production_energy_LV2 Energy Small Amount Energy energy null 5 5 562 -1 -1 -1 null -1 None Resource None None None None None 0
503 3 5 Production_energy_LV3 Energy Appropriate Energy energy null 15 15 562 -1 -1 -1 null -1 None Resource None None None None None 0
504 4 5 Production_energy_LV4 Energy Large Amount Energy energy null 40 40 562 -1 -1 -1 null -1 None Resource None None None None None 0
505 5 5 Production_energy_LV5 Energy Huge Amount Energy energy null 100 100 562 -1 -1 -1 null -1 None Resource None None None None None 0
521 1 5 Production_star_LV1 Star A Star star null 8 8 561563 -1 -1 -1 null -1 None Resource None None None None None 0
522 2 5 Production_star_LV2 Star A Few Star star null 20 20 561563 -1 -1 -1 null -1 None Resource None None None None None 0
523 3 5 Production_star_LV3 Star Small Star star null 45 45 561563 -1 -1 -1 null -1 None Resource None None None None None 0
524 4 5 Production_star_LV4 Star Large Star star null 110 110 561563 -1 -1 -1 null -1 None Resource None None None None None 0
525 5 5 Production_star_LV5 Star Huge Star star null 240 240 561563 -1 -1 -1 null -1 None Resource None None None None None 0
541 1 5 Production_diamond_LV1 Diamond A Little Diamond diamond null 1 1 563 -1 -1 -1 null -1 None Resource None None None None None 0
542 2 5 Production_diamond_LV2 Diamond Small Amount Diamond diamond null 3 3 563 -1 -1 -1 null -1 None Resource None None None None None 0
543 3 5 Production_diamond_LV3 Diamond Appropriate Diamond diamond null 8 8 563 -1 -1 -1 null -1 None Resource None None None None None 0
544 4 5 Production_diamond_LV4 Diamond Large Amount Diamond diamond null 20 20 563 -1 -1 -1 null -1 None Resource None None None None None 0
545 5 5 Production_diamond_LV5 Diamond Huge Amount Diamond diamond null 50 50 563 -1 -1 -1 null -1 None Resource None None None None None 0
561 1 1 Launcher_starChest Star Box Star Chest unlock null -1 -1 null 5 -1 -1 521=0.5,522=0.35,523=0.15 -1 Star Chest None None None None None 0
562 1 1 Launcher_energeChest Energy Box Energy Chest unlock null -1 -1 null 5 -1 -1 501=0.35,502=0.35,503=0.2,504=0.1 -1 Energy Chest None None None None None 0
563 1 1 Launcher_surpriseChest Surprise Box Surprising Chest lock null -1 -1 null 5 600 10 541=0.35,521=0.35,542=0.2,522=0.1 -1 Star,Diamond Chest None None None None None 0
564 1 1 Launcher_surpriseChest Surprise Box Surprising Chest unlock null -1 -1 null 5 600 10 541=0.35,521=0.35,542=0.2,522=0.1 -1 Star,Diamond Chest None None None None None 0
581 1 2 Launcher_Lowemitterchest_LV1 Emit Box Low Emit Chest Lv1 lock null -1 -1 null 6 720 12 81=0.35,101=0.35,121=0.3 -1 Cooking Tools,Shopping,Toolbox Chest None None None None None 0
582 1 2 Launcher_Lowemitterchest_LV1 Emit Box Low Emit Chest Lv1 unlock null -1 -1 null 6 720 12 81=0.35,101=0.35,121=0.3 -1 Cooking Tools,Shopping,Toolbox Chest None None None None None 0
583 2 2 Launcher_Lowemitterchest_LV2 Emit Box Low Emit Chest Lv2 lock null -1 -1 null 6 1800 30 82=0.35,102=0.35,122=0.3 -1 Cooking Tools,Shopping,Toolbox Chest None None None None None 0
584 2 2 Launcher_Lowemitterchest_LV2 Emit Box Low Emit Chest Lv2 unlock null -1 -1 null 6 1800 30 82=0.35,102=0.35,122=0.3 -1 Cooking Tools,Shopping,Toolbox Chest None None None None None 0
585 1 2 Launcher_highemitterchest_lv1 High Emit Box Higt Emit Chest Lv1 lock null -1 -1 null 6 720 12 321=0.1,161=0.4,181=0.4,201=0.1 -1 Sewing,Fishing,Shelf,Gardening Tools Chest None None None None None 0
586 1 2 Launcher_highemitterchest_lv1 High Emit Box Higt Emit Chest Lv1 unlock null -1 -1 null 6 720 12 321=0.1,161=0.4,181=0.4,201=0.1 -1 Sewing,Fishing,Shelf,Gardening Tools Chest None None None None None 0
587 2 2 Launcher_highemitterchest_lv2 High Emit Box Higt Emit Chest Lv2 lock null -1 -1 null 6 1800 30 322=0.1,162=0.4,182=0.4,202=0.1 -1 Sewing,Fishing,Shelf,Gardening Tools Chest None None None None None 0
588 2 2 Launcher_highemitterchest_lv2 High Emit Box Higt Emit Chest Lv2 unlock null -1 -1 null 6 1800 30 322=0.1,162=0.4,182=0.4,202=0.1 -1 Sewing,Fishing,Shelf,Gardening Tools Chest None None None None None 0
601 1 1 Launcher_L_A Pet Food Basket Pet Food Basket unlock null -1 -1 null 8 -1 -1 1=0.2,2=0.3,3=0.2,4=0.1,21=0.2 -1 Food,Can Gift None None None None None 0
602 1 1 Launcher_L_B Pet Aid Box Pet Aid Box unlock null -1 -1 null 8 -1 -1 41=0.2,42=0.3,43=0.2,44=0.1,61=0.2 -1 Cleaning Tools,Medical Gift None None None None None 0
603 1 1 Launcher_L_C Pet House Box Pet House Box unlock null -1 -1 null 8 -1 -1 221=0.6,222=0.4 -1 Pet House Gift None None None None None 0
604 1 1 Launcher_L_D Pet Clothing Box Pet Clothing Box unlock null -1 -1 null 8 -1 -1 241=0.1,242=0.2,243=0.3,261=0.1,262=0.2,263=0.1 -1 Pet Cloth,Pet Shoes Gift None None None None None 0
605 1 1 Launcher_L_E Plate of Fish Plate of Fish unlock null -1 -1 null 8 -1 -1 281=0.3,282=0.4,283=0.2,284=0.1 -1 Fish Gift None None None None None 0
606 1 1 Launcher_L_G Flower Basket Flower Basket unlock null -1 -1 null 8 -1 -1 341=0.3,342=0.4,343=0.2,344=0.1 -1 Garden Gift None None None None None 0
701 1 1 Launcher_zixuan_LV1 Optional Box Optional Box unlock null -1 -1 null 1 -1 -1 null -1 None Gift None None None None None 0
702 1 1 Launcher_zixuan_LV2 Advanced Optional Box Advanced Optional Box unlock null -1 -1 null 1 -1 -1 null -1 None Gift None None None None None 0
703 1 1 Launcher_Universal-treasure-chest_LV1 All Random Box All Random Box unlock null -1 -1 null 3 -1 -1 null -1 None Gift None None None None None 0
704 1 1 Launcher_Universal-treasure-chest_LV2 Advanced All Random Box Advanced All Random Box unlock null -1 -1 null 3 -1 -1 null -1 None Gift None None None None None 0
705 1 1 Launcher_Resource-chest_LV1 Resource Supply Box Resource Supply Box unlock null -1 -1 null 1 -1 -1 null -1 None Gift None None None None None 0
706 1 1 Launcher_Resource-chest_LV2 Advanced Resource Supply Box Advanced Resource Supply Box unlock null -1 -1 null 1 -1 -1 null -1 None Gift None None None None None 0
801 1 1 homepage_icn_Stash Package Package null null -1 -1 null 1 -1 -1 null -1 None Special None None None None None 0