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:
@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user