UNPKG

@zerospacegg/iolin

Version:

Community ZeroSpace game data library - units, buildings, abilities, and more

22 lines 641 B
const Ascension1v1 = { src: "map/1v1/ascension_1v1.pkl", slug: "ascension-1v1", id: "map/1v1/ascension-1v1", name: "Ascension 1v1", shortName: "Ascension", type: "map", subtype: "1v1", tagList: ["map", "map:1v1"], inGame: true, fromFuture: false, xpTowers: 3, fluxDistance: "medium-far", mapSize: "small", inLadderPool: true, players: 2, }; // Export the entity as a named export for better ES modules compatibility export const entity = Ascension1v1; // Also maintain default export for backward compatibility export default Ascension1v1; //# sourceMappingURL=ascension-1v1.js.map