UNPKG

@zerospacegg/iolin

Version:

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

12 lines 429 B
import { Boon } from "../../../engine/modifier.js"; export class Retribution extends Boon { constructor() { super(); this.name = "Retribution"; this.description = "Unit deaths empowers other nearby units"; this.uuid = "c57167ef-d2f4-49a1-8e3b-7c6a4baecfc3"; } } Retribution.src = "src/zerospace/misc/boon/retribution.ts"; export default Retribution; //# sourceMappingURL=retribution.js.map