ZSGG Public Library
Rath
Neutral 2v2 Map
import { Map2v2 } from "../../../engine/map.js";
export class Rath extends Map2v2 {
override uuid: string;
// Static property for source path
static override src = "src/zerospace/map/2v2/rath.ts";
constructor() {
super();
this.name = "Rath";
this.uuid = "08664d76-c6c7-473a-b3c5-2cef35bf2520";
this.xpTowers = 2;
this.inLadderPool = false;
this.description = "2 XP towers, 1 Boss (camps)";
}
}
export default Rath;