Files
JJBB/Assets/Project/Script/LuaScripts/GameTables/Lua/Table_DailyCopySweepConfig.txt
2024-08-23 15:49:34 +08:00

43 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--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