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:
@ -4,7 +4,8 @@ import Set from '../Holon Phantoms'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Masquerain",
|
||||
fr: "Maskadra"
|
||||
fr: "Maskadra",
|
||||
de: "Maskeregen"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Uncommon",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sweet Scent",
|
||||
fr: "Doux parfum"
|
||||
fr: "Doux parfum",
|
||||
de: "Lockduft"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 2 damage counters from 1 of your Pokémon.",
|
||||
fr: "Retirer 2 marqueurs de dégât à 1 de vos Pokémon."
|
||||
fr: "Retirer 2 marqueurs de dégât à 1 de vos Pokémon.",
|
||||
de: "Entferne 2 Schadensmarken von 1 deiner Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
@ -46,11 +49,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Quick Attack",
|
||||
fr: "Vive-attaque"
|
||||
fr: "Vive-attaque",
|
||||
de: "Ruckzuckhieb"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 30 damage plus 10 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires."
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" fügt dieser Angriff 30 Schadenspunkte plus 10 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "30+",
|
||||
|
||||
|
Reference in New Issue
Block a user