Skip to content

Commit 46b160d

Browse files
committed
fix: add missing properties to CAP move Polar Flare
1 parent c4e33ee commit 46b160d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/assets/moves.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15995,6 +15995,7 @@ export const moves = new Collection<string, PokemonTypes.Move>([
1599515995
'polarflare',
1599615996
{
1599715997
accuracy: 100,
15998+
basePower: '75',
1599815999
category: 'Special',
1599916000
contestType: 'Beautiful',
1600016001
desc: 'Has a 10% chance to freeze the target. This move cannot thaw a frozen 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.',
@@ -16003,6 +16004,7 @@ export const moves = new Collection<string, PokemonTypes.Move>([
1600316004
pp: 10,
1600416005
priority: 0,
1600516006
shortDesc: '10% chance to frz foe(s). Ramnarok transforms.',
16007+
target: 'All Adjacent',
1600616008
type: 'Fire'
1600716009
}
1600816010
]

0 commit comments

Comments
 (0)