UNPKG

@zerospacegg/iolin

Version:

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

22 lines 627 B
const Starsand1v1 = { src: "map/1v1/starsand_1v1.pkl", slug: "starsand-1v1", id: "map/1v1/starsand-1v1", name: "Starsand 1v1", shortName: "Starsand", type: "map", subtype: "1v1", tagList: ["map", "map:1v1"], inGame: true, fromFuture: false, xpTowers: 3, fluxDistance: "close", mapSize: "large", inLadderPool: true, players: 2, }; // Export the entity as a named export for better ES modules compatibility export const entity = Starsand1v1; // Also maintain default export for backward compatibility export default Starsand1v1; //# sourceMappingURL=starsand-1v1.js.map