@pkmn/sim 0.9.14 → 0.9.16

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.
@@ -13632,7 +13632,15 @@ export const Legality = {
13632
13632
  ]
13633
13633
  },
13634
13634
  steenee: {
13635
- learnset: { doubleslap: ['7S0'], magicalleaf: ['7S0'], sweetscent: ['7S0'] },
13635
+ learnset: {
13636
+ celebrate: ['9S1'],
13637
+ dazzlinggleam: ['9S1'],
13638
+ doubleslap: ['7S0'],
13639
+ magicalleaf: ['7S0'],
13640
+ splash: ['9S1'],
13641
+ sunnyday: ['9S1'],
13642
+ sweetscent: ['7S0']
13643
+ },
13636
13644
  eventData: [
13637
13645
  {
13638
13646
  generation: 7,
@@ -13641,6 +13649,13 @@ export const Legality = {
13641
13649
  abilities: ['leafguard'],
13642
13650
  moves: ['magicalleaf', 'doubleslap', 'sweetscent'],
13643
13651
  pokeball: 'cherishball'
13652
+ },
13653
+ {
13654
+ generation: 9,
13655
+ level: 50,
13656
+ abilities: ['leafguard'],
13657
+ moves: ['celebrate', 'sunnyday', 'splash', 'dazzlinggleam'],
13658
+ pokeball: 'cherishball'
13644
13659
  }
13645
13660
  ]
13646
13661
  },
@@ -15851,6 +15866,10 @@ export const Legality = {
15851
15866
  }
15852
15867
  ]
15853
15868
  },
15869
+ necturine: {
15870
+ learnset: { sketch: ['9S0'] },
15871
+ eventData: [{ generation: 9, level: 1, shiny: 1, moves: ['sketch'] }]
15872
+ },
15854
15873
  kerfluffle: {
15855
15874
  learnset: { celebrate: ['6S0'], fly: ['6S0'], holdhands: ['6S0'], metronome: ['6S0'] },
15856
15875
  eventData: [