shawenguan 1 年之前
父节点
当前提交
1812087a41
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Scripts/168/pksPlanHelper.js

+ 1 - 1
Scripts/168/pksPlanHelper.js

@@ -1097,7 +1097,7 @@ function getExpertsFixCost(planDetail) {
 			}
 		}
 		if (continuousWrongCount > 0) {
-			turnOneCost = turnOneCost * (1 + Math.pow(2, continuousWrongCount));
+			turnOneCost = turnOneCost * (1 + Math.pow(2, continuousWrongCount * 3 - 1));
 		}
 		let continuousRightCount = 0;
 		let rightCostTurn = 0;