GITLAB

ftg / android-update-repo

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • android-update-repo
  • res
  • csvdata
  • gamble.lua
  • f7b13bdd   auto package Browse Code ยป
    zhengshouren
    2017-08-28 15:01:22 +0800  
gamble.lua 351 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
return {
	[1] = {
		["type"] = 1,
		["itemId"] = 1090,
		["drop"] = 3,
		["quality"] = 6,
	},
	[2] = {
		["type"] = 2,
		["itemId"] = 1190,
		["drop"] = 3,
		["quality"] = 6,
	},
	[3] = {
		["type"] = 3,
		["itemId"] = 1290,
		["drop"] = 3,
		["quality"] = 6,
	},
	[4] = {
		["type"] = 4,
		["itemId"] = 1390,
		["drop"] = 3,
		["quality"] = 6,
	},
}