game: StrongAttacker의 보정을 공방40%씩으로

- 병종저격하면 동률
This commit is contained in:
2023-08-05 09:10:17 +00:00
parent 0bf3145042
commit 945f9027dd
@@ -20,7 +20,7 @@ class event_StrongAttacker implements iAction
} }
if ($unit->isAttacker()) { if ($unit->isAttacker()) {
return [1.5, 0.667]; return [1.4, 0.7143];
} }
return [1, 1]; return [1, 1];
} }