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: "Delphox",
|
||||
fr: "Goupelin",
|
||||
es: "Delphox",
|
||||
it: "Delphox",
|
||||
pt: "Delphox",
|
||||
de: "Fennexis"
|
||||
},
|
||||
illustrator: "kawayoo",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mystical Torch",
|
||||
fr: "Torche Mystique",
|
||||
es: "Antorcha Embrujada",
|
||||
it: "Magitorcia",
|
||||
pt: "Tocha Mística",
|
||||
de: "Mystische Fackel"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may leave your opponent's Active Pokémon Burned.",
|
||||
en: "Once during your turn (before your attack), you may leave your opponent’s Active Pokémon Burned.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez laisser le Pokémon Actif de votre adversaire Brûlé.",
|
||||
es: "Una vez durante tu turno (antes de tu ataque), puedes dejar al Pokémon Activo de tu rival Quemado.",
|
||||
it: "Una sola volta durante il tuo turno, prima di attaccare, puoi lasciare il Pokémon attivo del tuo avversario bruciato.",
|
||||
pt: "Uma vez durante a sua vez de jogar (antes de atacar), você pode deixar o Pokémon Ativo do seu oponente Queimado.",
|
||||
de: "Einmal während deines Zuges (bevor du angreifst) kannst du das Aktive Pokémon deines Gegners verbrennen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -48,10 +60,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Fire Spin",
|
||||
fr: "Danse Flamme",
|
||||
es: "Giro Fuego",
|
||||
it: "Turbofuoco",
|
||||
pt: "Chama Furacão",
|
||||
de: "Feuerwirbel"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 2 Energy from this Pokémon.",
|
||||
fr: "Défaussez 2 Énergies de ce Pokémon.",
|
||||
es: "Descarta 2 Energías de este Pokémon.",
|
||||
it: "Scarta due Energie assegnate a questo Pokémon.",
|
||||
pt: "Descarte 2 Energias deste Pokémon.",
|
||||
de: "Lege 2 Energien von diesem Pokémon auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 150,
|
||||
|
||||
|
Reference in New Issue
Block a user