c1_lua/lua/app/config/player_initial.lua
2023-04-20 21:26:35 +08:00

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