You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
555 B
Lua
23 lines
555 B
Lua
return {
|
|
["normaltimes"] = 2,
|
|
["adtimes"] = 3,
|
|
["reward"] = {
|
|
{
|
|
{
|
|
["item"] = 100010001,
|
|
["value"] = "star*mul*score",
|
|
["mul"] = 0.02,
|
|
},
|
|
{
|
|
["item"] = 100010002,
|
|
["value"] = "mul*(1+score/1000)",
|
|
["mul"] = 10,
|
|
},
|
|
{
|
|
["item"] = 2100020001,
|
|
["value"] = "mul*(1+score/1000)",
|
|
["mul"] = 10,
|
|
},
|
|
}
|
|
}
|
|
} |