mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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: "Heatmor",
|
||||
fr: "Aflamanoir",
|
||||
es: "Heatmor",
|
||||
it: "Heatmor",
|
||||
pt: "Heatmor",
|
||||
de: "Furnifraß"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Singe",
|
||||
fr: "Roussi",
|
||||
es: "Quemadura",
|
||||
it: "Scottata",
|
||||
pt: "Chamuscada",
|
||||
de: "Versengung"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Burned.",
|
||||
en: "Your opponent’s Active Pokémon is now Burned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Quemado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene bruciato.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Queimado.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verbrannt."
|
||||
},
|
||||
|
||||
},
|
||||
@ -45,10 +57,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Charring Breath",
|
||||
fr: "Souffle Incendiaire",
|
||||
es: "Aliento Incendiario",
|
||||
it: "Incenerespiro",
|
||||
pt: "Hálito Carbonizador",
|
||||
de: "Schwelender Atem"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon isn't Burned, this attack does nothing.",
|
||||
en: "If your opponent’s Active Pokémon isn’t Burned, this attack does nothing.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire n’est pas Brûlé, cette attaque ne fait rien.",
|
||||
es: "Si el Pokémon Activo de tu rival no está Quemado, este ataque no hace nada.",
|
||||
it: "Se il Pokémon attivo del tuo avversario non è bruciato, questo attacco non ha effetto.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente não estiver Queimado, este ataque não fará nada.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners nicht verbrannt ist, hat diese Attacke keine Auswirkungen."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
|
Reference in New Issue
Block a user