ZSGG Public Library
Pit
Neutral 1v1 Map
import { Map1v1 } from "../../../engine/map.js";
export class Pit extends Map1v1 {
override uuid: string;
static override src = "src/zerospace/map/1v1/pit.ts";
constructor() {
super();
this.name = "Pit";
this.uuid = "746884ee-5f1e-409b-a901-83d6bcd17864";
this.xpTowers = 2;
this.inLadderPool = false;
this.description = "2 Towers, 1 Boss, (Camps)";
}
}
export default Pit;