Commit 5362fc39 authored by wildfirecode's avatar wildfirecode

还原chapter1

parent f5d267ab
This diff is collapsed.
...@@ -10,15 +10,15 @@ export const Chapters1: ChapterData[] = [ ...@@ -10,15 +10,15 @@ export const Chapters1: ChapterData[] = [
null, null,
//1引导基本消除 //1引导基本消除
{ {
baseElementTypes: [0, 1, 2, 3,4], baseElementTypes: [0, 1, 2, 3],
bubbleProbability: 0, bubbleProbability: 0,
stepCount: 999, stepCount: 25,
passTarget: { passTarget: {
type: PassType.ELEMENT_TARGET, type: PassType.ELEMENT_TARGET,
elements: [ elements: [
{ {
type: ElementType.CHICKEN, type: ElementType.CHICKEN,
count: 995, count: 45,
}, },
], ],
}, },
...@@ -35,20 +35,11 @@ export const Chapters1: ChapterData[] = [ ...@@ -35,20 +35,11 @@ export const Chapters1: ChapterData[] = [
0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0,
0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0,
], ],
conveyor:[
[20,56],
[57,60],
[51,24],
// [23,20],
],
conveyorConnectedLats:[
[76,29]
],
generateLats: [ generateLats: [
{ index: 11, type: [0], cus: [] }, { index: 11, type: [0], cus: [] },
{ index: 15, type: [0], cus: [] }, { index: 15, type: [0], cus: [] },
], ],
connectedLats: [[76, 11]], // connectedLats: [[0, 18], [1, 19], [2, 20]],
elements: [ elements: [
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0,
...@@ -62,14 +53,14 @@ export const Chapters1: ChapterData[] = [ ...@@ -62,14 +53,14 @@ export const Chapters1: ChapterData[] = [
], ],
baseElements: [ 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, 20, 0, 0, 0, 20, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 10, 20, 0, 20, 10, 20, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 10, 20, 10, 20, 10, 20, 10, 20,
0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 10, 20, 20, 10, 20, 20, 10, 20,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 10, 20, 10, 20, 10, 20, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 10, 20, 10, 20, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 10, 20, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0,
], ],
// recycles: [70, 71, 72, 73] // recycles: [70, 71, 72, 73]
}, },
...@@ -1254,4 +1245,4 @@ export const Chapters1: ChapterData[] = [ ...@@ -1254,4 +1245,4 @@ export const Chapters1: ChapterData[] = [
recycles: [72, 73, 74, 77, 75, 76, 78] recycles: [72, 73, 74, 77, 75, 76, 78]
}, },
}, },
] ]
\ No newline at end of file
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