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 Jan 27, 2024
1 parent 4d3a744 commit c8454cd
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 9 deletions.
2 changes: 1 addition & 1 deletion scripts/sha-tracker.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "tiersLastSha": "18baf2bac71f0c4bc021abdc61fee20752e6fa35", "learnsetsLastSha": "8c1a8da2273be85cf2f9a28d70ab8e6adc9b2a77" }
{ "tiersLastSha": "18baf2bac71f0c4bc021abdc61fee20752e6fa35", "learnsetsLastSha": "51ab69b80e10af9383edde933ca36e02e9e47e55" }
55 changes: 47 additions & 8 deletions src/lib/assets/learnsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97618,28 +97618,67 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
[
'cresceidon',
{
earthpower: ['9M'],
amnesia: ['9M'],
aquaring: ['9L10'],
blizzard: ['9M'],
bodypress: ['9M'],
bodyslam: ['9M', '9L35'],
bulldoze: ['9M'],
chillingwater: ['9M'],
confuseray: ['9M'],
dazzlinggleam: ['9M'],
doubleedge: ['9M', '9L60'],
earthquake: ['9M'],
encore: ['9M'],
endure: ['9M'],
facade: ['9M'],
haze: ['9M'],
healingwish: ['9L1'],
gigaimpact: ['9M'],
haze: ['9M', '9L40'],
healingwish: ['9E'],
heavyslam: ['9M'],
helpinghand: ['9M'],
hydropump: ['9M'],
moonblast: ['9L1'],
hyperbeam: ['9M'],
icebeam: ['9M'],
icywind: ['9M'],
liquidation: ['9M'],
mist: ['9L25'],
mistyexplosion: ['9M'],
mistyterrain: ['9M'],
moonblast: ['9L55'],
muddywater: ['9M'],
playrough: ['9M'],
pound: ['9L1'],
protect: ['9M'],
recover: ['9L1'],
psychic: ['9M'],
raindance: ['9M'],
recover: ['9L50'],
rest: ['9M'],
scald: ['9M'],
scaryface: ['9M'],
shadowball: ['9M'],
sleeptalk: ['9M'],
soak: ['9L30'],
spitup: ['9E'],
splash: ['9L1'],
stockpile: ['9E'],
substitute: ['9M'],
surf: ['9M'],
surf: ['9M', '9L45'],
swallow: ['9E'],
swift: ['9M'],
takedown: ['9M'],
taunt: ['9M'],
terablast: ['9M'],
thunderwave: ['9M'],
whirlpool: ['9L1'],
wish: ['9L1']
waterfall: ['9M'],
watergun: ['9L5'],
waterpulse: ['9M', '9L20'],
wavecrash: ['9L65'],
weatherball: ['9M'],
whirlpool: ['9M'],
wideguard: ['9L15'],
wish: ['9E'],
zenheadbutt: ['9M']
}
]
]);

0 comments on commit c8454cd

Please sign in to comment.