@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
17 lines • 552 B
TypeScript
/**
* Reaver - Grell heavy assault unit with devastating charge abilities
* Bio-engineered shock assault specialist with ABES-powered charge mechanics
*/
import { GrellArmyUnit } from "../../../../defaults/grell.js";
import { Upgrade } from "../../../../engine/ability.js";
export declare class Reaver extends GrellArmyUnit {
uuid: string;
static src: string;
readonly upgrades: {
improvedCharge: Upgrade;
toughenedCarapace: Upgrade;
};
constructor();
}
export default Reaver;
//# sourceMappingURL=reaver.d.ts.map