mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Legend Maker'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Vibrava",
|
||||
fr: "Vibraninf"
|
||||
fr: "Vibraninf",
|
||||
de: "Vibrava"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Uncommon",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Supersonic",
|
||||
fr: "Ultrason"
|
||||
fr: "Ultrason",
|
||||
de: "Superschall"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus."
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus.",
|
||||
de: "Wirf 1 Münze. Bei \"kopf\" ist das Verteidigende Pokémon jetzt verwirrt."
|
||||
},
|
||||
|
||||
},
|
||||
@ -46,11 +49,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Bi-Blast",
|
||||
fr: "Bi-explosion"
|
||||
fr: "Bi-explosion",
|
||||
de: "Doppelschuss"
|
||||
},
|
||||
effect: {
|
||||
en: "If Vibrava has any React Energy cards attached to it, this attack does 20 damage plus 20 more damage.",
|
||||
fr: "Si Vibraninf possède des cartes Énergie réaction, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires."
|
||||
fr: "Si Vibraninf possède des cartes Énergie réaction, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.",
|
||||
de: "Wenn an Vibrava mindestens eine reaktions-Energiekarte angelegt ist, fügt dieser Angriff 20 Schadenspunkte plus 20 weitere schadenspunkte zu."
|
||||
},
|
||||
damage: "20+",
|
||||
|
||||
|
Reference in New Issue
Block a user