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:
@@ -4,7 +4,8 @@ import Set from '../Expedition Base Set'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Spearow",
|
||||
fr: "Piafabec"
|
||||
fr: "Piafabec",
|
||||
de: "Habitak"
|
||||
},
|
||||
illustrator: "Kyoko Umemoto",
|
||||
rarity: "Common",
|
||||
@@ -30,12 +31,14 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Razor Wind",
|
||||
fr: "Coupe-vent"
|
||||
fr: "Coupe-vent",
|
||||
de: "Klingensturm"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing.",
|
||||
fr: "Lancez une pièce. Si c'est pile, cette attaque ne fait rien."
|
||||
fr: "Lancez une pièce. Si c'est pile, cette attaque ne fait rien.",
|
||||
de: "Wirf eine Münze. Bei \"Zahl\" hat dieser Angriff keine Auswirkungen."
|
||||
},
|
||||
|
||||
damage: 20
|
||||
|
Reference in New Issue
Block a user