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:
@ -6,7 +6,7 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Shadow Rider Calyrex V",
|
||||
fr: "Sylveroy Cavalier d’Effroi V",
|
||||
fr: "Sylveroy Cavalier d'Effroi V",
|
||||
es: "Calyrex Jinete Espectral V",
|
||||
it: "Calyrex Cavaliere Spettrale V",
|
||||
pt: "Calyrex Cavaleiro Espectral V",
|
||||
@ -22,7 +22,7 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Shadow Mist",
|
||||
fr: "Brume d’Effroi",
|
||||
fr: "Brume d'Effroi",
|
||||
es: "Neblina Espectral",
|
||||
it: "Nebbiombra",
|
||||
pt: "Névoa das Sombras",
|
||||
@ -30,7 +30,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, they can’t 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.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, il ne peut pas jouer de cartes Énergie spéciale ou Stade de sa main.",
|
||||
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.",
|
||||
@ -51,8 +51,8 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Choose 2 of your opponent’s 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.",
|
||||
fr: "Choisissez 2 des Pokémon de votre adversaire, puis placez 5 marqueurs de dégâts sur chacun d'eux.",
|
||||
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
|
||||
|
Reference in New Issue
Block a user