1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-04 08:32:10 +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.4 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

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 '../Lost Thunder'
const card: Card = {
name: {
en: "Faba",
fr: "Saubohne",
es: "Fabio",
it: "Vicio",
pt: "Fábio",
de: "Fabian"
},
illustrator: "take",
rarity: "Ultra Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Choisissez une carte Outil Pokémon ou une carte Énergie spéciale attachée à lun des Pokémon de votre adversaire, ou une carte Stade en jeu, et placez-la dans la Zone Perdue.",
en: "Choose a Pokémon Tool or Special Energy card attached to 1 of your opponents Pokémon, or any Stadium card in play, and put it in the Lost Zone.",
es: "Elige 1 carta de Herramienta Pokémon o 1 carta de Energía Especial unida a 1 de los Pokémon de tu rival, o cualquier carta de Estadio en juego, y ponla en la Zona Perdida.",
it: "Scegli una carta Oggetto Pokémon o Energia speciale assegnata a uno dei Pokémon del tuo avversario o una carta Stadio in gioco e mettila nellarea perduta.",
pt: "Escolha 1 carta de Ferramenta Pokémon ou Energia Especial ligada a 1 dos Pokémon do seu oponente, ou qualquer carta de Estádio em jogo, e coloque-a na Zona Perdida.",
de: "Wähle 1 Pokémon-Ausrüstung oder Spezial-Energiekarte, die an 1 Pokémon deines Gegners angelegt ist, oder 1 beliebige Stadionkarte im Spiel und lege sie ins Nirgendwo."
},
trainerType: "Supporter",
}
export default card