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: "Chandelure",
|
||||
fr: "Lugulabre",
|
||||
es: "Chandelure",
|
||||
it: "Chandelure",
|
||||
pt: "Chandelure",
|
||||
de: "Skelabra"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Shady Move",
|
||||
fr: "Déplacement Louche",
|
||||
es: "Movimiento Sombrío",
|
||||
it: "Ombramossa",
|
||||
pt: "Movimento Umbroso",
|
||||
de: "Zwielichtige Aktion"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may move 1 damage counter from 1 Pokémon to another Pokémon.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez déplacer un marqueur de dégâts de l’un de vos Pokémon vers un autre.",
|
||||
fr: "Once during your turn (before your attack), you may move 1 damage counter from 1 Pokémon to another Pokémon.",
|
||||
es: "Once during your turn (before your attack), you may move 1 damage counter from 1 Pokémon to another Pokémon.",
|
||||
it: "d",
|
||||
pt: "Once during your turn (before your attack), you may move 1 damage counter from 1 Pokémon to another Pokémon.",
|
||||
de: "Once during your turn (before your attack), you may move 1 damage counter from 1 Pokémon to another Pokémon."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -45,10 +57,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Super Singe",
|
||||
fr: "Super Roussi",
|
||||
es: "Superquemadura",
|
||||
it: "Super Scottata",
|
||||
pt: "Superchamuscada",
|
||||
de: "Super-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."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user