chapter_info.lua 876 Bytes
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",
	},
}