Commit b464dbfd authored by zhangjinzhou's avatar zhangjinzhou

1111版本

parent b18df1ee
...@@ -157,9 +157,9 @@ export const Chapters48: ChapterData[] = [ ...@@ -157,9 +157,9 @@ export const Chapters48: ChapterData[] = [
1, 1, 4, 1, 1, 1, 4, 1, 1, 1, 1, 4, 1, 1, 1, 4, 1, 1,
2, 1, 4, 1, 1, 1, 4, 1, 2, 2, 1, 4, 1, 1, 1, 4, 1, 2,
2, 1, 4, 1, 1, 1, 4, 1, 2, 2, 1, 4, 1, 1, 1, 4, 1, 2,
2, 1, 5, 1, 1, 1, 5, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2,
1, 1, 1, 5, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1 ], baseElements: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], recycles: [47,57,59,51,67], foodsdata: [ ], generateLats: [ { index: 0, type: null }, { index: 1, type: null }, { index: 4, type: null }, { index: 7, type: null }, { index: 8, type: null } ] } }, 1, 1, 1, 1, 1, 1, 1, 1, 1 ], baseElements: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], recycles: [47,57,59,51,67], foodsdata: [ ], generateLats: [ { index: 0, type: null }, { index: 1, type: null }, { index: 4, type: null }, { index: 7, type: null }, { index: 8, type: null } ] } },
//1148 //1148
{ baseElementTypes: [ 1, 0, 2, 4, 3 ], bubbleProbability: 0, stepCount: 20, passTarget: { type: 1, elements: [ { type: 36, count: 75 } ] }, starScores: [ 15000, 20000, 25000 ], map: { lattices: [ { baseElementTypes: [ 1, 0, 2, 4, 3 ], bubbleProbability: 0, stepCount: 20, passTarget: { type: 1, elements: [ { type: 36, count: 75 } ] }, starScores: [ 15000, 20000, 25000 ], map: { lattices: [
......
This diff is collapsed.
...@@ -55,6 +55,7 @@ import { Chapters50 } from "./Chapter50"; ...@@ -55,6 +55,7 @@ import { Chapters50 } from "./Chapter50";
import { Chapters51 } from "./Chapter51"; import { Chapters51 } from "./Chapter51";
import { Chapters52 } from "./Chapter52"; import { Chapters52 } from "./Chapter52";
import { Chapters53 } from "./Chapter53"; import { Chapters53 } from "./Chapter53";
import { Chapters54 } from "./Chapter54";
//所有的关卡 //所有的关卡
const chapters: ChapterData[] = [].concat( const chapters: ChapterData[] = [].concat(
Chapters1, Chapters1,
...@@ -67,7 +68,7 @@ const chapters: ChapterData[] = [].concat( ...@@ -67,7 +68,7 @@ const chapters: ChapterData[] = [].concat(
Chapters8, Chapters8,
Chapters9, Chapters9,
Chapters10, Chapters10,
Chapters11, Chapters11,
Chapters12, Chapters12,
Chapters13, Chapters13,
Chapters14, Chapters14,
...@@ -109,7 +110,8 @@ const chapters: ChapterData[] = [].concat( ...@@ -109,7 +110,8 @@ const chapters: ChapterData[] = [].concat(
Chapters50, Chapters50,
Chapters51, Chapters51,
Chapters52, Chapters52,
Chapters53 Chapters53,
Chapters54
) )
// console.log(chapters) // console.log(chapters)
chapters.forEach((chapter,index) => { chapters.forEach((chapter,index) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment