mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-20 14:42:04 +02:00
IPVGO: Clarify how favor is gained from wins (#2051)
This commit is contained in:
committed by
GitHub
parent
6d3e111ea1
commit
12d18c21f1
@@ -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 />
|
||||
</>
|
||||
}
|
||||
>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
</>
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user