43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
--This code create by CodeEngine ,don't modify
|
||
|
||
local Table_DailyCopySweepConfig =
|
||
{
|
||
[6300] = {
|
||
Id = 6300,
|
||
SweepMinLevel = 70,
|
||
BestRecordDesc = 51954,
|
||
SweepConfirmDesc = 51950,
|
||
CantSweepDesc = '70级解锁一键扫荡!',
|
||
CountAndItemLessDesc = '次数道具不足!',
|
||
CostItem = 861,
|
||
},
|
||
[6302] = {
|
||
Id = 6302,
|
||
SweepMinLevel = 70,
|
||
BestRecordDesc = 51955,
|
||
SweepConfirmDesc = 51951,
|
||
CantSweepDesc = '70级解锁一键扫荡!',
|
||
CountAndItemLessDesc = '次数道具不足!',
|
||
CostItem = 862,
|
||
},
|
||
[6303] = {
|
||
Id = 6303,
|
||
SweepMinLevel = 80,
|
||
BestRecordDesc = 51956,
|
||
SweepConfirmDesc = 51952,
|
||
CantSweepDesc = '80级解锁一键扫荡!',
|
||
CountAndItemLessDesc = '次数道具不足!',
|
||
CostItem = 863,
|
||
},
|
||
[6301] = {
|
||
Id = 6301,
|
||
SweepMinLevel = 80,
|
||
BestRecordDesc = 51957,
|
||
SweepConfirmDesc = 51953,
|
||
CantSweepDesc = '80级解锁一键扫荡!',
|
||
CountAndItemLessDesc = '次数道具不足!',
|
||
CostItem = 864,
|
||
},
|
||
}
|
||
return Table_DailyCopySweepConfig
|