mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-04 13:21:58 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@@ -41,23 +41,43 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Icy Wind"
|
||||
en: "Icy Wind",
|
||||
fr: "Vent Glace",
|
||||
de: "Eissturm",
|
||||
es: "Viento Hielo",
|
||||
pt: "Vento Congelante",
|
||||
it: "Ventogelato"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Asleep."
|
||||
en: "Your opponent's Active Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
|
||||
de: "Das Aktive Pokémon deines Gegners schläft jetzt.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Dormido.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Adormecido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene addormentato."
|
||||
}
|
||||
}, {
|
||||
cost: ["Water", "Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Blizzard Loop"
|
||||
en: "Blizzard Loop",
|
||||
fr: "Boucle Blizzard",
|
||||
de: "Blizzardschleife",
|
||||
es: "Bucle Ventisca",
|
||||
pt: "Nevasca em Loop",
|
||||
it: "Circuito Bora"
|
||||
},
|
||||
|
||||
damage: 160,
|
||||
|
||||
effect: {
|
||||
en: "Put all Energy attached to this Pokémon into your hand."
|
||||
en: "Put all Energy attached to this Pokémon into your hand.",
|
||||
fr: "Ajoutez à votre main toutes les Énergies attachées à ce Pokémon.",
|
||||
de: "Nimm alle an dieses Pokémon angelegten Energien auf deine Hand.",
|
||||
es: "Pon todas las Energías unidas a este Pokémon en tu mano.",
|
||||
pt: "Coloque todas as Energias ligadas a este Pokémon na sua mão.",
|
||||
it: "Prendi tutte le Energie assegnate a questo Pokémon e aggiungile alle carte che hai in mano."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user