Skip to content

Commit

Permalink
refactor: update data [skip publish]
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent 018e4d1 commit 5e57608
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/assets/formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,7 @@
"hemogoblin": "CAP",
"cresceidon": "CAP",
"chuggalong": "CAP",
"shox": "CAP",
"pokestarsmeargle": "Custom",
"pokestarufo": "Custom",
"pokestarufo2": "Custom",
Expand Down
29 changes: 29 additions & 0 deletions src/lib/assets/learnsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97736,5 +97736,34 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
uproar: ['9M'],
venoshock: ['9M']
}
],
[
'shox',
{
bodyslam: ['9M'],
discharge: ['9M'],
doubleedge: ['9M'],
endure: ['9M'],
facade: ['9M'],
glare: ['9M'],
helpinghand: ['9M'],
hypervoice: ['9M'],
icebeam: ['9M'],
knockoff: ['9M'],
milkdrink: ['9M'],
nuzzle: ['9M'],
protect: ['9M'],
rest: ['9M'],
sleeptalk: ['9M'],
substitute: ['9M'],
superfang: ['9M'],
takedown: ['9M'],
terablast: ['9M'],
thunder: ['9M'],
thunderwave: ['9M'],
thunderbolt: ['9M'],
voltswitch: ['9M'],
wildcharge: ['9M']
}
]
]);

0 comments on commit 5e57608

Please sign in to comment.