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 May 20, 2024
1 parent 5728425 commit ace5704
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 @@ -1353,6 +1353,7 @@
"scattervein": "CAP",
"hemogoblin": "CAP",
"cresceidon": "CAP",
"chuggalong": "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 @@ -97718,5 +97718,34 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
wish: ['9E'],
zenheadbutt: ['9M']
}
],
[
'chuggalong',
{
clangingscales: ['9L1'],
clangoroussoul: ['9L1'],
destinybond: ['9L1'],
dracometeor: ['9M'],
dragontail: ['9M'],
drainingkiss: ['9M'],
encore: ['9M'],
endure: ['9M'],
facade: ['9M'],
flamethrower: ['9M'],
healbell: ['9L1'],
helpinghand: ['9M'],
protect: ['9M'],
rest: ['9M'],
roar: ['9M'],
sleeptalk: ['9M'],
sludgebomb: ['9M'],
sludgewave: ['9M'],
storedpower: ['9M'],
substitute: ['9M'],
surf: ['9M'],
takedown: ['9M'],
taunt: ['9M'],
terablast: ['9M']
}
]
]);

0 comments on commit ace5704

Please sign in to comment.