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:
@ -31,17 +31,32 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Warm Up"
|
||||
en: "Warm Up",
|
||||
fr: "Étirement",
|
||||
de: "Aufwärmung",
|
||||
es: "Calentar",
|
||||
pt: "Aquecer",
|
||||
it: "Riscaldamento"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for a Fire Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck."
|
||||
en: "Search your deck for a {R} Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck une carte Énergie {R}, puis attachez-la à l'un de vos Pokémon. Mélangez ensuite votre deck.",
|
||||
de: "Durchsuche dein Deck nach 1 {R}-Energiekarte und lege sie an 1 deiner Pokémon an. Mische anschließend dein Deck.",
|
||||
es: "Busca en tu baraja 1 carta de Energía {R} y únela a 1 de tus Pokémon. Después, baraja las cartas de tu baraja.",
|
||||
pt: "Procure por 1 carta de Energia {R} no seu baralho e ligue-a a 1 dos seus Pokémon. Em seguida, embaralhe o seu baralho.",
|
||||
it: "Cerca nel tuo mazzo una carta Energia {R} e assegnala a uno dei tuoi Pokémon. Poi rimischia le carte del tuo mazzo."
|
||||
}
|
||||
}, {
|
||||
cost: ["Fire", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Combustion"
|
||||
en: "Combustion",
|
||||
fr: "Fournaise",
|
||||
de: "Glühen",
|
||||
es: "Combustión",
|
||||
pt: "Combustão",
|
||||
it: "Fuoco Continuo"
|
||||
},
|
||||
|
||||
damage: 30
|
||||
|
Reference in New Issue
Block a user