@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
18 lines • 729 B
TypeScript
/**
* Arandi Merc Outpost - Interdimensional mercenary command center
*
* The Arandi Merc Outpost serves as a dimensional anchor point for Arandi forces,
* allowing them to manifest their advanced units across space and time. This structure
* channels the ancient Triarchy's mastery over interdimensional energy to create
* a stable command post for mercenary operations.
*
* Creates: Shade, Horned Mech, Nullseer, Time Warper
*/
import { ArandiMercOutpost } from "../../../../defaults/arandi.js";
declare class ArandiMercOutpostBuilding extends ArandiMercOutpost {
uuid: string;
static src: string;
constructor();
}
export default ArandiMercOutpostBuilding;
//# sourceMappingURL=arandi-merc-outpost.d.ts.map