Skip to content

Commit b5241e1

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

File tree

3 files changed

+53
-1
lines changed

3 files changed

+53
-1
lines changed

src/lib/assets/formats.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,6 +1358,8 @@
13581358
"draggalong": "CAP",
13591359
"chuggalong": "CAP",
13601360
"shox": "CAP",
1361+
"ramnarok": "CAP",
1362+
"ramnarokradiant": "CAP",
13611363
"pokestarsmeargle": "Custom",
13621364
"pokestarufo": "Custom",
13631365
"pokestarufo2": "Custom",

src/lib/assets/learnsets.ts

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97223,7 +97223,7 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
9722397223
revenge: ['8M'],
9722497224
round: ['8M'],
9722597225
safeguard: ['8M'],
97226-
scald: ['8M'],
97226+
scald: ['9M', '8M'],
9722797227
scaryface: ['9M', '8M'],
9722897228
shadowball: ['9M', '8M'],
9722997229
sleeptalk: ['9M', '8M'],
@@ -97955,5 +97955,40 @@ export const learnsets = new Collection<string, Record<string, string[]>>([
9795597955
zapcannon: ['9L65'],
9795697956
zenheadbutt: ['9M']
9795797957
}
97958+
],
97959+
[
97960+
'ramnarok',
97961+
{
97962+
avalanche: ['9M'],
97963+
blizzard: ['9M'],
97964+
endure: ['9M'],
97965+
facade: ['9M'],
97966+
fireblast: ['9M'],
97967+
firepunch: ['9M'],
97968+
flamethrower: ['9M'],
97969+
flareblitz: ['9M'],
97970+
flashcannon: ['9M'],
97971+
freezedry: ['9M'],
97972+
heatwave: ['9M'],
97973+
helpinghand: ['9M'],
97974+
icebeam: ['9M'],
97975+
iciclecrash: ['9M'],
97976+
iciclespear: ['9M'],
97977+
inferno: ['9M'],
97978+
irondefense: ['9M'],
97979+
ironhead: ['9M'],
97980+
lavaplume: ['9M'],
97981+
overheat: ['9M'],
97982+
polarflare: ['9M'],
97983+
protect: ['9M'],
97984+
rest: ['9M'],
97985+
sleeptalk: ['9M'],
97986+
steelbeam: ['9M'],
97987+
substitute: ['9M'],
97988+
takedown: ['9M'],
97989+
terablast: ['9M'],
97990+
thunder: ['9M'],
97991+
willowisp: ['9M']
97992+
}
9795897993
]
9795997994
]);

src/lib/assets/moves.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15990,6 +15990,21 @@ export const moves = new Collection<string, PokemonTypes.Move>([
1599015990
target: 'Normal',
1599115991
type: 'Electric'
1599215992
}
15993+
],
15994+
[
15995+
'polarflare',
15996+
{
15997+
accuracy: 100,
15998+
category: 'Special',
15999+
contestType: 'Beautiful',
16000+
desc: 'Has a 10% chance to freeze the target. If this move is successful on at least one target and the user is a Ramnarok, it changes to Radiant Forme if it is currently in Dormant Forme, or changes to Dormant Forme if it is currently in Radiant Forme. This forme change does not happen if the Ramnarok has the Sheer Force Ability. The Radiant Forme reverts to Dormant Forme when Ramnarok is not active.',
16001+
isNonstandard: IsNonStandard.Cap,
16002+
name: 'Polar Flare',
16003+
pp: 10,
16004+
priority: 0,
16005+
shortDesc: '10% chance to frz foe(s). Ramnarok transforms.',
16006+
type: 'Fire'
16007+
}
1599316008
]
1599416009
]);
1599516010

0 commit comments

Comments
 (0)