mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
Add buyAmount and importAmount to Corporation Material API (#1553)
This commit is contained in:
8
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
8
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -8725,10 +8725,14 @@ interface Material {
|
||||
demand: number | undefined;
|
||||
/** Competition for the material, only present if "Market Research - Competition" unlocked */
|
||||
competition: number | undefined;
|
||||
/** Amount of material produced last cycle */
|
||||
productionAmount: number;
|
||||
/** Amount of material purchased from the market last cycle */
|
||||
buyAmount: number;
|
||||
/** Amount of material sold last cycle */
|
||||
actualSellAmount: number;
|
||||
/** Amount of material produced last cycle */
|
||||
productionAmount: number;
|
||||
/** Amount of material imported from other divisions last cycle */
|
||||
importAmount: number;
|
||||
/** Cost to buy material */
|
||||
marketPrice: number;
|
||||
/** Sell cost, can be "MP+5" */
|
||||
|
||||
Reference in New Issue
Block a user