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 '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Copperajah",
|
||||
fr: "Pachyradjah"
|
||||
fr: "Pachyradjah",
|
||||
es: "Copperajah",
|
||||
it: "Copperajah",
|
||||
pt: "Copperajah",
|
||||
de: "Patinaraja"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
@ -27,11 +31,19 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Antibacterial Skin",
|
||||
fr: "Peau Stérilisante"
|
||||
fr: "Peau Stérilisante",
|
||||
es: "Piel Antibacteriana",
|
||||
it: "Pelle Battericida",
|
||||
pt: "Pele Antibacteriana",
|
||||
de: "Antibakterielle Haut"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can’t be affected by any Special Conditions.",
|
||||
fr: "Ce Pokémon ne peut être affecté par aucun État Spécial."
|
||||
fr: "Ce Pokémon ne peut être affecté par aucun État Spécial.",
|
||||
es: "Este Pokémon no puede verse afectado por ninguna Condición Especial.",
|
||||
it: "Questo Pokémon non può essere influenzato da condizioni speciali.",
|
||||
pt: "Este Pokémon não pode ser afetado por quaisquer Condições Especiais.",
|
||||
de: "Dieses Pokémon kann nicht von Speziellen Zuständen betroffen werden."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -46,11 +58,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Vengeful Stomp",
|
||||
fr: "Écrasement Vengeur"
|
||||
fr: "Écrasement Vengeur",
|
||||
es: "Pisotón Vengativo",
|
||||
it: "Pestone Livoroso",
|
||||
pt: "Pisoteada Vingativa",
|
||||
de: "Rächender Stampfer"
|
||||
},
|
||||
effect: {
|
||||
en: "If your Benched Pokémon have any damage counters on them, this attack does 120 more damage.",
|
||||
fr: "Si des marqueurs de dégâts sont placés sur vos Pokémon de Banc, cette attaque inflige 120 dégâts supplémentaires."
|
||||
fr: "Si des marqueurs de dégâts sont placés sur vos Pokémon de Banc, cette attaque inflige 120 dégâts supplémentaires.",
|
||||
es: "Si tus Pokémon en Banca tienen algún contador de daño sobre ellos, este ataque hace 120 puntos de daño más.",
|
||||
it: "Se i tuoi Pokémon in panchina hanno dei segnalini danno, questo attacco infligge 120 danni in più.",
|
||||
pt: "Se os seus Pokémon no Banco tiverem algum contador de dano neles, este ataque causará 120 pontos de dano a mais.",
|
||||
de: "Wenn auf den Pokémon auf deiner Bank mindestens 1 Schadensmarke liegt, fügt diese Attacke 120 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: "120+",
|
||||
|
||||
|
Reference in New Issue
Block a user