1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39: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:
2021-10-26 10:40:03 +02:00
committed by GitHub
parent 133835ecc4
commit 2e18aa4aac
1869 changed files with 18400 additions and 6152 deletions

View File

@ -21,7 +21,7 @@ const card: Card = {
attacks: [{
name: {
fr: "Coup dŒil",
fr: "Coup d'Œil",
en: "Glance",
es: "Ojeada",
it: "Occhiatina",
@ -31,7 +31,7 @@ const card: Card = {
effect: {
fr: "Regardez la carte du dessus du deck de votre adversaire.",
en: "Look at the top card of your opponents deck.",
en: "Look at the top card of your opponent's deck.",
es: "Mira la primera carta de la baraja de tu rival.",
it: "Guarda la prima carta del mazzo del tuo avversario.",
pt: "Olhe a carta de cima do baralho do seu oponente.",
@ -50,7 +50,7 @@ const card: Card = {
},
effect: {
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts pour chaque côté face.",
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts pour chaque côté face.",
en: "Flip 2 coins. This attack does 20 damage for each heads.",
es: "Lanza 2 monedas. Este ataque hace 20 puntos de daño por cada cara.",
it: "Lancia due volte una moneta. Questo attacco infligge 20 danni ogni volta che esce testa.",
@ -76,4 +76,4 @@ const card: Card = {
}
}
export default card
export default card