@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
21 lines • 845 B
JavaScript
;
/**
* TechHero - Adopted Grell Hero
* Support hero. Can slow and damage enemies in line. Teleport or swap with other units. Add a shield to friendly units.
*/
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const tech_hero_js_1 = __importDefault(require("../../protectorate/hero/tech-hero.cjs"));
class GrellTechHero extends tech_hero_js_1.default {
constructor() {
super();
this.uuid = "34975810-b4d7-4ecc-95b7-f878f345b00e";
this.faction = "grell";
this.factionName = "Grell";
}
}
GrellTechHero.src = "src/zerospace/faction/grell/hero/grell-tech-hero.ts";
exports.default = GrellTechHero;
//# sourceMappingURL=grell-tech-hero.js.map