UNPKG

ogame-bot-api

Version:
25 lines 2.16 kB
"use strict"; var __spreadArrays = (this && this.__spreadArrays) || function () { for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; for (var r = Array(s), k = 0, i = 0; i < il; i++) for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) r[k] = a[j]; return r; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.ALL_DEFENSES = exports.ALL_SHIP = exports.ALL_CIVIL_SHIP = exports.ALL_BATTLE_SHIP = exports.ALL_RESEARCH = exports.ALL_FACILITIES = exports.ALL_STORAGES = exports.ALL_MINES = exports.ALL_STATUS = exports.ALL_RESOURCES = void 0; exports.ALL_RESOURCES = ['metal', 'crystal', 'deuterium', 'energy', 'darkmatter']; exports.ALL_STATUS = ['disabled', 'on', 'off', 'active']; exports.ALL_MINES = ['metalMine', 'crystalMine', 'deuteriumSynthesizer', 'solarPlant', 'fusionPlant']; exports.ALL_STORAGES = ['metalStorage', 'crystalStorage', 'deuteriumStorage']; exports.ALL_FACILITIES = ['roboticsFactory', 'shipyard', 'researchLaboratory', 'allianceDepot', 'missileSilo', 'naniteFactory', 'terraformer', 'repairDock']; exports.ALL_RESEARCH = ['energyTechnology', 'laserTechnology', 'ionTechnology', 'hyperspaceTechnology', 'plasmaTechnology', 'combustionDriveTechnology', 'impulseDriveTechnology', 'hyperspaceDriveTechnology', 'espionageTechnology', 'computerTechnology', 'astrophysicsTechnology', 'researchNetworkTechnology', 'gravitonTechnology', 'weaponsTechnology', 'shieldingTechnology', 'armorTechnology']; exports.ALL_BATTLE_SHIP = ['fighterLight', 'fighterHeavy', 'cruiser', 'battleship', 'interceptor', 'bomber', 'destroyer', 'deathstar', 'reaper', 'explorer']; exports.ALL_CIVIL_SHIP = ['transporterSmall', 'transporterLarge', 'colonyShip', 'recycler', 'espionageProbe', 'solarSatellite', 'resbuggy']; exports.ALL_SHIP = __spreadArrays(exports.ALL_BATTLE_SHIP, exports.ALL_CIVIL_SHIP); exports.ALL_DEFENSES = ['rocketLauncher', 'laserCannonLight', 'laserCannonHeavy', 'gaussCannon', 'ionCannon', 'plasmaCannon', 'shieldDomeSmall', 'shieldDomeLarge', 'missileInterceptor', 'missileInterplanetary']; //# sourceMappingURL=types.js.map