Interface Division

Corporation division

interface Division {
    awareness: number;
    cities: CityName[];
    lastCycleExpenses: number;
    lastCycleRevenue: number;
    makesProducts: boolean;
    maxProducts: number;
    name: string;
    numAdVerts: number;
    popularity: number;
    productionMult: number;
    products: string[];
    researchPoints: number;
    thisCycleExpenses: number;
    thisCycleRevenue: number;
    type: CorpIndustryName;
}

Properties

awareness: number

Awareness of the division

cities: CityName[]

Cities in which this division has expanded

lastCycleExpenses: number

Expenses last cycle

lastCycleRevenue: number

Revenue last cycle

makesProducts: boolean

Whether the industry of this division is capable of developing and producing products

maxProducts: number

How many products this division can support

name: string

Name of the division

numAdVerts: number

Number of times AdVert has been bought

popularity: number

Popularity of the division

productionMult: number

Production multiplier

products: string[]

Names of Products developed by this division

researchPoints: number

Amount of research in that division

thisCycleExpenses: number

Expenses this cycle

thisCycleRevenue: number

Revenue this cycle

Type of division, like Agriculture