1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-07 18:49: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

@ -38,7 +38,7 @@ const card: Card = {
},
effect: {
en: "Draw 2 cards.",
fr: "Piochez 2 cartes.",
fr: "Piochez 2 cartes.",
es: "Roba 2 cartas.",
it: "Pesca due carte.",
pt: "Compre 2 cartas.",
@ -60,7 +60,7 @@ const card: Card = {
},
effect: {
en: "This attack does 10 damage for each damage counter on this Pokémon.",
fr: "Cette attaque inflige 10 dégâts pour chaque marqueur de dégâts sur ce Pokémon.",
fr: "Cette attaque inflige 10 dégâts pour chaque marqueur de dégâts sur ce Pokémon.",
es: "Este ataque hace 10 puntos de daño por cada contador de daño en este Pokémon.",
it: "Questo attacco infligge 10 danni per ogni segnalino danno presente su questo Pokémon.",
pt: "Este ataque causa 10 pontos de dano para cada contador de dano neste Pokémon.",
@ -89,8 +89,10 @@ const card: Card = {
},
description: {
en: "If a tree branch shakes when there is no wind, its a Sudowoodo, not a tree. It hides from the rain."
}
en: "If a tree branch shakes when there is no wind, it's a Sudowoodo, not a tree. It hides from the rain."
},
dexId: [185]
}
export default card