mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-18 15:00:55 +00:00
Fixed German localization for Starf Berry description and localized zippyZap effect (#1373)
This commit is contained in:
parent
f95bd40353
commit
311f7b7420
@ -39,7 +39,7 @@ export const berry: BerryTranslationEntries = {
|
|||||||
},
|
},
|
||||||
"STARF": {
|
"STARF": {
|
||||||
name: "Krambobeere",
|
name: "Krambobeere",
|
||||||
effect: "Erhöht eine Statuswert stark, wenn die KP unter 25% sind"
|
effect: "Erhöht einen zufälligen Statuswert stark, wenn die KP unter 25% sind"
|
||||||
},
|
},
|
||||||
"LEPPA": {
|
"LEPPA": {
|
||||||
name: "Jonagobeere",
|
name: "Jonagobeere",
|
||||||
|
@ -2915,7 +2915,7 @@ export const move: MoveTranslationEntries = {
|
|||||||
},
|
},
|
||||||
"zippyZap": {
|
"zippyZap": {
|
||||||
name: "Britzelturbo",
|
name: "Britzelturbo",
|
||||||
effect: "The user attacks the target with bursts of electricity at high speed. This move always goes first and raises the user's evasiveness."
|
effect: "Ein stürmischer Blitz-Angriff mit hoher Erstschlag- und Volltrefferquote."
|
||||||
},
|
},
|
||||||
"splishySplash": {
|
"splishySplash": {
|
||||||
name: "Plätschersurfer",
|
name: "Plätschersurfer",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user