mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Arceus",
|
||||
fr: "Arceus",
|
||||
de: "Arceus"
|
||||
},
|
||||
illustrator: "TOKIYA",
|
||||
rarity: "Rare",
|
||||
@ -32,10 +33,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Metal Barrier",
|
||||
fr: "Barrière métallique",
|
||||
de: "Metallbarriere"
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all effects of attacks, including damage, done to Arceus by Pokémon LV.X during your opponent's next turn.",
|
||||
fr: "Prévenez tous les effets d'attaques, dégâts inclus, infligés à Arceus par des Pokémon NIV.X lors du prochain tour de votre adversaire.",
|
||||
de: "Verhindere während des nächsten Zuges deines Gegners alle Effekte von Angriffen, einschließlich Schaden, die Arceus von gegnerischen Pokémon LV.X zugefügt würden."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user