mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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,11 +6,15 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Malamar VMAX",
|
||||
fr: "Sepiatroce VMAX"
|
||||
fr: "Sepiatroce VMAX",
|
||||
es: "Malamar VMAX",
|
||||
it: "Malamar VMAX",
|
||||
pt: "Malamar VMAX",
|
||||
de: "Calamanero VMAX"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Secret Rare",
|
||||
category: "Pokemon",
|
||||
hp: 310,
|
||||
types: ["Darkness"],
|
||||
@ -23,12 +27,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Max Jammer",
|
||||
fr: "Bloquomax"
|
||||
fr: "Bloquomax",
|
||||
es: "Maxiobstrucción",
|
||||
it: "Dynablocco",
|
||||
pt: "Bloqueador Max",
|
||||
de: "Dyna-Störer"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent reveals their hand. Choose a card you find there and put it on the bottom of their deck.",
|
||||
fr: "Votre adversaire dévoile sa main. Choisissez-y une carte, puis placez-la en dessous de son deck."
|
||||
fr: "Votre adversaire dévoile sa main. Choisissez-y une carte, puis placez-la en dessous de son deck.",
|
||||
es: "Tu rival enseña las cartas de su mano. Elige 1 carta que encuentres entre ellas y ponla en la parte inferior de su baraja.",
|
||||
it: "Il tuo avversario mostra le carte che ha in mano. Scegline una e mettila in fondo al suo mazzo.",
|
||||
pt: "Seu oponente revela a própria mão. Escolha 1 carta que encontrar lá e coloque-a como a carta de baixo do baralho dele(a).",
|
||||
de: "Dein Gegner zeigt dir seine Handkarten. Wähle 1 Karte, die du dort findest, und lege sie unter sein Deck."
|
||||
},
|
||||
|
||||
damage: 180,
|
||||
|
Reference in New Issue
Block a user