mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
Sword & Shield Fixes (#84)
* some fixes Signed-off-by: Avior <github@avior.me> * Some more changes Signed-off-by: Avior <github@avior.me> * u Signed-off-by: Avior <github@avior.me> * continuing update Signed-off-by: Avior <github@avior.me> * Finished ? Signed-off-by: Avior <github@avior.me> * Removed files that were not meant to be * Remoed even more files
This commit is contained in:
@ -18,7 +18,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Voltorb",
|
||||
fr: "Voltorbe"
|
||||
fr: "Voltorbe",
|
||||
es: "Voltorb",
|
||||
it: "Voltorb",
|
||||
pt: "Voltorb",
|
||||
de: "Voltobal"
|
||||
},
|
||||
|
||||
attacks: [
|
||||
@ -28,7 +32,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Orb Collector",
|
||||
fr: "Collectionneur d’Orbes",
|
||||
fr: "Collectionneur d'Orbes",
|
||||
es: "Coleccionista de Orbes",
|
||||
it: "Collezionista di Sfere",
|
||||
pt: "Colecionador de Esferas",
|
||||
@ -36,7 +40,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for up to 3 Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck jusqu’à 3 cartes Énergie, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 3 cartes Énergie, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja hasta 3 cartas de Energía, enséñalas y ponlas en tu mano. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo fino a tre carte Energia, mostrale e aggiungile alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure por até 3 cartas de Energia no seu baralho, revele-as e coloque-as na sua mão. Em seguida, embaralhe o seu baralho.",
|
||||
|
Reference in New Issue
Block a user