mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-22 18:22:31 +01:00
CORP: fix typos in research descriptions (#232)
Fix various typographical errors in the descriptions of research.
This commit is contained in:
@ -81,8 +81,8 @@ export const researchMetadata: IConstructorParams[] = [
|
|||||||
name: "Hi-Tech R&D Laboratory",
|
name: "Hi-Tech R&D Laboratory",
|
||||||
cost: 5e3,
|
cost: 5e3,
|
||||||
desc:
|
desc:
|
||||||
"Construct a cutting edge facility dedicated to advanced research and " +
|
"Construct a cutting-edge facility dedicated to advanced research and " +
|
||||||
"and development. This allows you to spend Scientific Research " +
|
"development. This allows you to spend Scientific Research " +
|
||||||
"on powerful upgrades. It also globally increases Scientific Research " +
|
"on powerful upgrades. It also globally increases Scientific Research " +
|
||||||
"production by 10%.",
|
"production by 10%.",
|
||||||
sciResearchMult: 1.1,
|
sciResearchMult: 1.1,
|
||||||
@ -125,7 +125,7 @@ export const researchMetadata: IConstructorParams[] = [
|
|||||||
"Develop double-advanced AI software that uses technical analysis to " +
|
"Develop double-advanced AI software that uses technical analysis to " +
|
||||||
"help you understand and exploit the market. This research " +
|
"help you understand and exploit the market. This research " +
|
||||||
"allows you to know how many sales of a Material/Product you lose or gain " +
|
"allows you to know how many sales of a Material/Product you lose or gain " +
|
||||||
"from having too high or too low or a sale price. It also lets you automatically " +
|
"from having too high or too low of a sale price. It also lets you automatically " +
|
||||||
"set the sale price of your Materials/Products at the optimal price such that " +
|
"set the sale price of your Materials/Products at the optimal price such that " +
|
||||||
"the amount sold matches the amount produced.",
|
"the amount sold matches the amount produced.",
|
||||||
},
|
},
|
||||||
@ -146,7 +146,7 @@ export const researchMetadata: IConstructorParams[] = [
|
|||||||
desc:
|
desc:
|
||||||
"Create assemblers that can be used for universal production. " +
|
"Create assemblers that can be used for universal production. " +
|
||||||
"These assemblers use deep learning to improve their efficiency " +
|
"These assemblers use deep learning to improve their efficiency " +
|
||||||
"at their tasks. This research increases all production by 10%",
|
"at their tasks. This research increases all production by 10%.",
|
||||||
productionMult: 1.1,
|
productionMult: 1.1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -154,7 +154,7 @@ export const researchMetadata: IConstructorParams[] = [
|
|||||||
cost: 30e3,
|
cost: 30e3,
|
||||||
desc:
|
desc:
|
||||||
"Upgrade the tDCS headset to stimulate regions of the brain that " +
|
"Upgrade the tDCS headset to stimulate regions of the brain that " +
|
||||||
"control confidence and enthusiasm. This research increases the max " +
|
"control confidence and enthusiasm. This research increases the maximum " +
|
||||||
"morale of all employees by 10.",
|
"morale of all employees by 10.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -191,7 +191,7 @@ export const researchMetadata: IConstructorParams[] = [
|
|||||||
cost: 10e3,
|
cost: 10e3,
|
||||||
desc:
|
desc:
|
||||||
"Streamline the manufacturing of this industry's various products. " +
|
"Streamline the manufacturing of this industry's various products. " +
|
||||||
"This research increases the production of your products by 5%",
|
"This research increases the production of your products by 5%.",
|
||||||
productProductionMult: 1.05,
|
productProductionMult: 1.05,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user