mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18: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:
@ -23,7 +23,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Gothorita",
|
||||
fr: "Mesmérella"
|
||||
fr: "Mesmérella",
|
||||
es: "Gothorita",
|
||||
it: "Gothorita",
|
||||
pt: "Gothorita",
|
||||
de: "Hypnomorba"
|
||||
},
|
||||
|
||||
attacks: [
|
||||
@ -33,14 +37,14 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Mind Bend",
|
||||
fr: "Contrôleur d’Esprit",
|
||||
fr: "Contrôleur d'Esprit",
|
||||
es: "Fusión Mental",
|
||||
it: "Fusione Mentale",
|
||||
pt: "Dobra Mentes",
|
||||
de: "Gedankenverbiegung"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Confused.",
|
||||
en: "Your opponent's Active Pokémon is now Confused.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Confundido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene confuso.",
|
||||
@ -64,8 +68,8 @@ const card: Card = {
|
||||
de: "Verbiegung"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 2 random cards from your opponent’s hand. Your opponent reveals those cards and shuffles them into their deck.",
|
||||
fr: "Choisissez 2 cartes au hasard dans la main de votre adversaire. Votre adversaire montre ces cartes, puis les mélange avec son deck.",
|
||||
en: "Choose 2 random cards from your opponent's hand. Your opponent reveals those cards and shuffles them into their deck.",
|
||||
fr: "Choisissez 2 cartes au hasard dans la main de votre adversaire. Votre adversaire montre ces cartes, puis les mélange avec son deck.",
|
||||
es: "Elige 2 cartas aleatorias de la mano de tu rival. Tu rival enseña esas cartas, las pone en su baraja y las baraja todas.",
|
||||
it: "Scegli due carte a caso dalla mano del tuo avversario. Il tuo avversario mostra quelle carte e le rimischia nel suo mazzo.",
|
||||
pt: "Escolha 2 cartas aleatórias da mão do seu oponente. Seu oponente revela aquelas cartas e as embaralha no próprio baralho.",
|
||||
@ -103,7 +107,7 @@ const card: Card = {
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "It has tremendous psychic power, but it dislikes conflict. It’s also able to predict the future based on the movement of the stars."
|
||||
en: "It has tremendous psychic power, but it dislikes conflict. It's also able to predict the future based on the movement of the stars."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user