mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 21:53:50 +01:00
commit
7c9b38de34
@ -185,14 +185,14 @@ function displayFactionContent(factionName) {
|
|||||||
favorGain = favorGain[0];
|
favorGain = favorGain[0];
|
||||||
elements.push(createElement("p", {
|
elements.push(createElement("p", {
|
||||||
innerText: "Reputation: " + formatNumber(faction.playerReputation, 4),
|
innerText: "Reputation: " + formatNumber(faction.playerReputation, 4),
|
||||||
tooltip:"You will earn " + formatNumber(favorGain, 4) +
|
tooltip:"You will earn " + formatNumber(favorGain, 0) +
|
||||||
" faction favor upon resetting after installing an Augmentation"
|
" faction favor upon resetting after installing an Augmentation"
|
||||||
}))
|
}))
|
||||||
elements.push(createElement("p", {
|
elements.push(createElement("p", {
|
||||||
innerText:"---------------",
|
innerText:"---------------",
|
||||||
}));
|
}));
|
||||||
elements.push(createElement("p", {
|
elements.push(createElement("p", {
|
||||||
innerText:"Faction Favor: " + formatNumber(faction.favor, 4),
|
innerText:"Faction Favor: " + formatNumber(faction.favor, 0),
|
||||||
tooltip:"Faction favor increases the rate at which " +
|
tooltip:"Faction favor increases the rate at which " +
|
||||||
"you earn reputation for this faction by 1% per favor. Faction favor " +
|
"you earn reputation for this faction by 1% per favor. Faction favor " +
|
||||||
"is gained whenever you reset after installing an Augmentation. The amount of " +
|
"is gained whenever you reset after installing an Augmentation. The amount of " +
|
||||||
|
Loading…
Reference in New Issue
Block a user