shawenguan 1 year ago
parent
commit
9591e9c4ef
2 changed files with 562 additions and 0 deletions
  1. 561 0
      Scripts/168/diiiLotteryRedEnvelop.js
  2. 1 0
      Scripts/168/pksPlanHelper.js

File diff suppressed because it is too large
+ 561 - 0
Scripts/168/diiiLotteryRedEnvelop.js


+ 1 - 0
Scripts/168/pksPlanHelper.js

@@ -1266,6 +1266,7 @@ function getExpertsFixCost(planDetail) {
 		}
 		if (continuousWrongCount > 0 && wrongCostTurn + latestItem.rank < 9) {
 			turnOneCost = continuousWrongCount * turnOneCost + continuousWrongCount * Math.pow(2, 2 + continuousWrongCount);
+			turnOneCost += (wrongCostTurn + latestItem.rank - 3);
 		}
 		let continuousRightCount = 0;
 		let rightCostTurn = 0;

Some files were not shown because too many files changed in this diff