1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-10 16:01:59 +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 '../Expedition Base Set'
const card: Card = {
name: {
en: "Venusaur",
fr: "Florizarre"
fr: "Florizarre",
de: "Bisaflor"
},
illustrator: "Shin-ichi Yoshida",
rarity: "Rare",
@@ -28,11 +29,13 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Harvest Bounty",
fr: "Moisson"
fr: "Moisson",
de: "Ernteprämie"
},
effect: {
en: "Once during your turn (before you attack), If you attach an Energy card from your hand to your Active Pokémon as part of your turn, you may attach an additional Energy card to that Pokémon at the same time. This power can't be used if Venusaur is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), si vous attachez une carte Énergie de votre main à votre Pokémon Actif en tant qu'action de votre tour, vous pouvez attacher une carte Énergie supplémentaire à ce Pokémon. Ce pouvoir ne peut pas être utilisé si Florizarre est affecté par un État spécial."
fr: "Une seule fois pendant votre tour (avant votre attaque), si vous attachez une carte Énergie de votre main à votre Pokémon Actif en tant qu'action de votre tour, vous pouvez attacher une carte Énergie supplémentaire à ce Pokémon. Ce pouvoir ne peut pas être utilisé si Florizarre est affecté par un État spécial.",
de: "Einmal während deines Zuges (vor deinem Angriff)kannst du, falls du als Bestandteil deines Zuges eine Energiekarte an dein Aktives Pokémon gelegt hast, gleichzeitig eine zusätzliche Energiekarte an dieses Pokémon anlegen. Diese Fähigkeit kann nicht verwendet werden, falls Bisaflor von einem Speziellen Zustand betroffen ist."
},
},
],
@@ -46,11 +49,13 @@ const card: Card = {
],
name: {
en: "Body Slam",
fr: "Plaquage"
fr: "Plaquage",
de: "Bodyslam"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
de: "Wirf eine Münze. Bei 'Kopf' ist das Verteidigende Pokémon jetzt gelähmt."
},
damage: 40,