mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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 '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Skuntank",
|
||||
fr: "Moufflair"
|
||||
fr: "Moufflair",
|
||||
es: "Skuntank",
|
||||
it: "Skuntank",
|
||||
pt: "Skuntank",
|
||||
de: "Skuntank"
|
||||
},
|
||||
|
||||
illustrator: "sowsow",
|
||||
@ -25,7 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Slash",
|
||||
fr: "Tranche"
|
||||
fr: "Tranche",
|
||||
es: "Cuchillada",
|
||||
it: "Lacerazione",
|
||||
pt: "Talho",
|
||||
de: "Schlitzer"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
@ -39,11 +47,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poison Ring",
|
||||
fr: "Anneau de Poison"
|
||||
fr: "Anneau de Poison",
|
||||
es: "Anillo Venenoso",
|
||||
it: "Velenanello",
|
||||
pt: "Anel de Veneno",
|
||||
de: "Giftring"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned. During your opponent's next turn, the Defending Pokémon can’t retreat.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite."
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned. During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado. Durante el próximo turno de tu rival, el Pokémon Defensor no puede retirarse.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato. Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Envenenado. Durante o próximo turno do seu oponente, o Pokémon Defensor não poderá recuar.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet. Während des nächsten Zuges deines Gegners kann sich das Verteidigende Pokémon nicht zurückziehen."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user