Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
xiaoxiaole
Commits
9a9af71d
Commit
9a9af71d
authored
Feb 11, 2020
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
15bc2629
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
229 additions
and
60 deletions
+229
-60
index.html
egret/index.html
+2
-2
Chapter16.ts
egret/src/something/chapters/Chapter16.ts
+1
-58
home.json
mock/happyclear/home.json
+226
-0
No files found.
egret/index.html
View file @
9a9af71d
...
...
@@ -138,8 +138,8 @@
// localStorage.clear();
window
[
'imgver'
]
=
'11112'
;
//top 7 ,repeat 13 , bottom 12
window
[
'total_level'
]
=
19
+
13
*
3
0
;
window
[
'last_level'
]
=
4
00
;
window
[
'total_level'
]
=
19
+
13
*
3
2
;
window
[
'last_level'
]
=
4
25
;
var
sharePic
=
document
.
getElementById
(
'pic'
);
...
...
egret/src/something/chapters/Chapter16.ts
View file @
9a9af71d
import
{
ChapterData
}
from
"../interface/ChapterData"
;
import
{
PassType
}
from
"../enum/PassType"
;
import
{
ElementType
}
from
"../enum/ElementType"
;
//401-425
export
const
Chapters16
:
ChapterData
[]
=
[
//376
{
baseElementTypes
:
[
0
,
1
,
2
,
3
],
bubbleProbability
:
0
,
stepCount
:
25
,
passTarget
:
{
type
:
PassType
.
ELEMENT_TARGET
,
elements
:
[
{
type
:
ElementType
.
CHICKEN
,
count
:
45
,
},
],
},
starScores
:
[
1000
,
5000
,
10000
],
map
:
{
lattices
:
[
1
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
,
0
,
0
,
1
,
0
,
0
,
0
,
1
,
1
,
1
,
0
,
1
,
1
,
1
,
0
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
0
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
0
,
0
,
0
,
1
,
1
,
1
,
1
,
1
,
0
,
0
,
0
,
0
,
0
,
1
,
1
,
1
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
,
0
,
0
,
0
,
],
generateLats
:
[
{
index
:
11
,
type
:
[
0
],
cus
:
[]
},
{
index
:
15
,
type
:
[
0
],
cus
:
[]
},
],
// connectedLats: [[0, 18], [1, 19], [2, 20]],
elements
:
[
14
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
,
0
,
0
,
1
,
1
,
1
,
0
,
1
,
1
,
1
,
0
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
0
,
1
,
1
,
1
,
1
,
1
,
1
,
1
,
0
,
0
,
0
,
1
,
1
,
1
,
1
,
1
,
0
,
0
,
0
,
0
,
0
,
1
,
1
,
1
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
,
0
,
0
,
0
,
],
baseElements
:
[
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
20
,
0
,
0
,
0
,
20
,
10
,
20
,
0
,
20
,
10
,
20
,
0
,
20
,
10
,
20
,
10
,
20
,
10
,
20
,
10
,
20
,
20
,
10
,
20
,
20
,
10
,
20
,
20
,
10
,
20
,
0
,
20
,
10
,
20
,
10
,
20
,
10
,
20
,
0
,
0
,
0
,
20
,
10
,
20
,
10
,
20
,
0
,
0
,
0
,
0
,
0
,
20
,
10
,
20
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
20
,
0
,
0
,
0
,
0
,
],
// recycles: [70, 71, 72, 73]
},
}
]
\ No newline at end of file
mock/happyclear/home.json
View file @
9a9af71d
...
...
@@ -1912,7 +1912,233 @@
"levelNum"
:
380
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
381
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
382
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
383
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
384
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
385
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
386
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
387
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
388
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
389
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
390
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
391
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
392
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
393
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
394
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
395
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
396
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
397
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
398
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
399
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
400
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
401
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
402
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
403
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
404
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
405
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
406
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
407
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
408
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
409
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
410
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
411
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
412
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
413
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
414
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
415
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
416
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
417
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
418
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
419
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
420
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
421
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
422
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
423
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
424
,
"maxScore"
:
47440
,
"stars"
:
1
},
{
"levelNum"
:
425
,
"maxScore"
:
47440
,
"stars"
:
1
}
],
"remainProp"
:
[
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment