mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -41,11 +41,21 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Dynamotor"
|
||||
en: "Dynamotor",
|
||||
fr: "Dynamoteur",
|
||||
de: "Dynamotor",
|
||||
es: "Dinamotor",
|
||||
pt: "Dinamotor",
|
||||
it: "Dinamotore"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may attach a Lightning Energy card from your discard pile to 1 of your Benched Pokémon."
|
||||
en: "Once during your turn (before your attack), you may attach a {L} Energy card from your discard pile to 1 of your Benched Pokémon.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez attacher une carte Énergie {L} de votre pile de défausse à 1 de vos Pokémon de Banc.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du 1 {L}-Energiekarte von deinem Ablagestapel an 1 Pokémon auf deiner Bank anlegen.",
|
||||
es: "Una vez durante tu turno (antes de tu ataque), puedes unir una carta de Energía {L} de tu pila de descartes a 1 de tus Pokémon en Banca.",
|
||||
pt: "Uma vez na sua vez de jogar (antes de atacar), você poderá ligar um card de Energia {L} da sua pilha de descarte a 1 dos seus Pokémon no Banco.",
|
||||
it: "Una sola volta durante il tuo turno, prima di attaccare, puoi assegnare a uno dei tuoi Pokémon in panchina una carta Energia {L} dalla tua pila degli scarti."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -53,7 +63,12 @@ const card: Card = {
|
||||
cost: ["Lightning", "Lightning", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Electro Ball"
|
||||
en: "Electro Ball",
|
||||
fr: "Boule Élek",
|
||||
de: "Elektroball",
|
||||
es: "Bola Voltio",
|
||||
pt: "Bola Elétrica",
|
||||
it: "Energisfera"
|
||||
},
|
||||
|
||||
damage: 50
|
||||
|
Reference in New Issue
Block a user