@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
16 lines • 549 B
TypeScript
/**
* Marran Heavy Trooper - Anti-Heavy powerful troopers built from Mothership
* Requires T6 talent and built in pairs for maximum devastating firepower
*/
import { MarranMercUnit } from "../../../../defaults/marran.js";
import { Attack } from "../../../../engine/ability.js";
export declare class MarranHeavyTrooper extends MarranMercUnit {
uuid: string;
static src: string;
readonly attacks: {
attack: Attack;
};
constructor();
}
export default MarranHeavyTrooper;
//# sourceMappingURL=marran-heavy-trooper.d.ts.map