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

feat: Add Prismatic Evolutions (#637)

This commit is contained in:
2025-01-18 01:56:17 +01:00
committed by GitHub
parent 33232f1b65
commit a33629e883
184 changed files with 10120 additions and 9 deletions

View File

@ -0,0 +1,36 @@
import { Card } from "../../../interfaces"
import Set from "../Prismatic Evolutions"
const card: Card = {
set: Set,
name: {
en: "Crispin",
fr: "Rubépin",
es: "Denis",
pt: "Plínio",
it: "Piros",
de: "Matt"
},
rarity: "Special illustration rare",
category: "Trainer",
effect: {
en: "Search your deck for up to 2 Basic Energy cards of different types, reveal them, and put 1 of them into your hand. Attach the other to 1 of your Pokémon. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie de base de types différents, montrez-les, puis ajoutez l'une d'elles à votre main. Attachez l'autre à l'un de vos Pokémon. Mélangez ensuite votre deck.",
es: "Busca en tu baraja hasta 2 cartas de Energía Básica de diferentes tipos, enséñalas y pon 1 de ellas en tu mano. Une la otra a uno de tus Pokémon. Después, baraja las cartas de tu baraja.",
pt: "Procure por até 2 cartas de Energia Básica de tipos diferentes no seu baralho, revele-as e coloque 1 delas na sua mão. Ligue a outra a 1 dos seus Pokémon. Em seguida, embaralhe o seu baralho.",
it: "Cerca nel tuo mazzo fino a due carte Energia base di tipo diverso, mostrale e aggiungine una alle carte che hai in mano. Assegna l'altra a uno dei tuoi Pokémon. Poi rimischia le carte del tuo mazzo.",
de: "Durchsuche dein Deck nach bis zu 2 Basis-Energiekarten verschiedenen Typs, zeige sie deinem Gegner und nimm 1 von ihnen auf deine Hand. Lege die andere an 1 deiner Pokémon an. Mische anschließend dein Deck."
},
trainerType: "Supporter",
regulationMark: "H",
variants: {
holo: true,
normal: false
}
}
export default card