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