Commit 34423508 authored by wildfirecode's avatar wildfirecode

1

parent efd8c0a8
...@@ -1135,7 +1135,7 @@ export default class MainScene extends Scene { ...@@ -1135,7 +1135,7 @@ export default class MainScene extends Scene {
//初始化引导,游戏和道具 //初始化引导,游戏和道具
initGuide() { initGuide() {
//游戏引导 //游戏引导
const gameGuideChapterNum = [1, 2, 3, 5, 8, 9, 10, 12, 17, 25, 41, 61, 101, 121, 226, 301,331, 377,406,426,453,501]; const gameGuideChapterNum = [1, 2, 3, 5, 8, 9, 10, 12, 17, 25, 41, 61, 101, 121, 226, 301,331, 377, 406, 426, 453, 501, 556];
if (gameGuideChapterNum.indexOf(this.chapter >> 0) > -1) { if (gameGuideChapterNum.indexOf(this.chapter >> 0) > -1) {
if (!readCache(getCacheKey() + this.chapter)) { if (!readCache(getCacheKey() + this.chapter)) {
this.gameGuide = new GameGuide(this); this.gameGuide = new GameGuide(this);
......
...@@ -541,6 +541,21 @@ const chapterFuns = { ...@@ -541,6 +541,21 @@ const chapterFuns = {
msg: [ msg: [
"每回合,传送带会带着它上面的动物向指定方向移动一格" "每回合,传送带会带着它上面的动物向指定方向移动一格"
] ]
},
556: {
stepCount: 1,
showIndexs: [
[41, 49, 50, 51],
],
hideIndexs: [
[49, 51],
],
handIndexs: [
[41, 50],
],
msg: [
"在周围消除给大炮充能\n充能完毕后大炮释放炮弹消除炮口方向的所有元素\n击碎石头前,石头后的元素不可消除哦~"
]
} }
}; };
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"timestamp": 1566885811031, "timestamp": 1566885811031,
"data": { "data": {
"wealth": 7960, "wealth": 7960,
"totalStars": 145, "totalStars": 150,
"levels": [ "levels": [
{ {
"levelNum": 1, "levelNum": 1,
...@@ -2888,6 +2888,131 @@ ...@@ -2888,6 +2888,131 @@
"levelNum": 575, "levelNum": 575,
"maxScore": 47440, "maxScore": 47440,
"stars": 1 "stars": 1
},
{
"levelNum": 576,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 577,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 578,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 579,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 580,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 581,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 582,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 583,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 584,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 585,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 586,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 587,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 588,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 589,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 590,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 591,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 592,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 593,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 594,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 595,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 596,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 597,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 598,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 599,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 600,
"maxScore": 47440,
"stars": 1
} }
], ],
"remainProp": [ "remainProp": [
...@@ -2904,8 +3029,9 @@ ...@@ -2904,8 +3029,9 @@
"num": 3 "num": 3
} }
], ],
"remainEnargy": 99, "remainEnargy": 27,
"askForEnergy": false, "askForEnergy": false,
"refectionCountdown": 77777,
"canReceiveTreasureBoxNum": 10, "canReceiveTreasureBoxNum": 10,
"nextRangeStarsNum": 150 "nextRangeStarsNum": 150
} }
......
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