【战斗力】添加一些log

dev_chengFeng
gaoxin 2021-09-23 15:52:19 +08:00
parent 1e011b560a
commit f6c336e52f
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ local function CalculateWarForce2(powerVal)
extPower = extPower + v
end
end
LogBlue_Prop("basePower: "..basePower)
LogBlue_Prop("HighPower: "..HighPower)
LogBlue_Prop("extPower: "..extPower)
powerEndVal = basePower * (1 + HighPower / 2) + extPower
return math.floor(powerEndVal)
end