1
This commit is contained in:
parent
03543b1900
commit
bc59260afb
@ -88,9 +88,9 @@ class FormulaService extends BaseService {
|
|||||||
$lucky = 0;
|
$lucky = 0;
|
||||||
$upLimit = round(
|
$upLimit = round(
|
||||||
(
|
(
|
||||||
0.0111*pow($heroDb['quality'],3) -
|
0.0111*pow($weaponDb['quality'],3) -
|
||||||
0.25974*pow($heroDb['quality'],2) +
|
0.25974*pow($weaponDb['quality'],2) +
|
||||||
3.29292*$heroDb['quality'] +
|
3.29292*$weaponDb['quality'] +
|
||||||
1.3389
|
1.3389
|
||||||
) +
|
) +
|
||||||
(
|
(
|
||||||
@ -110,9 +110,9 @@ class FormulaService extends BaseService {
|
|||||||
$lucky = 0;
|
$lucky = 0;
|
||||||
$upLimit = round(
|
$upLimit = round(
|
||||||
(
|
(
|
||||||
0.0259*pow($heroDb['quality'],3) -
|
0.0259*pow($weaponDb['quality'],3) -
|
||||||
0.6061*pow($heroDb['quality'],2) +
|
0.6061*pow($weaponDb['quality'],2) +
|
||||||
7.6836*$heroDb['quality'] +
|
7.6836*$weaponDb['quality'] +
|
||||||
3.1241
|
3.1241
|
||||||
) +
|
) +
|
||||||
(
|
(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user