战力:小数点
This commit is contained in:
@@ -677,7 +677,7 @@ function getHeroTransPiece() {
|
||||
function getCeRatio() {
|
||||
let arr = decodeArrayListStr(param.ATTRIBUTE.ATTRIBUTE_POWER);
|
||||
gameData.ceRatio = arr.map(cur => {
|
||||
return { type: parseInt(cur[0]), val: parseInt(cur[1]) }
|
||||
return { type: parseInt(cur[0]), val: parseFloat(cur[1]) }
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user