mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Wataru Kawahara",
|
||||
rarity: "Rare",
|
||||
@ -31,10 +32,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lightning Turn",
|
||||
fr: "Tour éclair",
|
||||
de: "Blitzartige Drehung"
|
||||
},
|
||||
effect: {
|
||||
en: "Switch Arceus with 1 of your Benched Pokémon.",
|
||||
fr: "Échangez Arceus avec 1 des Pokémon de votre Banc.",
|
||||
de: "Tausche Arceus gegen 1 Pokémon auf deiner Bank aus."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user