mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-03-03 22:47:17 +00:00
Fix unquoted string with comma
This commit is contained in:
parent
7c8ef6571f
commit
5c48ad3581
1 changed files with 1 additions and 1 deletions
|
@ -1119,7 +1119,7 @@ Any [regular damage]{mechanic:regular-damage} dealt to an affected Pokémon is r
|
|||
422,9,Sets [Reflect]{move:reflect} on the user's side of the field after inflicting damage.,"Inflicts [regular damage]{mechanic:regular-damage}, then (if successful) sets []{move:reflect} on the user's side of the [field]{mechanic:field}."
|
||||
423,9,Seeds the target after inflicting damage.,"Inflicts [regular damage]{mechanic:regular-damage}, then (if successful) sets []{move:leech-seed} on the target."
|
||||
424,9,Cures the entire party of major status effects after inflicting damage.,"Inflicts [regular damage]{mechanic:regular-damage}, then (if successful) removes [major status effects]{mechanic:major-status-effects} from every Pokémon in the user's party."
|
||||
425,9,Hits twice in one turn, with a $effect_chance% chance to make the target flinch.,"Inflicts [regular damage]{mechanic:regular-damage}. Hits twice in one turn, with a $effect_chance% chance to make the target [flinch]{mechanic:flinch}."
|
||||
425,9,"Hits twice in one turn, with a $effect_chance% chance to make the target flinch.","Inflicts [regular damage]{mechanic:regular-damage}. Hits twice in one turn, with a $effect_chance% chance to make the target [flinch]{mechanic:flinch}."
|
||||
443,9,Boosts the user's Speed and lowers their Defense by one stage after inflicting damage two to five times in a row.,"Inflicts [regular damage]{mechanic:regular-damage} two to five times in a row, raising the user's [Speed]{mechanic:speed} and lowering the user's [Defense]{mechanic:defense} by one [stage]{mechanic:stage} each upon last hit."
|
||||
10001,9,Has an increased chance for a critical hit in Hyper Mode.,Inflicts [regular damage]{mechanic:regular-damage}. User's [critical hit]{mechanic:critical-hit} rate is one level higher when using this move while in [hyper mode]{mechanic:hyper-mode}.
|
||||
10002,9,User receives 1/2 its HP in recoil.,Inflicts [regular damage]{mechanic:regular-damage}. User takes 1/2 of its current [HP]{mechanic:hp} in recoil.
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 1122.
|
Loading…
Add table
Reference in a new issue