@pkmn/dex-types 0.9.9 → 0.9.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -121,6 +121,7 @@ interface MoveFlags {
|
|
|
121
121
|
allyanim?: 1 | 0;
|
|
122
122
|
nonsky?: 1 | 0;
|
|
123
123
|
noparentalbond?: 1 | 0;
|
|
124
|
+
nosketch?: 1 | 0;
|
|
124
125
|
nosleeptalk?: 1 | 0;
|
|
125
126
|
pledgecombo?: 1 | 0;
|
|
126
127
|
powder?: 1 | 0;
|
|
@@ -236,7 +237,6 @@ export interface MoveData extends EffectData, HitEffect {
|
|
|
236
237
|
hasCrashDamage?: boolean;
|
|
237
238
|
hasSheerForce?: boolean;
|
|
238
239
|
isConfusionSelfHit?: boolean;
|
|
239
|
-
noSketch?: boolean;
|
|
240
240
|
stallingMove?: boolean;
|
|
241
241
|
}
|
|
242
242
|
|