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 Feb 13, 2025
1 parent 41d5f78 commit ffae598
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/lib/assets/formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1354,6 +1354,8 @@
"scattervein": "CAP",
"hemogoblin": "CAP",
"cresceidon": "CAP",
"chuggon": "CAP",
"draggalong": "CAP",
"chuggalong": "CAP",
"shox": "CAP",
"pokestarsmeargle": "Custom",
Expand Down
120 changes: 119 additions & 1 deletion src/lib/assets/learnsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97637,6 +97637,123 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
zenheadbutt: ['9M']
}
],
[
'chuggon',
{
acidspray: ['9M'],
bite: ['9L8'],
bodyslam: ['9M'],
bulldoze: ['9M'],
clangingscales: ['9L48'],
crunch: ['9M', '9L32'],
destinybond: ['9E'],
dracometeor: ['9M'],
dragonbreath: ['9L12'],
dragoncheer: ['9M'],
dragonclaw: ['9M'],
dragonpulse: ['9M', '9L36'],
dragonrush: ['9E'],
encore: ['9M'],
endure: ['9M'],
entrainment: ['9E'],
facade: ['9M'],
gunkshot: ['9M', '9L52'],
healbell: ['9E'],
helpinghand: ['9M'],
irondefense: ['9M', '9L44'],
lastresort: ['9E'],
metalsound: ['9M'],
nobleroar: ['9E'],
outrage: ['9M'],
poisongas: ['9L1'],
poisonjab: ['9M'],
poisontail: ['9M'],
protect: ['9M', '9L24'],
raindance: ['9M'],
rest: ['9M'],
roar: ['9M', '9L28'],
rockslide: ['9M'],
rocktomb: ['9M'],
scaleshot: ['9M'],
scaryface: ['9M'],
sleeptalk: ['9M'],
sludge: ['9L20'],
sludgebomb: ['9M', '9L40'],
sludgewave: ['9M'],
smog: ['9L4'],
snarl: ['9M'],
storedpower: ['9M'],
substitute: ['9M'],
sunnyday: ['9M'],
tackle: ['9L1'],
takedown: ['9M'],
taunt: ['9M', '9L16'],
terablast: ['9M'],
trailblaze: ['9M'],
uproar: ['9M'],
venoshock: ['9M']
}
],
[
'draggalong',
{
acidspray: ['9M'],
bite: ['9L1'],
bodyslam: ['9M'],
bulldoze: ['9M'],
clangingscales: ['9L51'],
crunch: ['9M', '9L32'],
destinybond: ['9E'],
dracometeor: ['9M'],
dragonbreath: ['9L12'],
dragoncheer: ['9M'],
dragonclaw: ['9M'],
dragonpulse: ['9M', '9L36'],
dragonrush: ['9E'],
dragontail: ['9M'],
encore: ['9M'],
endure: ['9M'],
entrainment: ['9E'],
facade: ['9M'],
gunkshot: ['9M', '9L56'],
healbell: ['9E'],
helpinghand: ['9M'],
irondefense: ['9M', '9L46'],
ironhead: ['9M'],
lastresort: ['9E'],
metalsound: ['9M'],
nobleroar: ['9E'],
outrage: ['9M'],
poisongas: ['9L1'],
poisonjab: ['9M'],
poisontail: ['9M'],
protect: ['9M', '9L24'],
raindance: ['9M'],
rest: ['9M'],
roar: ['9M', '9L28'],
rockslide: ['9M'],
rocktomb: ['9M'],
scaleshot: ['9M'],
scaryface: ['9M'],
sleeptalk: ['9M'],
sludge: ['9L20'],
sludgebomb: ['9M', '9L41'],
sludgewave: ['9M'],
smog: ['9L1'],
snarl: ['9M'],
stompingtantrum: ['9M'],
storedpower: ['9M'],
substitute: ['9M'],
sunnyday: ['9M'],
tackle: ['9L1'],
takedown: ['9M'],
taunt: ['9M', '9L16'],
terablast: ['9M'],
trailblaze: ['9M'],
uproar: ['9M'],
venoshock: ['9M']
}
],
[
'chuggalong',
{
Expand All @@ -97660,6 +97777,7 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
earthquake: ['9M'],
encore: ['9M'],
endure: ['9M'],
entrainment: ['9E'],
facade: ['9M'],
flashcannon: ['9M'],
gigaimpact: ['9M'],
Expand Down Expand Up @@ -97698,7 +97816,7 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
surf: ['9M'],
tackle: ['9L1'],
takedown: ['9M'],
taunt: ['9M', '9L12'],
taunt: ['9M', '9L16'],
terablast: ['9M'],
trailblaze: ['9M'],
uproar: ['9M'],
Expand Down

0 comments on commit ffae598

Please sign in to comment.