fix: cap S100 NPC dex growth at forty percent
This commit was merged in pull request #265.
This commit is contained in:
@@ -29,7 +29,10 @@ class AdvanceCentennialAllStar extends \sammo\Event\Action
|
||||
$general,
|
||||
$targetInfo,
|
||||
$env,
|
||||
CentennialAllStarGrowthService::progressMultiplierFor($general)
|
||||
CentennialAllStarGrowthService::progressMultiplierFor($general),
|
||||
CentennialAllStarGrowthService::dexTargetRatioForNPCType(
|
||||
$general->getNPCType()
|
||||
)
|
||||
);
|
||||
|
||||
if ($result['milestone'] > $result['previousMilestone']) {
|
||||
|
||||
Reference in New Issue
Block a user