@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.
@@ -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
- '7S47', '7S49', '6S33',
736
- '6S41', '4S9', '4S11',
737
- '4S14', '4S16', '3S3',
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
- '6S35', '5S25',
753
- '4S14', '4S16',
754
- '3S0', '3S6',
755
- '3S7', '3S8'
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'] }],