mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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: "Celebi",
|
||||
en: "Celebi"
|
||||
en: "Celebi",
|
||||
es: "Celebi",
|
||||
it: "Celebi",
|
||||
pt: "Celebi",
|
||||
de: "Celebi"
|
||||
},
|
||||
|
||||
illustrator: "Yuu Nishida",
|
||||
@ -20,19 +24,31 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Promenade Sylvestre",
|
||||
en: "Woodland Stroll"
|
||||
en: "Woodland Stroll",
|
||||
es: "Paseo por el Bosque",
|
||||
it: "Passeggiata nel Bosco",
|
||||
pt: "Passeio no Bosque",
|
||||
de: "Waldspaziergang"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Une fois pendant votre tour, si ce Pokémon est sur le Poste Actif, vous pouvez regarder les 6 cartes du dessus de votre deck, montrer une carte Énergie que vous y trouvez, puis l’ajouter à votre main. Mélangez les autres cartes avec votre deck.",
|
||||
en: "Once during your turn, if this Pokémon is in the Active Spot, you may look at the top 6 cards of your deck, reveal an Energy card you find there, and put it into your hand. Shuffle the other cards back into your deck."
|
||||
en: "Once during your turn, if this Pokémon is in the Active Spot, you may look at the top 6 cards of your deck, reveal an Energy card you find there, and put it into your hand. Shuffle the other cards back into your deck.",
|
||||
es: "Una vez durante tu turno, si este Pokémon está en el Puesto Activo, puedes mirar las 6 primeras cartas de tu baraja, enseñar 1 carta de Energía que encuentres entre ellau y ponerla en tu mano. Pon el resto de las cartas de nuevo en tu baraja y barájalas todas.",
|
||||
it: "Una sola volta durante il tuo turno, se questo Pokémon è in posizione attiva, puoi guardare le prime sei carte del tuo mazzo, mostrare una carta Energia presente tra esse e aggiungerla alle carte che hai in mano. Poi rimischia le altre carte nel tuo mazzo.",
|
||||
pt: "Uma vez durante o seu turno, se este Pokémon estiver no Campo Ativo, você poderá olhar as 6 cartas de cima do seu baralho, revelar 1 carta de Energia que encontrar lá e colocá-la na sua mão. Embaralhe as demais cartas de volta no seu baralho.",
|
||||
de: "Einmal während deines Zuges, wenn dieses Pokémon in der Aktiven Position ist, kannst du dir die obersten 6 Karten deines Decks anschauen, 1 Energiekarte, die du dort findest, deinem Gegner zeigen und auf deine Hand nehmen. Mische die anderen Karten zurück in dein Deck."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Enjambée de Feuillage",
|
||||
en: "Leaf Step"
|
||||
en: "Leaf Step",
|
||||
es: "Paso Hoja",
|
||||
it: "Passofoglia",
|
||||
pt: "Passo de Folha",
|
||||
de: "Blattschritt"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
Reference in New Issue
Block a user