Blame view

res/csvdata/chapter_info.lua 876 Bytes
f7b13bdd   zhengshouren   auto package
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  return {
  	[104] = {
  		["id"] = 104,
  		["type"] = 1,
  		["name"] = "第四章",
  		["desc"] = "",
  		["dungeonNum"] = 5,
  		["openLevel"] = 1,
  		["backGround"] = "cptMap/cpt_04.png",
  	},
  	[105] = {
  		["id"] = 105,
  		["type"] = 1,
  		["name"] = "第五章",
  		["desc"] = "",
  		["dungeonNum"] = 0,
  		["openLevel"] = 1,
  		["backGround"] = "cptMap/cpt_05.png",
  	},
  	[101] = {
  		["id"] = 101,
  		["type"] = 1,
  		["name"] = "第一章",
  		["desc"] = "",
  		["dungeonNum"] = 5,
  		["openLevel"] = 1,
  		["backGround"] = "cptMap/cpt_01.png",
  	},
  	[102] = {
  		["id"] = 102,
  		["type"] = 1,
  		["name"] = "第二章",
  		["desc"] = "",
  		["dungeonNum"] = 5,
  		["openLevel"] = 1,
  		["backGround"] = "cptMap/cpt_02.png",
  	},
  	[103] = {
  		["id"] = 103,
  		["type"] = 1,
  		["name"] = "第三章",
  		["desc"] = "",
  		["dungeonNum"] = 5,
  		["openLevel"] = 1,
  		["backGround"] = "cptMap/cpt_03.png",
  	},
  }