mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Arceus'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Lopunny",
|
||||
de: "Schlapor"
|
||||
},
|
||||
illustrator: "Kyoko Umemoto",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Relaxing Shower",
|
||||
de: "Entspannungsdusche"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may discard an Energy card from your hand. If you do, remove 1 damage counter from each of your Pokémon. This power can't be used if Lopunny is affected by a Special Condition.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du 1 Energiekarte von deiner Hand auf deinen Ablagestapel legen. Wenn du das machst, entferne 1 Schadensmarke von jedem deiner Pokémon. Diese Poké-Power kann nicht benutzt werden, wenn Schlapor von einem Speziellen Zustand betroffen ist."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hover Heal",
|
||||
de: "Heilgleiten"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove all Special Conditions from Lopunny.",
|
||||
de: "Entferne alle Speziellen Zustände von Schlapor."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user