IPVGO: Clarify how favor is gained from wins (#2051)

This commit is contained in:
Michael Ficocelli
2025-03-29 23:21:05 -04:00
committed by GitHub
parent 6d3e111ea1
commit 12d18c21f1
3 changed files with 6 additions and 8 deletions
+2 -3
View File
@@ -115,9 +115,8 @@ export const GoHistoryPage = (): React.ReactElement => {
<Tooltip
title={
<>
Win streaks against a faction will give you +1 favor to that faction <br />
at certain numbers of wins (up to a max of {getMaxFavor()} favor), <br />
if you are currently a member of that faction
Two wins in a row against a faction will give you +1 favor to that faction <br />
(up to a max of {getMaxFavor()} favor), if you are a member of that faction <br />
</>
}
>
+2 -2
View File
@@ -149,8 +149,8 @@ export const GoInstructionsPage = (): React.ReactElement => {
will increase the amount gained, but is not required.
<br />
<br />
Win streaks against a faction will give you +1 favor to that faction at certain numbers of wins (up to a
max of {getMaxFavor()} favor), if you are currently a member of that faction.
Two wins in a row against a faction will give you +1 favor to that faction (up to a max of
{getMaxFavor()} favor), if you are a member of that faction.
<br />
<br />
For experienced Go players: IPvGO uses the old traditional Go score rules, area scoring, rather than the
+2 -3
View File
@@ -99,9 +99,8 @@ export const GoScorePowerSummary = ({ finalScore, opponent }: Props) => {
<Tooltip
title={
<>
Win streaks against a faction will give you +1 favor to that faction <br /> at certain numbers of wins (up
to a max of {getMaxFavor()} favor), <br />
if you are currently a member of that faction
Two wins in a row against a faction will give you +1 favor to that faction <br />
(up to a max of {getMaxFavor()} favor), if you are a member of that faction
</>
}
>