From 50fe37e4ad2c8bf8df0a5ef04cfe56513f479870 Mon Sep 17 00:00:00 2001 From: Sendou <38327916+Sendouc@users.noreply.github.com> Date: Tue, 26 May 2020 11:55:05 +0300 Subject: [PATCH] bru beakon explanation clarification --- frontend-react/src/hooks/useAbilityEffects.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-react/src/hooks/useAbilityEffects.ts b/frontend-react/src/hooks/useAbilityEffects.ts index 2f9f5cdc9..37762a861 100644 --- a/frontend-react/src/hooks/useAbilityEffects.ts +++ b/frontend-react/src/hooks/useAbilityEffects.ts @@ -1164,7 +1164,7 @@ export default function useAbilityEffects( 100, getEffect: (ap: number) => Math.floor(getEffect(highMidLow, ap)[0]), info: - "When jumping to Sub Power Up boosted beakons QSJ AP bonus is applied on top of any existing QSJ the jumper has. 57AP can't be exceeded", + "When jumping to Sub Power Up boosted beakons QSJ AP bonus is applied on top of any existing QSJ the jumper has. 57AP can't be exceeded. Value shown is the bonus if the user of Beakon has 0AP invested in QSJ.", }) }