@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
16 lines • 563 B
TypeScript
/**
* Cha'Kru Ghost Crab - Invisible suicide bomber infused with explosive Leviathan essence
* Stealth unit that phases through dimensional barriers to deliver devastating explosions
*/
import { ChakruMercUnit } from "../../../../defaults/chakru.js";
import { Attack } from "../../../../engine/ability.js";
declare class ChakruGhostCrab extends ChakruMercUnit {
uuid: string;
static src: string;
readonly attacks: {
explode: Attack;
};
constructor();
}
export default ChakruGhostCrab;
//# sourceMappingURL=chakru-ghost-crab.d.ts.map