3.3 KiB
Product interface
Product in a warehouse
Signature:
interface Product
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number |
Amount of product sold last cycle | ||
|
number |
Funds that were spent on advertising the product | ||
|
number | undefined |
Competition for the product, only present if "Market Research - Competition" unlocked | ||
|
number | undefined |
Demand for the product, only present if "Market Research - Demand" unlocked | ||
|
number |
Funds that were spent on designing the product | ||
|
string | number |
Desired sell amount, e.g. "PROD/2" | ||
|
string | number |
Desired sell price, can be "MP+5" | ||
|
number |
A number between 0-100 representing percentage completion | ||
|
number |
Effective rating in the specific city | ||
|
string |
Name of the product | ||
|
number |
Amount of product produced last cycle | ||
|
number |
Production cost | ||
|
number | null |
A limit on the maximum amount to produce per second | ||
|
number |
Rating based on stats | ||
|
number |
How much warehouse space is occupied per unit of this product | ||
|
{ quality: number; performance: number; durability: number; reliability: number; aesthetics: number; features: number; } |
Product stats | ||
|
number |
Amount of product stored in warehouse |