diff --git a/hwe/sammo/ActionScenarioEffect/event_StrongAttacker.php b/hwe/sammo/ActionScenarioEffect/event_StrongAttacker.php index 59f3e2d2..ceeae8b6 100644 --- a/hwe/sammo/ActionScenarioEffect/event_StrongAttacker.php +++ b/hwe/sammo/ActionScenarioEffect/event_StrongAttacker.php @@ -20,7 +20,7 @@ class event_StrongAttacker implements iAction } if ($unit->isAttacker()) { - return [1.5, 0.667]; + return [1.4, 0.7143]; } return [1, 1]; }