mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
CORPORATION: Expose production limit of material and product (#2330)
This commit is contained in:
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -9971,6 +9971,8 @@ interface Product {
|
||||
designInvestment: number;
|
||||
/** How much warehouse space is occupied per unit of this product */
|
||||
size: number;
|
||||
/** A limit on the maximum amount to produce per second */
|
||||
productionLimit: number | null;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -10004,6 +10006,8 @@ interface Material {
|
||||
desiredSellAmount: string | number;
|
||||
/** Export orders */
|
||||
exports: Export[];
|
||||
/** A limit on the maximum amount to produce per second */
|
||||
productionLimit: number | null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user