c1_lua/lua/app/config/player_initial.lua
2023-04-10 17:56:15 +08:00

36 lines
604 B
Lua

local player_initial = {
[1]={
["reward"]={
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=3,
["id_for_nothing"]="VQ==",
["num"]=30,
["num_for_nothing"]="VQg="
}
},
[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=="
}
}
}
local config = {
data=player_initial,count=3
}
return config