@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
22 lines • 686 B
JavaScript
const LostExpedition2v2 = {
src: "map/2v2/lost_expedition_2v2.pkl",
slug: "lost-expedition-2v2",
id: "map/2v2/lost-expedition-2v2",
name: "Lost Expedition 2v2",
shortName: "Lost Expedition",
type: "map",
subtype: "2v2",
tagList: ["map", "map:2v2"],
inGame: true,
fromFuture: false,
xpTowers: 4,
fluxDistance: "near",
mapSize: "large",
inLadderPool: true,
players: 4,
};
// Export the entity as a named export for better ES modules compatibility
export const entity = LostExpedition2v2;
// Also maintain default export for backward compatibility
export default LostExpedition2v2;
//# sourceMappingURL=lost-expedition-2v2.js.map