1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

36 lines
1.1 KiB
TypeScript

import { Card } from "../../../interfaces"
import Set from "../Obsidian Flames"
const card: Card = {
set: Set,
name: {
fr: "Laïm",
en: "Ryme",
es: "Lima",
it: "Lima",
pt: "Citrina",
de: "Etta"
},
rarity: "Common",
category: "Trainer",
effect: {
fr: "Piochez 3 cartes. Envoyez le Pokémon Actif de l'adversaire sur le Banc. (Votre adversaire choisit le nouveau Pokémon Actif.)",
en: "Draw 3 cards. Switch out your opponent's Active Pokémon to the Bench. (Your opponent chooses the new Active Pokémon.)",
es: "Roba 3 cartas. Mueve el Pokémon Activo de tu rival a la Banca. (Tu rival elige el nuevo Pokémon Activo).",
it: "Pesca tre carte. Sposta il Pokémon attivo del tuo avversario nella sua panchina. Il tuo avversario sceglie il nuovo Pokémon attivo.",
pt: "Compre 3 cartas. Mande o Pokémon Ativo do seu oponente para o Banco. (O seu oponente escolhe o novo Pokémon Ativo.)",
de: "Ziehe 3 Karten. Wechsle das Aktive Pokémon deines Gegners auf seine Bank aus. (Dein Gegner wählt das neue Aktive Pokémon.)"
},
trainerType: "Supporter",
regulationMark: "G",
variants: {
holo: false
}
}
export default card