Skip to content

Commit 5e57608

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

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

src/lib/assets/formats.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,7 @@
13551355
"hemogoblin": "CAP",
13561356
"cresceidon": "CAP",
13571357
"chuggalong": "CAP",
1358+
"shox": "CAP",
13581359
"pokestarsmeargle": "Custom",
13591360
"pokestarufo": "Custom",
13601361
"pokestarufo2": "Custom",

src/lib/assets/learnsets.ts

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97736,5 +97736,34 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
9773697736
uproar: ['9M'],
9773797737
venoshock: ['9M']
9773897738
}
97739+
],
97740+
[
97741+
'shox',
97742+
{
97743+
bodyslam: ['9M'],
97744+
discharge: ['9M'],
97745+
doubleedge: ['9M'],
97746+
endure: ['9M'],
97747+
facade: ['9M'],
97748+
glare: ['9M'],
97749+
helpinghand: ['9M'],
97750+
hypervoice: ['9M'],
97751+
icebeam: ['9M'],
97752+
knockoff: ['9M'],
97753+
milkdrink: ['9M'],
97754+
nuzzle: ['9M'],
97755+
protect: ['9M'],
97756+
rest: ['9M'],
97757+
sleeptalk: ['9M'],
97758+
substitute: ['9M'],
97759+
superfang: ['9M'],
97760+
takedown: ['9M'],
97761+
terablast: ['9M'],
97762+
thunder: ['9M'],
97763+
thunderwave: ['9M'],
97764+
thunderbolt: ['9M'],
97765+
voltswitch: ['9M'],
97766+
wildcharge: ['9M']
97767+
}
9773997768
]
9774097769
]);

0 commit comments

Comments
 (0)