UNPKG

@zerospacegg/iolin

Version:

Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)

24 lines 843 B
"use strict"; /** * Total Annihiliation FFA Map * Ported from total_annihiliation_ffa.pkl */ Object.defineProperty(exports, "__esModule", { value: true }); exports.TotalAnnihilationMap = void 0; const map_js_1 = require("../../../engine/map.cjs"); class TotalAnnihilationMap extends map_js_1.MapFFA { constructor() { super(); this.name = "Total Annihiliation FFA"; this.uuid = "606da9da-20d1-43e9-9303-b51f69e78878"; this.xpTowers = 8; this.fluxDistance = "near"; this.mapSize = "large"; this.inLadderPool = true; } } exports.TotalAnnihilationMap = TotalAnnihilationMap; // Static property for source path TotalAnnihilationMap.src = "src/zerospace/map/ffa/total-annihiliation-ffa.ts"; exports.default = TotalAnnihilationMap; //# sourceMappingURL=total-annihiliation-ffa.js.map