@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
|
@@ -696,7 +696,7 @@ export const Legality = {
|
|
|
696
696
|
'6S35', '6S40',
|
|
697
697
|
'6S42'
|
|
698
698
|
],
|
|
699
|
-
irontail: ['6S37', '5S24', '5S30', '4S21'],
|
|
699
|
+
irontail: ['9S54', '6S37', '5S24', '5S30', '4S21'],
|
|
700
700
|
lastresort: ['4S18'],
|
|
701
701
|
lightscreen: ['4S11', '3S0', '3S6', '3S7', '3S8'],
|
|
702
702
|
megakick: ['6S32'],
|
|
@@ -708,6 +708,7 @@ export const Legality = {
|
|
|
708
708
|
'6S36', '6S38',
|
|
709
709
|
'6S40', '6S42'
|
|
710
710
|
],
|
|
711
|
+
playrough: ['9S54'],
|
|
711
712
|
present: ['4S12', '4S15', '4S17', '4S18', '4S20', '4S22'],
|
|
712
713
|
protect: ['5S27', '4S14', '4S16'],
|
|
713
714
|
quickattack: [
|
|
@@ -729,10 +730,10 @@ export const Legality = {
|
|
|
729
730
|
snore: ['4S19'],
|
|
730
731
|
substitute: ['6S35'],
|
|
731
732
|
surf: [
|
|
732
|
-
'
|
|
733
|
-
'
|
|
734
|
-
'
|
|
735
|
-
'3S5', '3S7'
|
|
733
|
+
'9S54', '7S47', '7S49',
|
|
734
|
+
'6S33', '6S41', '4S9',
|
|
735
|
+
'4S11', '4S14', '4S16',
|
|
736
|
+
'3S3', '3S5', '3S7'
|
|
736
737
|
],
|
|
737
738
|
sweetkiss: ['6S36'],
|
|
738
739
|
sweetscent: ['7S48'],
|
|
@@ -746,10 +747,11 @@ export const Legality = {
|
|
|
746
747
|
],
|
|
747
748
|
teeterdance: ['7S45', '6S38', '5S23'],
|
|
748
749
|
thunder: [
|
|
749
|
-
'
|
|
750
|
-
'
|
|
751
|
-
'
|
|
752
|
-
'
|
|
750
|
+
'9S54', '6S35',
|
|
751
|
+
'5S25', '4S14',
|
|
752
|
+
'4S16', '3S0',
|
|
753
|
+
'3S6', '3S7',
|
|
754
|
+
'3S8'
|
|
753
755
|
],
|
|
754
756
|
thunderbolt: [
|
|
755
757
|
'8S51', '7S49', '6S33',
|
|
@@ -1161,6 +1163,16 @@ export const Legality = {
|
|
|
1161
1163
|
level: 5,
|
|
1162
1164
|
moves: ['fly', 'tailwhip', 'thundershock', 'quickattack'],
|
|
1163
1165
|
pokeball: 'pokeball'
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
generation: 9,
|
|
1169
|
+
level: 100,
|
|
1170
|
+
gender: 'M',
|
|
1171
|
+
nature: 'Quiet',
|
|
1172
|
+
perfectIVs: 6,
|
|
1173
|
+
isHidden: true,
|
|
1174
|
+
moves: ['thunder', 'surf', 'playrough', 'irontail'],
|
|
1175
|
+
pokeball: 'pokeball'
|
|
1164
1176
|
}
|
|
1165
1177
|
],
|
|
1166
1178
|
encounters: [
|
|
@@ -14656,6 +14668,20 @@ export const Legality = {
|
|
|
14656
14668
|
}
|
|
14657
14669
|
]
|
|
14658
14670
|
},
|
|
14671
|
+
garganacl: {
|
|
14672
|
+
learnset: { protect: ['9S0'], recover: ['9S0'], saltcure: ['9S0'], wideguard: ['9S0'] },
|
|
14673
|
+
eventData: [
|
|
14674
|
+
{
|
|
14675
|
+
generation: 9,
|
|
14676
|
+
level: 50,
|
|
14677
|
+
gender: 'M',
|
|
14678
|
+
nature: 'Careful',
|
|
14679
|
+
ivs: { hp: 31, atk: 31, def: 31, spa: 22, spd: 31, spe: 31 },
|
|
14680
|
+
moves: ['saltcure', 'recover', 'wideguard', 'protect'],
|
|
14681
|
+
pokeball: 'cherishball'
|
|
14682
|
+
}
|
|
14683
|
+
]
|
|
14684
|
+
},
|
|
14659
14685
|
gimmighoul: {
|
|
14660
14686
|
learnset: { astonish: ['9S0'], tackle: ['9S0'] },
|
|
14661
14687
|
eventData: [{ generation: 9, level: 5, moves: ['astonish', 'tackle'] }],
|