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

@ -5,7 +5,7 @@ const card: Card = {
set: Set,
name: {
fr: "Sylveroy Cavalier dEffroi V",
fr: "Sylveroy Cavalier d'Effroi V",
en: "Shadow Rider Calyrex V",
es: "Calyrex Jinete Espectral V",
it: "Calyrex Cavaliere Spettrale V",
@ -21,7 +21,7 @@ const card: Card = {
attacks: [{
name: {
fr: "Brume dEffroi",
fr: "Brume d'Effroi",
en: "Shadow Mist",
es: "Neblina Espectral",
it: "Nebbiombra",
@ -31,7 +31,7 @@ const card: Card = {
effect: {
fr: "Pendant le prochain tour de votre adversaire, il ne peut pas jouer de cartes Énergie spéciale ou Stade de sa main.",
en: "During your opponents next turn, they cant play any Special Energy or Stadium cards from their hand.",
en: "During your opponent's next turn, they can't play any Special Energy or Stadium cards from their hand.",
es: "Durante el próximo turno de tu rival, este no puede jugar ninguna carta de Energía Especial o de Estadio de su mano.",
it: "Durante il prossimo turno del tuo avversario, questi non può giocare le carte Energia speciale o Stadio che ha in mano.",
pt: "Durante o próximo turno do seu oponente, ele(a) não poderá jogar nenhuma carta de Energia Especial ou de Estádio da própria mão.",
@ -51,8 +51,8 @@ const card: Card = {
},
effect: {
fr: "Choisissez 2 des Pokémon de votre adversaire, puis placez 5 marqueurs de dégâts sur chacun deux.",
en: "Choose 2 of your opponents Pokémon and put 5 damage counters on each of them.",
fr: "Choisissez 2 des Pokémon de votre adversaire, puis placez 5 marqueurs de dégâts sur chacun d'eux.",
en: "Choose 2 of your opponent's Pokémon and put 5 damage counters on each of them.",
es: "Elige 2 de los Pokémon de tu rival y pon 5 contadores de daño en cada uno de ellos.",
it: "Scegli due dei Pokémon del tuo avversario e metti cinque segnalini danno su ciascuno di essi.",
pt: "Escolha 2 dos Pokémon do seu oponente e coloque 5 contadores de dano em cada um deles.",
@ -86,4 +86,4 @@ const card: Card = {
suffix: "V"
}
export default card
export default card