mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-04 05:11:58 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@@ -31,11 +31,21 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Blue Assist"
|
||||
en: "Blue Assist",
|
||||
fr: "Assistance Bleue",
|
||||
de: "Blauer Zuschuss",
|
||||
es: "Asistencia Azul",
|
||||
pt: "Assistência Anil",
|
||||
it: "Assistente Blu"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may attach a Psychic Energy card from your hand to 1 of your Latias."
|
||||
en: "Once during your turn, you may attach a {P} Energy card from your hand to 1 of your Latias.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez attacher une carte Énergie {P} de votre main à l'un de vos Latias.",
|
||||
de: "Einmal während deines Zuges kannst du 1 {P}-Energiekarte aus deiner Hand an 1 deiner Latias anlegen.",
|
||||
es: "Una vez durante tu turno, puedes unir 1 carta de Energía {P} de tu mano a 1 de tus Latias.",
|
||||
pt: "Uma vez durante o seu turno, você poderá ligar 1 carta de Energia {P} da sua mão a 1 dos seus Latias.",
|
||||
it: "Una sola volta durante il tuo turno, puoi assegnare a uno dei tuoi Latias una carta Energia {P} dalla tua mano."
|
||||
}
|
||||
}],
|
||||
|
||||
@@ -43,13 +53,23 @@ const card: Card = {
|
||||
cost: ["Water", "Water", "Psychic", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Luster Purge"
|
||||
en: "Luster Purge",
|
||||
fr: "Lumi-Éclat",
|
||||
de: "Scheinwerfer",
|
||||
es: "Resplandor",
|
||||
pt: "Purga de Esplendor",
|
||||
it: "Abbagliante"
|
||||
},
|
||||
|
||||
damage: 210,
|
||||
|
||||
effect: {
|
||||
en: "Discard 2 Energy from this Pokémon."
|
||||
en: "Discard 2 Energy from this Pokémon.",
|
||||
fr: "Défaussez 2 Énergies de ce Pokémon.",
|
||||
de: "Lege 2 Energien von diesem Pokémon auf deinen Ablagestapel.",
|
||||
es: "Descarta 2 Energías de este Pokémon.",
|
||||
pt: "Descarte 2 Energias deste Pokémon.",
|
||||
it: "Scarta due Energie da questo Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user