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: "Nostenfer VMAX",
|
||||
en: "Crobat VMAX"
|
||||
en: "Crobat VMAX",
|
||||
es: "Crobat VMAX",
|
||||
it: "Crobat VMAX",
|
||||
pt: "Crobat VMAX",
|
||||
de: "Iksbat VMAX"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
@ -23,12 +27,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Poison Évasif",
|
||||
en: "Stealth Poison"
|
||||
en: "Stealth Poison",
|
||||
es: "Veneno Sigiloso",
|
||||
it: "Veleno Subdolo",
|
||||
pt: "Veneno Furtivo",
|
||||
de: "Tarngift"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Échangez ce Pokémon contre l’un de vos Pokémon de Banc.",
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned. Switch this Pokémon with 1 of your Benched Pokémon."
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned. Switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado. Cambia este Pokémon por 1 de tus Pokémon en Banca.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato. Scambia questo Pokémon con uno della tua panchina.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Envenenado. Troque este Pokémon por 1 dos seus Pokémon no Banco.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet. Tausche dieses Pokémon gegen 1 Pokémon auf deiner Bank aus."
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
@ -36,7 +48,11 @@ const card: Card = {
|
||||
}, {
|
||||
name: {
|
||||
fr: "Tranchomax",
|
||||
en: "Max Cutter"
|
||||
en: "Max Cutter",
|
||||
es: "Maxicorte",
|
||||
it: "Dynalama",
|
||||
pt: "Cortador Max",
|
||||
de: "Dyna-Schnitt"
|
||||
},
|
||||
|
||||
damage: 180,
|
||||
|
Reference in New Issue
Block a user