1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00
Florian Bouillon dc0dcff103
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-30 14:12:31 +02:00

42 lines
1.3 KiB
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from '../../../interfaces'
import Set from '../Burning Shadows'
const card: Card = {
name: {
en: "Rotom Dex—Poké Finder Mode",
fr: "Motisma-Dex Mode Poké Scope",
es: "RotomDex Modo Pokévisor",
it: "Pokédex Rotom - Modalità Pokévisore",
pt: "Pokédex Rotom - Modo Pokévisor",
de: "Rotom-Pokédex: Pokémon-Sucher-Modus"
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Regardez les 4 cartes du dessus de votre deck et replacez-les dans lordre de votre choix ou mélangez-les dans votre deck.",
en: "Look at the top 4 cards of your deck and put them back in any order or shuffle them into your deck.",
es: "Mira las 4 primeras cartas de tu baraja y vuelve a ponerlas en la parte superior de tu baraja en el orden que quieras o ponlas en tu baraja y barájalas todas.",
it: "Guarda le prime quattro carte del tuo mazzo e rimettile a posto nellordine che preferisci oppure rimischiale nel tuo mazzo.",
pt: "Olhe as 4 primeiras cartas do seu baralho e coloque-as de volta em qualquer ordem ou embaralhe-as no seu baralho.",
de: "Schau dir die obersten 4 Karten deines Decks an und lege sie in beliebiger Reihenfolge zurück auf dein Deck oder mische sie in dein Deck."
},
trainerType: "Item",
}
export default card