lhj 3 місяців тому
батько
коміт
74c597c49f

+ 4 - 1
luckypot_sp/assets/SubGame/slotNCowbundle/script/NCowGameFrame.ts

@@ -492,7 +492,7 @@ export default class NCowGameFrame extends GameBase {
         //     this.view.labScore.string = (score * my.ICON_MUTIPLE).toFixed(2);//ScoreUtil.toMoneyString();
         // }
         //  0普通 1 满屏奖 2超级 3 有wild 但未中奖
-        let type = window.testType||1;
+        let type = window.testType||2;
         let data = null;
 
         if (type == 0) {
@@ -514,6 +514,9 @@ export default class NCowGameFrame extends GameBase {
         } else if (type == 2) {
             // data = { "superResult": [{ "itemInfo": [1, 6, 1, 2, 6, 2, 2, 4, 2, 0, 4, 0] }, { "itemInfo": [2, 5, 2, 4, 5, 4, 4, 1, 4, 0, 1, 0] }, { "awardTotalTimes": 55, "itemInfo": [3, 7, 3, 6, 7, 6, 6, 7, 6, 0, 2, 0], "shineArea": [true, true, true, true, true, true, true, true, true, false, false, false, false, false, false], "lineItem": [{ "okPath": [0, 1, 2], "cardValue": 3, "awTimes": 20, "lineIndex": 1 }, { "okPath": [0, 4, 2], "cardValue": 3, "awTimes": 20, "lineIndex": 2 }, { "okPath": [3, 4, 5], "cardValue": 6, "awTimes": 3, "lineIndex": 5 }, { "okPath": [3, 7, 5], "cardValue": 6, "awTimes": 3, "lineIndex": 6 }, { "okPath": [3, 7, 8], "cardValue": 6, "awTimes": 3, "lineIndex": 7 }, { "okPath": [6, 7, 5], "cardValue": 6, "awTimes": 3, "lineIndex": 8 }, { "okPath": [6, 7, 8], "cardValue": 6, "awTimes": 3, "lineIndex": 9 }] }], "buff": "SLOT_COMMON", "area": "TWO" }
             data = { "currentBalance": 143585, "awardTotalTimes": 1800, "itemInfo": [], "shineArea": [], "lineItem": [], "param": [], "goldValue": 0, "score": 0, "stage2Count": 3, "stage3Count": 2, "normalResult": [], "superResult": [{ "currentBalance": null, "awardTotalTimes": 0, "itemInfo": [6, 4, 6, 6, 4, 6, 5, 4, 5, 0, 2, 0], "shineArea": [], "lineItem": [], "param": [], "goldValue": 0, "score": 0, "freeResult": null }, { "currentBalance": null, "awardTotalTimes": 1800, "itemInfo": [5, 7, 5, 5, 7, 5, 6, 7, 6, 0, 6, 0], "shineArea": [true, true, true, true, true, true, true, true, true, false, true, false], "lineItem": [{ "okPath": [0, 1, 2], "cardValue": 5, "awTimes": 5, "lineIndex": 1 }, { "okPath": [0, 4, 2], "cardValue": 5, "awTimes": 5, "lineIndex": 2 }, { "okPath": [0, 4, 5], "cardValue": 5, "awTimes": 5, "lineIndex": 3 }, { "okPath": [3, 4, 2], "cardValue": 5, "awTimes": 5, "lineIndex": 4 }, { "okPath": [3, 4, 5], "cardValue": 5, "awTimes": 5, "lineIndex": 5 }, { "okPath": [3, 7, 5], "cardValue": 5, "awTimes": 5, "lineIndex": 6 }, { "okPath": [6, 7, 8], "cardValue": 6, "awTimes": 3, "lineIndex": 9 }, { "okPath": [6, 10, 8], "cardValue": 6, "awTimes": 3, "lineIndex": 10 }], "param": [], "goldValue": 0, "score": 360, "freeResult": null }] }
+            //编排数据 中100倍的5条线,触发superwin
+            // data = { "currentBalance": 143585, "awardTotalTimes": 2800,"betScore":400, "itemInfo": [], "shineArea": [], "lineItem": [], "param": [], "goldValue": 0, "score": 0, "stage2Count": 3, "stage3Count": 2, "normalResult": [], "superResult": [{ "currentBalance": null, "awardTotalTimes": 0, "itemInfo": [6, 4, 6, 6, 4, 6, 5, 4, 5, 0, 2, 0], "shineArea": [], "lineItem": [], "param": [], "goldValue": 0, "score": 0, "freeResult": null }, { "currentBalance": null, "awardTotalTimes":20000, "itemInfo": [1, 7, 1, 1, 7, 1, 6, 2, 6, 0, 4, 0], "shineArea": [true, true, true, false, false, false, false, false, false, false, false, false], "lineItem": [{ "okPath": [0, 1, 2], "cardValue": 1, "awTimes": 100, "lineIndex": 1 },{ "okPath": [0, 4, 2], "cardValue": 1, "awTimes": 100, "lineIndex": 2},{ "okPath": [0, 4, 5], "cardValue": 1, "awTimes": 100, "lineIndex": 3},{ "okPath": [3, 4, 2], "cardValue": 1, "awTimes": 100, "lineIndex": 4},{ "okPath": [3, 4, 5], "cardValue": 1, "awTimes": 100, "lineIndex": 5}], "param": [], "goldValue": 0, "score": 360, "freeResult": null }] }
+
         } else if (type == 3) {
             data = { "stage2Count": 1, "itemInfo": [7, 6, 5, 5, 6, 1, 5, 6, 7, 1, 2, 4], "buff": "MUST_LOST", "area": "ONE", "per": 100000 }
         }