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

@ -21,7 +21,11 @@ const card: Card = {
evolveFrom: {
en: "Murkrow",
fr: "Cornèbre"
fr: "Cornèbre",
es: "Murkrow",
it: "Murkrow",
pt: "Murkrow",
de: "Kramurx"
},
abilities: [{
@ -37,7 +41,7 @@ const card: Card = {
},
effect: {
en: "This Pokémon cant be Asleep.",
en: "This Pokémon can't be Asleep.",
fr: "Ce Pokémon ne peut pas être Endormi.",
es: "Este Pokémon no puede pasar a estar Dormido.",
it: "Questo Pokémon non può venire addormentato.",
@ -57,8 +61,8 @@ const card: Card = {
},
effect: {
en: "If your opponents Active Pokémon has any Special Energy attached, this attack does 80 more damage.",
fr: "Si de lÉnergie spéciale est attachée au Pokémon Actif de votre adversaire, cette attaque inflige 80 dégâts supplémentaires.",
en: "If your opponent's Active Pokémon has any Special Energy attached, this attack does 80 more damage.",
fr: "Si de l'Énergie spéciale est attachée au Pokémon Actif de votre adversaire, cette attaque inflige 80 dégâts supplémentaires.",
es: "Si el Pokémon Activo de tu rival tiene alguna Energía Especial unida a él, este ataque hace 80 puntos de daño más.",
it: "Se il Pokémon attivo del tuo avversario ha delle Energie speciali assegnate, questo attacco infligge 80 danni in più.",
pt: "Se o Pokémon Ativo do seu oponente tiver alguma Energia Especial ligada a ele, este ataque causará 80 pontos de dano a mais.",
@ -96,4 +100,4 @@ const card: Card = {
}
}
export default card
export default card