add a bit more doc (mainly trigger flow)

This commit is contained in:
allen 2024-08-24 01:50:01 -07:00 committed by allen925
parent 414da90e01
commit 2ccf482f51

View File

@ -4391,7 +4391,7 @@ export class DisableMoveAttr extends MoveEffectAttr {
export class nonStopAttr extends MoveEffectAttr { export class nonStopAttr extends MoveEffectAttr {
public tagType: BattlerTagType; public tagType: BattlerTagType;
private turnCount: number; private turnCount: number;
// no round specify means frenzy rand 2-3 turns // no round specify means it's a frenzy move that rand 2-3 turns
constructor(tagType: BattlerTagType, turnCount:number = 0) { constructor(tagType: BattlerTagType, turnCount:number = 0) {
super(true, MoveEffectTrigger.HIT, false, true); super(true, MoveEffectTrigger.HIT, false, true);
this.tagType = tagType; this.tagType = tagType;