ZeroSpace.gg

Ascension

Neutral 1v1 Map

import { Map1v1 } from "../../../engine/map.js"; export class Ascension extends Map1v1 { override uuid: string; // Static property for source path static override src = "src/zerospace/map/1v1/ascension.ts"; constructor() { super(); this.name = "Ascension"; this.uuid = "550e8400-e29b-41d4-a716-446655440000"; this.xpTowers = 3; this.inLadderPool = true; this.description = "A compact mountain top with three control towers and close Flux spots, encouraging fast-paced play."; } } export default Ascension;