@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 420 B
TypeScript
import OriginalMera from "../../protectorate/hero/mera.js";
/**
* Mera - Adopted Grell Hero
* Melee hero that gets stronger with each attack (lasts 10s). Can Dash through enemies gaining armor, or create a Shield bubble increasing armor.
*/
declare class GrellMera extends OriginalMera {
uuid: string;
static src: string;
constructor();
}
export default GrellMera;
//# sourceMappingURL=grell-mera.d.ts.map