UNPKG

@zerospacegg/iolin

Version:

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

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