@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
22 lines • 609 B
JavaScript
const Canyon1v1 = {
src: "map/1v1/canyon_1v1.pkl",
slug: "canyon-1v1",
id: "map/1v1/canyon-1v1",
name: "Canyon 1v1",
shortName: "Canyon",
type: "map",
subtype: "1v1",
tagList: ["map", "map:1v1"],
inGame: true,
fromFuture: false,
xpTowers: 3,
fluxDistance: "near",
mapSize: "normal",
inLadderPool: true,
players: 2,
};
// Export the entity as a named export for better ES modules compatibility
export const entity = Canyon1v1;
// Also maintain default export for backward compatibility
export default Canyon1v1;
//# sourceMappingURL=canyon-1v1.js.map