mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -31,17 +31,32 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Flock"
|
||||
en: "Flock",
|
||||
fr: "Nuée",
|
||||
de: "Ausschwärmen",
|
||||
es: "Multitud",
|
||||
pt: "Bando",
|
||||
it: "Frotta"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for a Caterpie and put it onto your Bench. Then, shuffle your deck."
|
||||
en: "Search your deck for a Caterpie and put it onto your Bench. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck un Chenipan, puis placez-le sur votre Banc. Mélangez ensuite votre deck.",
|
||||
de: "Durchsuche dein Deck nach 1 Raupy und lege es auf deine Bank. Mische anschließend dein Deck.",
|
||||
es: "Busca en tu baraja 1 Caterpie y ponlo en tu Banca. Después, baraja las cartas de tu baraja.",
|
||||
pt: "Procure por 1 Caterpie no seu baralho e coloque-o no seu Banco. Em seguida, embaralhe o seu baralho.",
|
||||
it: "Cerca nel tuo mazzo un Caterpie e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo."
|
||||
}
|
||||
}, {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Bug Bite"
|
||||
en: "Bug Bite",
|
||||
fr: "Piqûre",
|
||||
de: "Käferbiss",
|
||||
es: "Picadura",
|
||||
pt: "Picada",
|
||||
it: "Coleomorso"
|
||||
},
|
||||
|
||||
damage: 10
|
||||
|
Reference in New Issue
Block a user