战力取整
This commit is contained in:
parent
4e7fd119e6
commit
9d5c16a377
@ -56,6 +56,7 @@ export class PetHandler {
|
|||||||
this._baseap = param.cardpoint;
|
this._baseap = param.cardpoint;
|
||||||
if(this._cfg.powernum_typeid == PowerValueType.RATIO){
|
if(this._cfg.powernum_typeid == PowerValueType.RATIO){
|
||||||
this._baseap *= this._cfg.powernum;
|
this._baseap *= this._cfg.powernum;
|
||||||
|
this._baseap = Math.ceil(this._baseap);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(param && param.edd_cnt && this._isEnhancePower(this._cfg.edd_effid)){
|
if(param && param.edd_cnt && this._isEnhancePower(this._cfg.edd_effid)){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user