UNPKG

@zerospacegg/iolin

Version:

Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)

12 lines 406 B
import { Boon } from "../../../engine/modifier.js"; export class Detonation extends Boon { constructor() { super(); this.name = "Detonation"; this.description = "Units explode on death"; this.uuid = "8a134ef6-9b0c-4528-adee-628c0c09a0de"; } } Detonation.src = "src/zerospace/misc/boon/detonation.ts"; export default Detonation; //# sourceMappingURL=detonation.js.map