1
0
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:
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 '../Deoxys'
const card: Card = {
name: {
en: "Beautifly",
fr: "Charmillon"
fr: "Charmillon",
de: "Papinella"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@@ -28,11 +29,13 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Hunch",
fr: "Bosse"
fr: "Bosse",
de: "Hunch"
},
effect: {
en: "As long as Beautifly's remaining HP is 40 or less, Beautifly does 40 more damage to the Defending Pokémon (before applying Weakness and Resistance).",
fr: "Tant qu'il lui reste 40 Points de vie ou moins, Charmillon inflige 40 dégâts supplémentaires au Pokémon Défenseur (avant application de la Faiblesse et de la Résistance)."
fr: "Tant qu'il lui reste 40 Points de vie ou moins, Charmillon inflige 40 dégâts supplémentaires au Pokémon Défenseur (avant application de la Faiblesse et de la Résistance).",
de: "As long as Beautifly's remaining HP is 40 or less, Beautifly does 40 more damage to the Defending Pokémon (before applying Weakness and resistance)."
},
},
],
@@ -43,11 +46,13 @@ const card: Card = {
],
name: {
en: "Luring Antenna",
fr: "Antenne trompeuse"
fr: "Antenne trompeuse",
de: "Luring Antenna"
},
effect: {
en: "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with 1 of 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 choisir 1 des Pokémon de Banc de votre adversaire et l'échanger avec 1 des Pokémon Défenseurs. Cette attaque inflige alors 20 dégâts au nouveau Pokémon Défenseur. Votre adversaire choisit le Pokémon de Banc à échanger."
fr: "Avant d'infliger des dégâts, vous pouvez choisir 1 des Pokémon de Banc de votre adversaire et l'échanger avec 1 des Pokémon Défenseurs. Cette attaque inflige alors 20 dégâts au nouveau Pokémon Défenseur. Votre adversaire choisit le Pokémon de Banc à échanger.",
de: "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon. If you do, this attack does 20 damage to the new Defending Pokémon. Your opponent choose the Defending Pokémon to switch."
},
damage: 20,
@@ -60,7 +65,8 @@ const card: Card = {
],
name: {
en: "Cutting Wind",
fr: "Vent glacial"
fr: "Vent glacial",
de: "Cutting Wind"
},
damage: 50,