Skip to content

Commit b39ba1f

Browse files
refactor: update data [skip publish]
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 25e58b0 commit b39ba1f

File tree

1 file changed

+58
-9
lines changed

1 file changed

+58
-9
lines changed

src/lib/assets/learnsets.ts

Lines changed: 58 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95765,7 +95765,7 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
9576595765
spiritshackle: ['9L45', '8L45', '7L1'],
9576695766
spite: ['9M', '7T', '7E'],
9576795767
stoneedge: ['9M', '8M', '7M'],
95768-
substitute: ['8M', '7M'],
95768+
substitute: ['9M', '8M', '7M'],
9576995769
surf: ['9M', '8M', '7M'],
9577095770
swagger: ['7M'],
9577195771
takedown: ['9M'],
@@ -97689,6 +97689,7 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
9768997689
takedown: ['9M'],
9769097690
taunt: ['9M', '9L16'],
9769197691
terablast: ['9M'],
97692+
toxic: ['9M'],
9769297693
trailblaze: ['9M'],
9769397694
uproar: ['9M'],
9769497695
venoshock: ['9M']
@@ -97749,6 +97750,7 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
9774997750
takedown: ['9M'],
9775097751
taunt: ['9M', '9L16'],
9775197752
terablast: ['9M'],
97753+
toxic: ['9M'],
9775297754
trailblaze: ['9M'],
9775397755
uproar: ['9M'],
9775497756
venoshock: ['9M']
@@ -97818,6 +97820,7 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
9781897820
takedown: ['9M'],
9781997821
taunt: ['9M', '9L16'],
9782097822
terablast: ['9M'],
97823+
toxic: ['9M'],
9782197824
trailblaze: ['9M'],
9782297825
uproar: ['9M'],
9782397826
venoshock: ['9M']
@@ -97826,30 +97829,76 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
9782697829
[
9782797830
'shox',
9782897831
{
97832+
blizzard: ['9M'],
9782997833
bodyslam: ['9M'],
97830-
discharge: ['9M'],
97831-
doubleedge: ['9M'],
97834+
bulldoze: ['9M'],
97835+
charge: ['9M', '9L15'],
97836+
chargebeam: ['9M'],
97837+
charm: ['9M', '9L1'],
97838+
dig: ['9M'],
97839+
disarmingvoice: ['9M'],
97840+
discharge: ['9L44'],
97841+
doubleedge: ['9M', '9L58'],
97842+
earthpower: ['9M'],
97843+
earthquake: ['9M'],
97844+
eerieimpulse: ['9M'],
97845+
electricterrain: ['9M'],
97846+
electroball: ['9M'],
97847+
electroweb: ['9M'],
97848+
endeavor: ['9M', '9E'],
9783297849
endure: ['9M'],
9783397850
facade: ['9M'],
97834-
glare: ['9M'],
97851+
gigaimpact: ['9M'],
97852+
glare: ['9E'],
97853+
growl: ['9L1'],
97854+
headbutt: ['9L20'],
9783597855
helpinghand: ['9M'],
97856+
highhorsepower: ['9M'],
97857+
hornattack: ['9L1'],
97858+
hyperbeam: ['9M'],
9783697859
hypervoice: ['9M'],
9783797860
icebeam: ['9M'],
97861+
icywind: ['9M'],
97862+
ironhead: ['9M'],
9783897863
knockoff: ['9M'],
97839-
milkdrink: ['9M'],
97840-
nuzzle: ['9M'],
97864+
milkdrink: ['9L30'],
97865+
mudshot: ['9M'],
97866+
mudslap: ['9M'],
97867+
nuzzle: ['9E'],
97868+
playrough: ['9M'],
9784197869
protect: ['9M'],
97870+
raindance: ['9M'],
9784297871
rest: ['9M'],
97872+
rockslide: ['9M'],
97873+
rocktomb: ['9M'],
97874+
scaryface: ['9M', '9L51'],
97875+
seedbomb: ['9M'],
9784397876
sleeptalk: ['9M'],
97877+
smartstrike: ['9M'],
97878+
spark: ['9L25'],
97879+
spitup: ['9E'],
97880+
stockpile: ['9E'],
97881+
stompingtantrum: ['9M'],
9784497882
substitute: ['9M'],
97883+
sunnyday: ['9M'],
9784597884
superfang: ['9M'],
97846-
takedown: ['9M'],
97885+
supercellslam: ['9M'],
97886+
swallow: ['9E'],
97887+
tackle: ['9L1'],
97888+
takedown: ['9M', '9L37'],
9784797889
terablast: ['9M'],
97890+
thief: ['9M'],
97891+
throatchop: ['9M'],
9784897892
thunder: ['9M'],
97849-
thunderwave: ['9M'],
97893+
thundershock: ['9L1'],
97894+
thunderwave: ['9M', '9L1'],
9785097895
thunderbolt: ['9M'],
97896+
trailblaze: ['9M'],
97897+
uproar: ['9M'],
9785197898
voltswitch: ['9M'],
97852-
wildcharge: ['9M']
97899+
wildcharge: ['9M'],
97900+
zapcannon: ['9L65'],
97901+
zenheadbutt: ['9M']
9785397902
}
9785497903
]
9785597904
]);

0 commit comments

Comments
 (0)