ZeroSpace.gg

Excavation

Neutral 1v1 Map

import { Map1v1 } from "../../../engine/map.js"; export class Excavation extends Map1v1 { override uuid: string; static override src = "src/zerospace/map/1v1/excavation.ts"; constructor() { super(); this.name = "Excavation"; this.uuid = "e054fe0e-a321-42c7-8ac8-e0e55404eff9"; this.xpTowers = 4; this.inLadderPool = false; this.description = "Mirror symmetry map which is not yet decorated, which has 4 XP Towers. A boss spawns at the bottom one after 10 minutes."; } } export default Excavation;