mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -31,23 +31,43 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Double Draw"
|
||||
en: "Double Draw",
|
||||
fr: "Double Pioche",
|
||||
de: "Zweifachzug",
|
||||
es: "Roba Doble",
|
||||
pt: "Compra Dupla",
|
||||
it: "Pescata Doppia"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Draw 2 cards."
|
||||
en: "Draw 2 cards.",
|
||||
fr: "Piochez 2 cartes.",
|
||||
de: "Ziehe 2 Karten.",
|
||||
es: "Roba 2 cartas.",
|
||||
pt: "Compre 2 cartas.",
|
||||
it: "Pesca due carte."
|
||||
}
|
||||
}, {
|
||||
cost: ["Psychic", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Dazzle Dance"
|
||||
en: "Dazzle Dance",
|
||||
fr: "Danse Éblouissante",
|
||||
de: "Verwirrender Tanz",
|
||||
es: "Danza Deslumbrante",
|
||||
pt: "Dança Fascinante",
|
||||
it: "Accecadanza"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Confused."
|
||||
en: "Your opponent's Active Pokémon is now Confused.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Confundido.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Confuso.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene confuso."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user