1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
const card: Card = {
name: {
en: "Mantine",
de: "Mantax"
},
illustrator: "Miki Tanaka",
rarity: "Uncommon",
@ -25,9 +26,11 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Ripples",
de: "Ripples"
},
effect: {
en: "Once during your turn (before your attack), you may remove 1 damage counter from 1 of your Pokémon (excluding Mantine). This power can't be used if Mantine is affected by a Special Condition.",
de: "Once during your turn (before your attack), you may remove 1 damage counter from 1 of your Pokémon (excluding Mantine). This power can't be used if Mantine is affected by a Special Condition."
},
},
],
@ -39,9 +42,11 @@ const card: Card = {
],
name: {
en: "Aqua Slash",
de: "Aqua Slash"
},
effect: {
en: "Mantine can't attack during your next turn.",
de: "Mantine can't attack during your next turn."
},
damage: 30,