1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 09:59:19 +00:00

feat: Add Astral Radiance (#305)

This commit is contained in:
2022-05-27 01:49:58 +02:00
committed by GitHub
parent a006f77bf4
commit 91865f7f02
247 changed files with 16466 additions and 0 deletions

View File

@ -0,0 +1,39 @@
import { Card } from "../../../interfaces"
import Set from "../Astral Radiance"
const card: Card = {
set: Set,
name: {
en: "Adaman",
fr: "Adamantin",
es: "Adamas",
it: "Damon",
pt: "Ádamo",
de: "Diam"
},
rarity: "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: true,
holo: true,
firstEdition: false
}
}
export default card