mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -4,7 +4,8 @@ import Set from '../Deoxys'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Sharpedo ex",
|
||||
fr: "Sharpedo ex"
|
||||
fr: "Sharpedo ex",
|
||||
de: "Tohaido ex"
|
||||
},
|
||||
illustrator: "Hikaru Koike",
|
||||
rarity: "Rare",
|
||||
@@ -32,11 +33,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Drag Off",
|
||||
fr: "Traîne"
|
||||
fr: "Traîne",
|
||||
de: "Drag Off"
|
||||
},
|
||||
effect: {
|
||||
en: "Before doing damage, you may switch 1 of your opponent's Benched Pokémon with the Defending Pokémon. If you do, this attack does 20 damage to the new Defending Pokémon. Your opponent chooses the Defending Pokémon to switch.",
|
||||
fr: "Avant d'infliger des dégâts, vous pouvez échanger 1 des Pokémon de Banc de votre adversaire avec le Pokémon Défenseur. Cette attaque inflige alors 20 dégâts au nouveau Pokémon Défenseur. Votre adversaire choisit le Pokémon Défenseur à échanger."
|
||||
fr: "Avant d'infliger des dégâts, vous pouvez échanger 1 des Pokémon de Banc de votre adversaire avec le Pokémon Défenseur. Cette attaque inflige alors 20 dégâts au nouveau Pokémon Défenseur. Votre adversaire choisit le Pokémon Défenseur à échanger.",
|
||||
de: "Before doing damage, you may switch 1 of your opponent's Benched Pokémon with the Defending Pokémon. If you do, this attack does 20 damage to the new Defending Pokémon. Your opponent chooses the Defending Pokémon to switch."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@@ -49,11 +52,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Darkness Blast",
|
||||
fr: "Explosion d'obscurité"
|
||||
fr: "Explosion d'obscurité",
|
||||
de: "Darkness Blast"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard a Darkness Energy attached to Sharpedo ex. If you do, this attack does 60 damage plus 20 more damage and discard 1 Energy card attached to the Defending Pokémon.",
|
||||
fr: "Vous pouvez défausser une Énergie attachée à Sharpedo ex. Cette attaque inflige alors 60 dégâts plus 20 dégâts supplémentaires. Défaussez une carte Énergie attachée au Pokémon Défenseur."
|
||||
fr: "Vous pouvez défausser une Énergie attachée à Sharpedo ex. Cette attaque inflige alors 60 dégâts plus 20 dégâts supplémentaires. Défaussez une carte Énergie attachée au Pokémon Défenseur.",
|
||||
de: "You may discard a Energy attached to Sharpedo ex. If you do, this attack does 60 damage plus 20 more damage and discard 1 Energy card attached to the Defending Pokémon."
|
||||
},
|
||||
damage: "60+",
|
||||
|
||||
|
Reference in New Issue
Block a user