ZeroSpace.gg

Clover

Neutral 2v2 Map

import { Map2v2 } from "../../../engine/map.js"; export class Clover extends Map2v2 { override uuid: string; // Static property for source path static override src = "src/zerospace/map/2v2/clover.ts"; constructor() { super(); this.name = "Clover"; this.uuid = "712f31e5-a132-4704-a2c7-58ee22ee66ef"; this.xpTowers = 3; this.inLadderPool = false; this.description = "An experimental map with a Boss top left and most of the flux in the narrow path close by. It has 3 XP Towers and stronger hostile creatures at the bottom right side towers, which give vision in a larger area."; } } export default Clover;