46 lines
779 B
Lua
46 lines
779 B
Lua
local player_initial = {
|
|
[1]={
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=3,
|
|
["id_for_nothing"]="VQ==",
|
|
["num"]=60,
|
|
["num_for_nothing"]="UAg="
|
|
}
|
|
},
|
|
[2]={
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=32001,
|
|
["id_for_nothing"]="VQpcA2Q=",
|
|
["num"]=3,
|
|
["num_for_nothing"]="VQ=="
|
|
}
|
|
},
|
|
[3]={
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=22001,
|
|
["id_for_nothing"]="VApcA2Q=",
|
|
["num"]=3,
|
|
["num_for_nothing"]="VQ=="
|
|
}
|
|
},
|
|
[4]={
|
|
["reward"]={
|
|
["type"]=1,
|
|
["type_for_nothing"]="Vw==",
|
|
["id"]=42001,
|
|
["id_for_nothing"]="UgpcA2Q=",
|
|
["num"]=3,
|
|
["num_for_nothing"]="VQ=="
|
|
}
|
|
}
|
|
}
|
|
local config = {
|
|
data=player_initial,count=4
|
|
}
|
|
return config |