This commit is contained in:
aozhiwei 2022-09-18 08:17:19 +08:00
parent 7261b5514a
commit 10c3495a92

View File

@ -578,7 +578,12 @@ class BattleDataService extends BaseService {
private function rewardCegPve() private function rewardCegPve()
{ {
$pveShouYi = 0;
$heroQuality = $this->heroDto['quality'];
$heroRewardCeg = $pveShouYi *
max(1.15 - ($heroQuality) * 0.25, 0)
;
} }