36 lines
611 B
Lua
36 lines
611 B
Lua
local player_initial = {
|
|
[1]={
|
|
["reward"]={
|
|
["type"]=2,
|
|
["type_for_nothing"]="VA==",
|
|
["id"]=13001,
|
|
["id_for_nothing"]="VwtcA2Q=",
|
|
["num"]=1,
|
|
["num_for_nothing"]="Vw=="
|
|
}
|
|
},
|
|
[2]={
|
|
["reward"]={
|
|
["type"]=2,
|
|
["type_for_nothing"]="VA==",
|
|
["id"]=23001,
|
|
["id_for_nothing"]="VAtcA2Q=",
|
|
["num"]=1,
|
|
["num_for_nothing"]="Vw=="
|
|
}
|
|
},
|
|
[3]={
|
|
["reward"]={
|
|
["type"]=2,
|
|
["type_for_nothing"]="VA==",
|
|
["id"]=33001,
|
|
["id_for_nothing"]="VQtcA2Q=",
|
|
["num"]=1,
|
|
["num_for_nothing"]="Vw=="
|
|
}
|
|
}
|
|
}
|
|
local config = {
|
|
data=player_initial,count=3
|
|
}
|
|
return config |