@pkmn/dex-types 0.7.29 → 0.7.30
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 +11 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -96,11 +96,22 @@ interface MoveFlags {
|
|
|
96
96
|
dance?: 1 | 0;
|
|
97
97
|
defrost?: 1 | 0;
|
|
98
98
|
distance?: 1 | 0;
|
|
99
|
+
failcopycat?: 1 | 0;
|
|
100
|
+
failencore?: 1 | 0;
|
|
101
|
+
failinstruct?: 1 | 0;
|
|
102
|
+
failmefirst?: 1 | 0;
|
|
103
|
+
failmimic?: 1 | 0;
|
|
104
|
+
futuremove?: 1 | 0;
|
|
99
105
|
gravity?: 1 | 0;
|
|
100
106
|
heal?: 1 | 0;
|
|
101
107
|
mirror?: 1 | 0;
|
|
108
|
+
mustpressure?: 1 | 0;
|
|
109
|
+
noassist?: 1 | 0;
|
|
102
110
|
allyanim?: 1 | 0;
|
|
103
111
|
nonsky?: 1 | 0;
|
|
112
|
+
noparentalbond?: 1 | 0;
|
|
113
|
+
nosleeptalk?: 1 | 0;
|
|
114
|
+
pledgecombo?: 1 | 0;
|
|
104
115
|
powder?: 1 | 0;
|
|
105
116
|
protect?: 1 | 0;
|
|
106
117
|
pulse?: 1 | 0;
|
|
@@ -212,7 +223,6 @@ export interface MoveData extends EffectData, HitEffect {
|
|
|
212
223
|
hasCrashDamage?: boolean;
|
|
213
224
|
hasSheerForce?: boolean;
|
|
214
225
|
isConfusionSelfHit?: boolean;
|
|
215
|
-
isFutureMove?: boolean;
|
|
216
226
|
noMetronome?: string[];
|
|
217
227
|
noSketch?: boolean;
|
|
218
228
|
stallingMove?: boolean;
|