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 Nov 17, 2023
1 parent 9fda832 commit 623c570
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/sha-tracker.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "tiersLastSha": "0a4cf94c86fb774248018f3216e4daf0befdbeb8", "learnsetsLastSha": "0b58494d8f03a7db3c22c2174d7bd215005a6b47" }
{ "tiersLastSha": "0a4cf94c86fb774248018f3216e4daf0befdbeb8", "learnsetsLastSha": "92e13d06a8bb526b16e3a1bebee74ae61fc00813" }
23 changes: 18 additions & 5 deletions src/lib/assets/learnsets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28765,22 +28765,29 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
'ursalunabloodmoon',
{
avalanche: ['9M'],
bellydrum: ['9E'],
bloodmoon: ['9L70', '9S0'],
bodypress: ['9M'],
bodyslam: ['9M'],
brickbreak: ['9M'],
bulldoze: ['9M'],
calmmind: ['9M', '9S0'],
crunch: ['9M'],
closecombat: ['9E'],
counter: ['9E'],
crosschop: ['9E'],
crunch: ['9M', '9E'],
dig: ['9M'],
doubleedge: ['9E'],
earthpower: ['9M', '9L48', '9S0'],
earthquake: ['9M'],
endure: ['9M'],
facade: ['9M'],
faketears: ['9E'],
firepunch: ['9M'],
fling: ['9M'],
focusblast: ['9M'],
focuspunch: ['9M'],
furycutter: ['9E'],
furyswipes: ['9L8'],
gigaimpact: ['9M'],
gunkshot: ['9M'],
Expand All @@ -28796,10 +28803,11 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
leer: ['9L1'],
lick: ['9L1'],
lowkick: ['9M'],
metalclaw: ['9M'],
metalclaw: ['9M', '9E'],
moonblast: ['9L56'],
moonlight: ['9L1'],
mudshot: ['9M'],
nightslash: ['9E'],
payback: ['9L13'],
playnice: ['9L25'],
protect: ['9M'],
Expand All @@ -28811,6 +28819,7 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
scaryface: ['9M', '9L35'],
scratch: ['9L1'],
seedbomb: ['9M'],
seismictoss: ['9E'],
shadowclaw: ['9M'],
slash: ['9L22', '9S0'],
sleeptalk: ['9M'],
Expand All @@ -28830,7 +28839,8 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
thunderpunch: ['9M'],
trailblaze: ['9M'],
uproar: ['9M'],
vacuumwave: ['9M']
vacuumwave: ['9M'],
yawn: ['9E']
}
],
[
Expand Down Expand Up @@ -65010,6 +65020,7 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
bubble: ['7L1'],
chillingwater: ['9M'],
confide: ['7M'],
counter: ['9E'],
darkpulse: ['9M', '7M'],
dig: ['9M'],
doubleteam: ['9L56', '7M', '7L56', '7S0'],
Expand Down Expand Up @@ -65047,6 +65058,7 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
quickattack: ['9L1', '7L1'],
raindance: ['9M', '7M'],
rest: ['9M', '7M'],
retaliate: ['9E'],
return: ['7M'],
rockslide: ['9M', '7M'],
rocktomb: ['9M', '7M'],
Expand All @@ -65060,19 +65072,20 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
snatch: ['7T'],
snore: ['7T'],
snowscape: ['9M'],
spikes: ['9M', '9L28', '7L28'],
spikes: ['9M', '9L28', '9E', '7L28'],
spite: ['7T'],
substitute: ['9M', '9L42', '7M', '7L42'],
surf: ['9M', '7M'],
swagger: ['7M'],
swift: ['9M'],
switcheroo: ['9E'],
swordsdance: ['9M'],
takedown: ['9M'],
taunt: ['9M', '7M'],
terablast: ['9M'],
thief: ['9M', '7M'],
toxic: ['7M'],
toxicspikes: ['9M'],
toxicspikes: ['9M', '9E'],
trailblaze: ['9M'],
uturn: ['9M', '7M'],
waterfall: ['9M', '7M'],
Expand Down

0 comments on commit 623c570

Please sign in to comment.