Update move.ts
parent
737ccda398
commit
bbb6ef34ca
|
|
@ -741,6 +741,8 @@ export class RecoilAttr extends MoveEffectAttr {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attribute used for moves which self KO the user regardless if the move hits a target
|
* Attribute used for moves which self KO the user regardless if the move hits a target
|
||||||
|
* @extends MoveEffectAttr
|
||||||
|
* @see {@link apply}
|
||||||
**/
|
**/
|
||||||
export class SacrificialAttr extends MoveEffectAttr {
|
export class SacrificialAttr extends MoveEffectAttr {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
@ -771,6 +773,8 @@ export class SacrificialAttr extends MoveEffectAttr {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attribute used for moves which self KO the user but only if the move hits a target
|
* Attribute used for moves which self KO the user but only if the move hits a target
|
||||||
|
* @extends MoveEffectAttr
|
||||||
|
* @see {@link apply}
|
||||||
**/
|
**/
|
||||||
export class SacrificialAttrOnHit extends MoveEffectAttr {
|
export class SacrificialAttrOnHit extends MoveEffectAttr {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue