1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49: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: "Sableye",
fr: "Tenefix"
fr: "Tenefix",
de: "Zobiris"
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
@ -29,11 +30,13 @@ const card: Card = {
],
name: {
en: "Supernatural",
fr: "Surnaturel"
fr: "Surnaturel",
de: "Supernatural"
},
effect: {
en: "Look at your opponent's hand. You may use the effect of a Supporter card you find there as the effect of this attack. (The Supporter card remains in your opponent's hand.)",
fr: "Regardez la main de votre adversaire. Vous pouvez utiliser l'effet d'une carte Supporter pour cette attaque. (Votre adversaire garde la carte Supporter en main)."
fr: "Regardez la main de votre adversaire. Vous pouvez utiliser l'effet d'une carte Supporter pour cette attaque. (Votre adversaire garde la carte Supporter en main).",
de: "Look at your opponent's hand. You may use the effect of a Supporter card you find there as the effect of this attack. (The Supporter card remains in your opponent's hand.)"
},
},
@ -44,11 +47,13 @@ const card: Card = {
],
name: {
en: "Dark Bind",
fr: "Sombre étreinte"
fr: "Sombre étreinte",
de: "Dark Bind"
},
effect: {
en: "You may discard a Darkness Energy card attached to Sableye. If you do, the Defending Pokémon is now Paralyzed.",
fr: "Vous pouvez défausser une carte Énergie attachée à Tenefix. Dans ce cas, le Pokémon Défenseur est maintenant Paralysé."
fr: "Vous pouvez défausser une carte Énergie attachée à Tenefix. Dans ce cas, le Pokémon Défenseur est maintenant Paralysé.",
de: "You may discard a Energy card attached to Sableye. If you do, the Defending Pokémon is now Paralyzed."
},
damage: 20,