fix: cap S100 NPC dex growth at forty percent

This commit was merged in pull request #265.
This commit is contained in:
2026-07-29 05:20:53 +00:00
parent 32991f736d
commit e3615fa6bb
5 changed files with 227 additions and 8 deletions
@@ -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']) {