mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -41,7 +41,12 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Bug Bite"
|
||||
en: "Bug Bite",
|
||||
fr: "Piqûre",
|
||||
de: "Käferbiss",
|
||||
es: "Picadura",
|
||||
pt: "Picada",
|
||||
it: "Coleomorso"
|
||||
},
|
||||
|
||||
damage: 30
|
||||
@ -49,13 +54,23 @@ const card: Card = {
|
||||
cost: ["Grass", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Bubble Launch"
|
||||
en: "Bubble Launch",
|
||||
fr: "Bulles Lancées",
|
||||
de: "Blasenwurf",
|
||||
es: "Lanzamiento Burbuja",
|
||||
pt: "Lança-bolhas",
|
||||
it: "Lanciabolle"
|
||||
},
|
||||
|
||||
damage: 110,
|
||||
|
||||
effect: {
|
||||
en: "Move an Energy from this Pokémon to 1 of your Benched Pokémon."
|
||||
en: "Move an Energy from this Pokémon to 1 of your Benched Pokémon.",
|
||||
fr: "Déplacez une Énergie de ce Pokémon vers l'un de vos Pokémon de Banc.",
|
||||
de: "Verschiebe 1 Energie von diesem Pokémon auf 1 Pokémon auf deiner Bank.",
|
||||
es: "Mueve 1 Energía de este Pokémon a 1 de tus Pokémon en Banca.",
|
||||
pt: "Mova 1 Energia deste Pokémon para 1 dos seus Pokémon no Banco.",
|
||||
it: "Sposta un'Energia da questo Pokémon a uno di quelli nella tua panchina."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user