1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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,7 +4,8 @@ import Set from '../Sandstorm'
const card: Card = {
name: {
en: "Mawile",
fr: "Mysdibule"
fr: "Mysdibule",
de: "Flunkifer"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -29,11 +30,13 @@ const card: Card = {
],
name: {
en: "Scam",
fr: "Arnaque"
fr: "Arnaque",
de: "Scam"
},
effect: {
en: "Look at your opponent's hand. You may have your opponent shuffle a Supporter card you find there into his or her deck. If you do, your opponent draws a card.",
fr: "Regardez la main de votre adversaire. Si vous y trouvez une carte Supporter, vous pouvez demander à votre adversaire de la mélanger de nouveau à son deck. Dans ce cas, votre adversaire pioche une carte."
fr: "Regardez la main de votre adversaire. Si vous y trouvez une carte Supporter, vous pouvez demander à votre adversaire de la mélanger de nouveau à son deck. Dans ce cas, votre adversaire pioche une carte.",
de: "Look at your opponent's hand. You may have your opponent shuffle a Supporter card you find there into his or her deck. If you do, your opponent draws a card."
},
},
@ -44,11 +47,13 @@ const card: Card = {
],
name: {
en: "Metal Hook",
fr: "Crochet métallique"
fr: "Crochet métallique",
de: "Metal Hook"
},
effect: {
en: "Before doing damage, you may switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. If you do, this attack does 20 damage to the new Defending Pokémon.",
fr: "Avant d'infliger des dégâts, vous pouvez échanger un des Pokémon Défenseur de votre adversaire contre un des Pokémon de son Banc. Dans ce cas, cette attaque inflige 20 dégâts au nouveau Pokémon Défenseurs."
fr: "Avant d'infliger des dégâts, vous pouvez échanger un des Pokémon Défenseur de votre adversaire contre un des Pokémon de son Banc. Dans ce cas, cette attaque inflige 20 dégâts au nouveau Pokémon Défenseurs.",
de: "Before doing damage, you may switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. If you do, this attack does 20 damage to the new Defending Pokémon."
},
damage: 20,