mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39: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:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Pyrobut",
|
||||
en: "Cinderace"
|
||||
en: "Cinderace",
|
||||
es: "Cinderace",
|
||||
it: "Cinderace",
|
||||
pt: "Cinderace",
|
||||
de: "Liberlo"
|
||||
},
|
||||
|
||||
illustrator: "Hitoshi Ariga",
|
||||
@ -25,24 +29,40 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Libéro",
|
||||
en: "Libero"
|
||||
en: "Libero",
|
||||
es: "Líbero",
|
||||
it: "Libero",
|
||||
pt: "Líbero",
|
||||
de: "Libero"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Une fois pendant votre tour, lorsque ce Pokémon se déplace de votre Banc vers le Poste Actif, vous pouvez lui attacher jusqu’à 2 cartes Énergie Fire de votre pile de défausse.",
|
||||
en: "Once during your turn, when this Pokémon moves from your Bench to the Active Spot, you may attach up to 2 Fire Energy cards from your discard pile to it."
|
||||
en: "Once during your turn, when this Pokémon moves from your Bench to the Active Spot, you may attach up to 2 Fire Energy cards from your discard pile to it.",
|
||||
es: "Una vez durante tu turno, cuando este Pokémon se mueve de tu Banca al Puesto Activo, puedes unirle hasta 2 cartas de Energía Fire de tu pila de descartes.",
|
||||
it: "Una sola volta durante il tuo turno, quando questo Pokémon si sposta dalla tua panchina in posizione attiva, puoi assegnargli fino a due carte Energia Fire dalla tua pila degli scarti.",
|
||||
pt: "Uma vez durante o seu turno, quando este Pokémon for movido do seu Banco para o Campo Ativo, você poderá ligar até 2 cartas de Energia Fire da sua pilha de descarte a ele.",
|
||||
de: "Einmal während deines Zuges, wenn dieses Pokémon von deiner Bank in die Aktive Position wechselt, kannst du bis zu 2 Fire-Energiekarten aus deinem Ablagestapel an es anlegen."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "But Enflammé",
|
||||
en: "Flare Striker"
|
||||
en: "Flare Striker",
|
||||
es: "Delantero Ígneo",
|
||||
it: "Cannoniere Ardente",
|
||||
pt: "Artilheiro em Chamas",
|
||||
de: "Feuerstürmer"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez 2 Énergies de ce Pokémon.",
|
||||
en: "Discard 2 Energy from this Pokémon."
|
||||
en: "Discard 2 Energy from this Pokémon.",
|
||||
es: "Descarta 2 Energías de este Pokémon.",
|
||||
it: "Scarta due Energie da questo Pokémon.",
|
||||
pt: "Descarte 2 Energias deste Pokémon.",
|
||||
de: "Lege 2 Energien von diesem Pokémon auf deinen Ablagestapel."
|
||||
},
|
||||
|
||||
damage: 190,
|
||||
|
Reference in New Issue
Block a user