1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00

38 lines
1.6 KiB
TypeScript

import { Card } from "../../../interfaces"
import Set from "../Crown Zenith"
const card: Card = {
set: Set,
name: {
en: "Adaman",
fr: "Adamantin",
es: "Adamas",
it: "Damon",
pt: "Ádamo",
de: "Diam"
},
rarity: "Ultra Rare",
category: "Trainer",
effect: {
en: "You can use this card only if you discard 2 Metal Energy cards from your hand.\nSearch your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.",
fr: "Vous ne pouvez utiliser cette carte que si vous défaussez 2 cartes Énergie Metal de votre main.\nCherchez dans votre deck jusqu'à 2 cartes et ajoutez-les à votre main. Mélangez ensuite votre deck.",
es: "Puedes usar esta carta solo si descartas 2 cartas de Energía Metal de tu mano.\nBusca en tu baraja hasta 2 cartas y ponlas en tu mano. Después, baraja las cartas de tu baraja.",
it: "Puoi usare questa carta solo se scarti due carte Energia Metal che hai in mano.\nCerca nel tuo mazzo fino a due carte e aggiungile a quelle che hai in mano. Poi rimischia le carte del tuo mazzo.",
pt: "Você só pode usar esta carta se descartar 2 cartas de Energia Metal da sua mão.\nProcure por até 2 cartas no seu baralho e coloque-as na sua mão. Em seguida, embaralhe o seu baralho.",
de: "Du kannst diese Karte nur verwenden, wenn du 2 Metal-Energiekarten aus deiner Hand auf deinen Ablagestapel legst.\nDurchsuche dein Deck nach bis zu 2 Karten und nimm sie auf deine Hand. Mische anschließend dein Deck."
},
trainerType: "Supporter",
regulationMark: "F",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card