Interface Resources

A territory resource production

interface Resources {
    crops: number;
    emeralds: number;
    fish: number;
    ore: number;
    wood: number;
}

Properties

crops: number

The amount of crops the territory produces

emeralds: number

The amount of emeralds the territory produces

fish: number

The amount of fish the territory produces

ore: number

The amount of ore the territory produces

wood: number

The amount of wood the territory produces

Generated using TypeDoc