@pkmn/sim 0.7.23 → 0.7.24
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/build/cjs/data/abilities.js +2 -2
- package/build/cjs/data/abilities.js.map +1 -1
- package/build/cjs/data/legality.js +35 -9
- package/build/cjs/data/legality.js.map +1 -1
- package/build/cjs/sim/battle-stream.js +4 -30
- package/build/cjs/sim/battle-stream.js.map +1 -1
- package/build/cjs/sim/battle.js +28 -3
- package/build/cjs/sim/battle.js.map +1 -1
- package/build/cjs/sim/index.js +2 -1
- package/build/cjs/sim/index.js.map +1 -1
- package/build/esm/data/abilities.mjs +2 -2
- package/build/esm/data/abilities.mjs.map +1 -1
- package/build/esm/data/legality.mjs +35 -9
- package/build/esm/data/legality.mjs.map +1 -1
- package/build/esm/sim/battle-stream.mjs +1 -26
- package/build/esm/sim/battle-stream.mjs.map +1 -1
- package/build/esm/sim/battle.mjs +25 -1
- package/build/esm/sim/battle.mjs.map +1 -1
- package/build/esm/sim/index.mjs +1 -1
- package/build/esm/sim/index.mjs.map +1 -1
- package/build/types/sim/battle-stream.d.ts +0 -4
- package/build/types/sim/battle.d.ts +3 -0
- package/build/types/sim/exported-global-types.d.ts +11 -0
- package/build/types/sim/global-types.d.ts +11 -0
- package/build/types/sim/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -699,7 +699,7 @@ exports.Legality = {
|
|
|
699
699
|
'6S35', '6S40',
|
|
700
700
|
'6S42'
|
|
701
701
|
],
|
|
702
|
-
irontail: ['6S37', '5S24', '5S30', '4S21'],
|
|
702
|
+
irontail: ['9S54', '6S37', '5S24', '5S30', '4S21'],
|
|
703
703
|
lastresort: ['4S18'],
|
|
704
704
|
lightscreen: ['4S11', '3S0', '3S6', '3S7', '3S8'],
|
|
705
705
|
megakick: ['6S32'],
|
|
@@ -711,6 +711,7 @@ exports.Legality = {
|
|
|
711
711
|
'6S36', '6S38',
|
|
712
712
|
'6S40', '6S42'
|
|
713
713
|
],
|
|
714
|
+
playrough: ['9S54'],
|
|
714
715
|
present: ['4S12', '4S15', '4S17', '4S18', '4S20', '4S22'],
|
|
715
716
|
protect: ['5S27', '4S14', '4S16'],
|
|
716
717
|
quickattack: [
|
|
@@ -732,10 +733,10 @@ exports.Legality = {
|
|
|
732
733
|
snore: ['4S19'],
|
|
733
734
|
substitute: ['6S35'],
|
|
734
735
|
surf: [
|
|
735
|
-
'
|
|
736
|
-
'
|
|
737
|
-
'
|
|
738
|
-
'3S5', '3S7'
|
|
736
|
+
'9S54', '7S47', '7S49',
|
|
737
|
+
'6S33', '6S41', '4S9',
|
|
738
|
+
'4S11', '4S14', '4S16',
|
|
739
|
+
'3S3', '3S5', '3S7'
|
|
739
740
|
],
|
|
740
741
|
sweetkiss: ['6S36'],
|
|
741
742
|
sweetscent: ['7S48'],
|
|
@@ -749,10 +750,11 @@ exports.Legality = {
|
|
|
749
750
|
],
|
|
750
751
|
teeterdance: ['7S45', '6S38', '5S23'],
|
|
751
752
|
thunder: [
|
|
752
|
-
'
|
|
753
|
-
'
|
|
754
|
-
'
|
|
755
|
-
'
|
|
753
|
+
'9S54', '6S35',
|
|
754
|
+
'5S25', '4S14',
|
|
755
|
+
'4S16', '3S0',
|
|
756
|
+
'3S6', '3S7',
|
|
757
|
+
'3S8'
|
|
756
758
|
],
|
|
757
759
|
thunderbolt: [
|
|
758
760
|
'8S51', '7S49', '6S33',
|
|
@@ -1164,6 +1166,16 @@ exports.Legality = {
|
|
|
1164
1166
|
level: 5,
|
|
1165
1167
|
moves: ['fly', 'tailwhip', 'thundershock', 'quickattack'],
|
|
1166
1168
|
pokeball: 'pokeball'
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
generation: 9,
|
|
1172
|
+
level: 100,
|
|
1173
|
+
gender: 'M',
|
|
1174
|
+
nature: 'Quiet',
|
|
1175
|
+
perfectIVs: 6,
|
|
1176
|
+
isHidden: true,
|
|
1177
|
+
moves: ['thunder', 'surf', 'playrough', 'irontail'],
|
|
1178
|
+
pokeball: 'pokeball'
|
|
1167
1179
|
}
|
|
1168
1180
|
],
|
|
1169
1181
|
encounters: [
|
|
@@ -14659,6 +14671,20 @@ exports.Legality = {
|
|
|
14659
14671
|
}
|
|
14660
14672
|
]
|
|
14661
14673
|
},
|
|
14674
|
+
garganacl: {
|
|
14675
|
+
learnset: { protect: ['9S0'], recover: ['9S0'], saltcure: ['9S0'], wideguard: ['9S0'] },
|
|
14676
|
+
eventData: [
|
|
14677
|
+
{
|
|
14678
|
+
generation: 9,
|
|
14679
|
+
level: 50,
|
|
14680
|
+
gender: 'M',
|
|
14681
|
+
nature: 'Careful',
|
|
14682
|
+
ivs: { hp: 31, atk: 31, def: 31, spa: 22, spd: 31, spe: 31 },
|
|
14683
|
+
moves: ['saltcure', 'recover', 'wideguard', 'protect'],
|
|
14684
|
+
pokeball: 'cherishball'
|
|
14685
|
+
}
|
|
14686
|
+
]
|
|
14687
|
+
},
|
|
14662
14688
|
gimmighoul: {
|
|
14663
14689
|
learnset: { astonish: ['9S0'], tackle: ['9S0'] },
|
|
14664
14690
|
eventData: [{ generation: 9, level: 5, moves: ['astonish', 'tackle'] }],
|