mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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:
@ -28,8 +28,8 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
fr: "Radar d’Insecte",
|
||||
en: "Bug’s Radar",
|
||||
fr: "Radar d'Insecte",
|
||||
en: "Bug's Radar",
|
||||
es: "Radar de Bichos",
|
||||
it: "Coleoradar",
|
||||
pt: "Radar de Inseto",
|
||||
@ -37,10 +37,10 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Une fois pendant votre tour, vous pouvez regarder les 3 cartes du dessus du deck de votre adversaire, puis les replacer dans l’ordre désiré.",
|
||||
en: "Once during your turn, you may look at the top 3 cards of your opponent’s deck and put them back in any order.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez regarder les 3 cartes du dessus du deck de votre adversaire, puis les replacer dans l'ordre désiré.",
|
||||
en: "Once during your turn, you may look at the top 3 cards of your opponent's deck and put them back in any order.",
|
||||
es: "Una vez durante tu turno, puedes mirar las 3 primeras cartas de la baraja de tu rival y volver a ponerlas en la parte superior de su baraja en el orden que quieras.",
|
||||
it: "Una sola volta durante il tuo turno, puoi guardare le prime tre carte del mazzo del tuo avversario e rimetterle a posto nell’ordine che preferisci.",
|
||||
it: "Una sola volta durante il tuo turno, puoi guardare le prime tre carte del mazzo del tuo avversario e rimetterle a posto nell'ordine che preferisci.",
|
||||
pt: "Uma vez durante o seu turno, você poderá olhar as 3 cartas de cima do baralho do seu oponente e colocá-las de volta em qualquer ordem.",
|
||||
de: "Einmal während deines Zuges kannst du dir die obersten 3 Karten des Decks deines Gegners anschauen und sie in beliebiger Reihenfolge zurücklegen."
|
||||
}
|
||||
@ -57,7 +57,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie Psychic attachée à ce Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie Psychic attachée à ce Pokémon.",
|
||||
en: "This attack does 30 more damage for each Psychic Energy attached to this Pokémon.",
|
||||
es: "Este ataque hace 30 puntos de daño más por cada Energía Psychic unida a este Pokémon.",
|
||||
it: "Questo attacco infligge 30 danni in più per ogni Energia Psychic assegnata a questo Pokémon.",
|
||||
@ -79,8 +79,8 @@ const card: Card = {
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "It emits psychic energy to observe and study what’s around it—and what’s around it can include things over six miles away."
|
||||
en: "It emits psychic energy to observe and study what's around it—and what's around it can include things over six miles away."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user