1
This commit is contained in:
parent
7261b5514a
commit
10c3495a92
@ -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)
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user