======maze_map_config(迷宫地图配置表)====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|ID(关卡子表)(700000 + 章节*10000+转生*1000)|int|0| |**width**|宽|int|8| |**height**|高|int|12| |**name**|[loc]名字|string|[name]| |**description**|[loc]描述|string|[desc]| |**chapter**|章节[[generated:CHAPTER_TYPE]]|int|1| |**reborn**|转生(0~4)|int|0| |**pvp**|是否支持pvp模式|int|0| |**start_point**|起始点(index= (行数-1)*width + 列数),营地|int|4| |**boss_point**|守关boss位置 (index= (行数-1)*width + 列数),传送门|int|53| |**maze_move_cost**|体力消耗|int|1| |**level**|等级/平均怪物等级|int|1| |**buff_roll**|[[generated:buff_config]]id, (701,702) buff素材库,选其中两个|string|| |**power_range**|掠夺战力匹配区间|string|(0.8,1.1)| |**loot_display**|收益获得显示|string|| =====数据表查询===== ?>