shawenguan 1 년 전
부모
커밋
9591e9c4ef
2개의 변경된 파일562개의 추가작업 그리고 0개의 파일을 삭제
  1. 561 0
      Scripts/168/diiiLotteryRedEnvelop.js
  2. 1 0
      Scripts/168/pksPlanHelper.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.