mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Dragon Frontiers'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Vibrava δ",
|
||||
fr: "Vibraninf δ ESPÈCES DELTA"
|
||||
fr: "Vibraninf δ ESPÈCES DELTA",
|
||||
de: "Vibrava"
|
||||
},
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Rare",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Psychic Wing",
|
||||
fr: "Aile psy"
|
||||
fr: "Aile psy",
|
||||
de: "Psychoflügel"
|
||||
},
|
||||
effect: {
|
||||
en: "If Vibrava has any Psychic Energy attached to it, the Retreat Cost for Vibrava is 0.",
|
||||
fr: "Si Vibraninf possède de l'Énergie , son Coût de retraite est de 0."
|
||||
fr: "Si Vibraninf possède de l'Énergie , son Coût de retraite est de 0.",
|
||||
de: "Wenn mindestens 1 -Energie an Vibrava angelegt ist, hat Vibrava Rückzugskosten 0."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -45,11 +48,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Quick Blow",
|
||||
fr: "Coup d'poing éclair"
|
||||
fr: "Coup d'poing éclair",
|
||||
de: "Schnellschlag"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires."
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" fügt dieser Angriff 20 Schadenspunkte plus 20 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "20+",
|
||||
|
||||
|
Reference in New Issue
Block a user