|
@@ -271,11 +271,11 @@ class Ins_UserHero extends Object_ext {
|
|
|
*/
|
|
|
public function GetPower($user) {
|
|
|
return (int) ($this->getHpForBattle($user) * 1.0 //
|
|
|
- + $this->getNengLiangZhiJiForBattle() * 0 //
|
|
|
- + $this->getWuLiGongJiForBattle() * 4 //
|
|
|
- + $this->getFaShuQiangDuForBattle() * 4 //
|
|
|
- + $this->getFangYuHuJiaForBattle() * 5 //
|
|
|
- + $this->getMoFaKangXingForBattle() * 5 //
|
|
|
+ + $this->getNengLiangZhiJiForBattle($user) * 0 //
|
|
|
+ + $this->getWuLiGongJiForBattle($user) * 4 //
|
|
|
+ + $this->getFaShuQiangDuForBattle($user) * 4 //
|
|
|
+ + $this->getFangYuHuJiaForBattle($user) * 5 //
|
|
|
+ + $this->getMoFaKangXingForBattle($user) * 5 //
|
|
|
);
|
|
|
}
|
|
|
|