From 75cacc36bc6525354ca056488caa38ef3c6a9a46 Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Fri, 9 Aug 2024 06:46:19 +0700 Subject: [PATCH] BUGFIX: Outdated formula of favor in tooltip (#1554) --- src/Faction/ui/Info.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Faction/ui/Info.tsx b/src/Faction/ui/Info.tsx index fb0370e2a..e69a8247c 100644 --- a/src/Faction/ui/Info.tsx +++ b/src/Faction/ui/Info.tsx @@ -61,9 +61,7 @@ export function Info(props: IProps): React.ReactElement { faction favor after installing an Augmentation. {"\\(\\huge{r = \\text{total faction reputation}}\\)"} - - {"\\(\\huge{favor=1+\\left\\lfloor\\log_{1.02}\\left(\\frac{r+25000}{25500}\\right)\\right\\rfloor}\\)"} - + {"\\(\\huge{favor=\\log_{1.02}\\left(1+\\frac{r}{25000}\\right)}\\)"} } > @@ -82,7 +80,7 @@ export function Info(props: IProps): React.ReactElement { Faction favor increases the rate at which you earn reputation for this faction by 1% per favor. Faction favor is gained whenever you install an Augmentation. The amount of favor you gain depends on the total - amount of reputation you earned with this faction. Across all resets. + amount of reputation you earned with this faction across all resets. {"\\(\\huge{r = reputation}\\)"}