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:
@ -21,7 +21,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Espurr",
|
||||
fr: "Psystigri"
|
||||
fr: "Psystigri",
|
||||
es: "Espurr",
|
||||
it: "Espurr",
|
||||
pt: "Espurr",
|
||||
de: "Psiau"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
@ -29,7 +33,7 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Ear Moves",
|
||||
fr: "Mouvements d’Oreilles",
|
||||
fr: "Mouvements d'Oreilles",
|
||||
es: "Movimiento de Orejas",
|
||||
it: "Scuotiorecchie",
|
||||
pt: "Movimentos de Orelha",
|
||||
@ -37,8 +41,8 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may move 1 damage counter from 1 of your Pokémon to 1 of your opponent’s Pokémon.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez déplacer un marqueur de dégâts de l’un de vos Pokémon vers l’un des Pokémon de votre adversaire.",
|
||||
en: "Once during your turn, you may move 1 damage counter from 1 of your Pokémon to 1 of your opponent's Pokémon.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez déplacer un marqueur de dégâts de l'un de vos Pokémon vers l'un des Pokémon de votre adversaire.",
|
||||
es: "Una vez durante tu turno, puedes mover 1 contador de daño de 1 de tus Pokémon a 1 de los Pokémon de tu rival.",
|
||||
it: "Una sola volta durante il tuo turno, puoi spostare un segnalino danno da uno dei tuoi Pokémon a un Pokémon del tuo avversario.",
|
||||
pt: "Uma vez durante o seu turno, você poderá mover 1 contador de dano de 1 dos seus Pokémon para 1 dos Pokémon do seu oponente.",
|
||||
@ -83,8 +87,8 @@ const card: Card = {
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "The defensive instinct of the males is strong. It’s when they’re protecting themselves or their partners that they unleash their full power."
|
||||
en: "The defensive instinct of the males is strong. It's when they're protecting themselves or their partners that they unleash their full power."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user