mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Type: Null",
|
||||
fr: "Type:0",
|
||||
es: "Código Cero",
|
||||
it: "Tipo Zero",
|
||||
pt: "Tipo Nulo",
|
||||
de: "Typ:Null"
|
||||
},
|
||||
illustrator: "KEIICHIRO ITO",
|
||||
rarity: "Uncommon",
|
||||
@ -29,10 +33,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Air Slash",
|
||||
fr: "Lame d’Air",
|
||||
es: "Tajo Aéreo",
|
||||
it: "Eterelama",
|
||||
pt: "Golpe de Ar",
|
||||
de: "Luftschnitt"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard an Energy from this Pokémon.",
|
||||
fr: "Défaussez une Énergie de ce Pokémon.",
|
||||
es: "Descarta 1 Energía de este Pokémon.",
|
||||
it: "Scarta un’Energia assegnata a questo Pokémon.",
|
||||
pt: "Descarte 1 Energia deste Pokémon.",
|
||||
de: "Lege 1 Energie von diesem Pokémon auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user