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,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Shaymin",
|
||||
fr: "Shaymin"
|
||||
fr: "Shaymin",
|
||||
es: "Shaymin",
|
||||
it: "Shaymin",
|
||||
pt: "Shaymin",
|
||||
de: "Shaymin"
|
||||
},
|
||||
|
||||
illustrator: "Megumi Mizutani",
|
||||
@ -18,12 +22,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Return",
|
||||
fr: "Retour"
|
||||
fr: "Retour",
|
||||
es: "Retribución",
|
||||
it: "Ritorno",
|
||||
pt: "Retorno",
|
||||
de: "Rückkehr"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "You may draw cards until you have 6 cards in your hand.",
|
||||
fr: "Vous pouvez piocher des cartes jusqu’à en avoir 6 en main."
|
||||
fr: "Vous pouvez piocher des cartes jusqu’à en avoir 6 en main.",
|
||||
es: "Puedes robar cartas hasta que tengas 6 cartas en tu mano.",
|
||||
it: "Puoi pescare fino ad avere sei carte in mano.",
|
||||
pt: "Você pode comprar cartas até ter 6 cartas na sua mão.",
|
||||
de: "Du kannst so lange Karten ziehen, bis du 6 Karten auf deiner Hand hast."
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -31,12 +43,20 @@ const card: Card = {
|
||||
}, {
|
||||
name: {
|
||||
en: "Sky Return",
|
||||
fr: "Retour Aérien"
|
||||
fr: "Retour Aérien",
|
||||
es: "Vuelta Celestial",
|
||||
it: "Aeroritorno",
|
||||
pt: "Retorno para o Céu",
|
||||
de: "Himmelsgabe"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Put this Pokémon and all attached cards into your hand.",
|
||||
fr: "Ajoutez à votre main ce Pokémon et toutes les cartes attachées."
|
||||
fr: "Ajoutez à votre main ce Pokémon et toutes les cartes attachées.",
|
||||
es: "Pon este Pokémon y todas las cartas unidas a él en tu mano.",
|
||||
it: "Riprendi in mano questo Pokémon e tutte le carte a esso assegnate.",
|
||||
pt: "Coloque este Pokémon e todas as cartas ligadas a ele na sua mão.",
|
||||
de: "Nimm dieses Pokémon und alle angelegten Karten auf deine Hand."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user