mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Butterfree FB",
|
||||
fr: "Papilusion ",
|
||||
de: "Smettbo FB"
|
||||
},
|
||||
illustrator: "Lee HyunJung",
|
||||
rarity: "Rare",
|
||||
@ -27,10 +28,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Compound Eyes",
|
||||
fr: "Oeil composé",
|
||||
de: "Facettenauge"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon has any Poké-Bodies, each of Butterfree FB's attacks does 30 more damage to the Active Pokémon (before applying Weakness and Resistance).",
|
||||
fr: "Si le Pokémon Actif de votre adversaire possède des Poké-Bodies, chacune des attaques de Papilusion inflige 30 dégâts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance).",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners mindestens 1 Poké-Body hat, fügen alle Angriffe von Smettbo FB den Aktiven Pokémon 30 weitere Schadenspunkte zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -44,10 +47,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Select Powder",
|
||||
fr: "Poudre select",
|
||||
de: "Auswahlpuder"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose either Burned or Poisoned. The Defending Pokémon is now affected by that Special Condition.",
|
||||
fr: "Choisissez Brûlé ou Empoisonné. Le Pokémon Défenseur est maintenant affecté par cet État Spécial.",
|
||||
de: "Wähle \"verbrannt\" oder \"vergiftet\". Das Verteidigende Pokémon ist jetzt vom gewählten Speziellen Zustand betroffen."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user