Commit b54e9892 authored by wjf's avatar wjf

l

parent 9ec342b4
...@@ -198,9 +198,9 @@ export const Chapters1: ChapterData[] = [ ...@@ -198,9 +198,9 @@ export const Chapters1: ChapterData[] = [
map: { map: {
lattices: [ lattices: [
0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0,
0, 3, 3, 1, 1, 1, 3, 3, 0, 0, 2, 2, 1, 1, 1, 2, 2, 0,
0, 3, 3, 1, 1, 1, 3, 3, 0, 0, 2, 2, 1, 1, 1, 2, 2, 0,
0, 3, 3, 1, 1, 1, 3, 3, 0, 0, 2, 2, 1, 1, 1, 2, 2, 0,
0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0,
0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0,
0, 2, 2, 1, 1, 1, 2, 2, 0, 0, 2, 2, 1, 1, 1, 2, 2, 0,
......
...@@ -190,7 +190,7 @@ export const Chapters5: ChapterData[] = [ ...@@ -190,7 +190,7 @@ export const Chapters5: ChapterData[] = [
{ {
"baseElementTypes": [0, 1, 2, 3, 4], "baseElementTypes": [0, 1, 2, 3, 4],
"bubbleProbability": 0, "bubbleProbability": 0,
"stepCount": 25, "stepCount": 25+10,
"passTarget": { "type": 1, "elements": [{ "type": 9, "count": 36 }] }, "passTarget": { "type": 1, "elements": [{ "type": 9, "count": 36 }] },
"starScores": [5000, 12000, 19000], "starScores": [5000, 12000, 19000],
"map": { "map": {
...@@ -248,7 +248,7 @@ export const Chapters5: ChapterData[] = [ ...@@ -248,7 +248,7 @@ export const Chapters5: ChapterData[] = [
{ {
baseElementTypes: [1, 0, 2, 3, 4], baseElementTypes: [1, 0, 2, 3, 4],
bubbleProbability: 0.1, bubbleProbability: 0.1,
stepCount: 30, stepCount: 30+10,
passTarget: { type: 1, elements: [{ type: 9, count: 49 }] }, passTarget: { type: 1, elements: [{ type: 9, count: 49 }] },
starScores: [5000, 12000, 21000], starScores: [5000, 12000, 21000],
map: { map: {
......
This diff is collapsed.
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