mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,7 +4,11 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Combusken",
|
||||
fr: "Galifeu"
|
||||
fr: "Galifeu",
|
||||
es: "Combusken",
|
||||
it: "Combusken",
|
||||
pt: "Combusken",
|
||||
de: "Jungglut"
|
||||
},
|
||||
|
||||
illustrator: "kodama",
|
||||
@ -29,7 +33,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Smash Kick",
|
||||
fr: "Coud’Pattes"
|
||||
fr: "Coud’Pattes",
|
||||
es: "Patada Destrucción",
|
||||
it: "Calcio Esplosivo",
|
||||
pt: "Chute Poderoso",
|
||||
de: "Schmetterkick"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -43,11 +51,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Heat Beak",
|
||||
fr: "Bec Thermique"
|
||||
fr: "Bec Thermique",
|
||||
es: "Pico Ígneo",
|
||||
it: "Becco Infuocato",
|
||||
pt: "Bico de Calor",
|
||||
de: "Hitzeschnabel"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Burned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé."
|
||||
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: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user