mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-01 19:07:36 +01:00
Formatting and typo
This commit is contained in:
parent
58333c1b46
commit
c72519e3ea
@ -234,7 +234,7 @@ BitNodes["BitNode11"] = new BitNode(11, "The Big Crash", "Okay. Sell it all.",
|
|||||||
"Level 3: 56%");
|
"Level 3: 56%");
|
||||||
BitNodes["BitNode12"] = new BitNode(12, "The Recursion", "Repeat.",
|
BitNodes["BitNode12"] = new BitNode(12, "The Recursion", "Repeat.",
|
||||||
"To iterate is human, to recurse divine.<br><br>" +
|
"To iterate is human, to recurse divine.<br><br>" +
|
||||||
"Every time this BitNode is destroyed, it becomes slightly harder. Destroying this BitNode will give your Souce-File 12, or " +
|
"Every time this BitNode is destroyed, it becomes slightly harder. Destroying this BitNode will give you Souce-File 12, or " +
|
||||||
"if you already have this Source-File it will upgrade its level. There is no maximum level for Source-File 12. Each level " +
|
"if you already have this Source-File it will upgrade its level. There is no maximum level for Source-File 12. Each level " +
|
||||||
"of Source-File 12 will increase all of your multipliers by 1%. This effect is multiplicative with itself. " +
|
"of Source-File 12 will increase all of your multipliers by 1%. This effect is multiplicative with itself. " +
|
||||||
"In other words, level N of this Source-File will result in a multiplier of 1.01^N (or 0.99^N for multipliers that decrease)");
|
"In other words, level N of this Source-File will result in a multiplier of 1.01^N (or 0.99^N for multipliers that decrease)");
|
||||||
|
@ -251,5 +251,7 @@ export let CONSTANTS: IMap<any> = {
|
|||||||
* All BonusTime now displays in the 'H M S' format.
|
* All BonusTime now displays in the 'H M S' format.
|
||||||
* Donation textbox style updated to match the rest of the game.
|
* Donation textbox style updated to match the rest of the game.
|
||||||
* Corporation name style updated to match the rest of the game.
|
* Corporation name style updated to match the rest of the game.
|
||||||
|
* minor formatting under Hacking>Active Scripts
|
||||||
|
* typo in BN12 description
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
@ -24,14 +24,14 @@ export function ScriptProduction(props: IProps): React.ReactElement {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<p id="active-scripts-total-prod">
|
<p id="active-scripts-total-prod">
|
||||||
Total online production of Active scripts:
|
Total online production of Active scripts:
|
||||||
<span className="money-gold">
|
<span className="money-gold">
|
||||||
<span id="active-scripts-total-production-active">
|
<span id="active-scripts-total-production-active">
|
||||||
{numeralWrapper.formatMoney(onlineProduction)}
|
{numeralWrapper.formatMoney(onlineProduction)}
|
||||||
</span> / sec
|
</span> / sec
|
||||||
</span><br />
|
</span><br />
|
||||||
|
|
||||||
Total online production since last Aug installation:
|
Total online production since last Aug installation:
|
||||||
<span id="active-scripts-total-prod-aug-total" className="money-gold">
|
<span id="active-scripts-total-prod-aug-total" className="money-gold">
|
||||||
{numeralWrapper.formatMoney(props.p.scriptProdSinceLastAug)}
|
{numeralWrapper.formatMoney(props.p.scriptProdSinceLastAug)}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user