UNPKG

@zerospacegg/iolin

Version:

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

22 lines 657 B
const EchisPoint2v2 = { src: "map/2v2/echis_point_2v2.pkl", slug: "echis-point-2v2", id: "map/2v2/echis-point-2v2", name: "Echis Point 2v2", shortName: "Echis Point", type: "map", subtype: "2v2", tagList: ["map", "map:2v2"], inGame: true, fromFuture: false, xpTowers: 2, fluxDistance: "medium-far", mapSize: "normal", inLadderPool: true, players: 4, }; // Export the entity as a named export for better ES modules compatibility export const entity = EchisPoint2v2; // Also maintain default export for backward compatibility export default EchisPoint2v2; //# sourceMappingURL=echis-point-2v2.js.map