mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -31,11 +31,21 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
name: {
|
||||
en: "Find Ice"
|
||||
en: "Find Ice",
|
||||
fr: "Chercheur de Glace",
|
||||
de: "Eis finden",
|
||||
es: "Encontrar Hielo",
|
||||
pt: "Encontrar Gelo",
|
||||
it: "Trovaghiaccio"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck."
|
||||
en: "Search your deck for up to 2 {W} Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie {W}, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
|
||||
de: "Durchsuche dein Deck nach bis zu 2 {W}-Energiekarten, zeige sie deinem Gegner und nimm sie auf deine Hand. Mische anschließend dein Deck.",
|
||||
es: "Busca en tu baraja hasta 2 cartas de Energía {W}, enséñalas y ponlas en tu mano. Después, baraja las cartas de tu baraja.",
|
||||
pt: "Procure por até 2 cartas de Energia {W} no seu baralho, revele-as e coloque-as na sua mão. Em seguida, embaralhe o seu baralho.",
|
||||
it: "Cerca nel tuo mazzo fino a due carte Energia {W}, mostrale e aggiungile alle carte che hai in mano. Poi rimischia le carte del tuo mazzo."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user