1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 18:29: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,32 @@
import { Card } from "../../../interfaces"
import Set from "../Prismatic Evolutions"
const card: Card = {
set: Set,
name: {
en: "Friends in Paldea",
fr: "Amis de Paldea",
es: "Amigos de Paldea",
pt: "Amigos em Paldea",
it: "Amici a Paldea",
de: "Freunde aus Paldea"
},
rarity: "Common",
category: "Trainer",
effect: {
en: "Draw 3 cards.",
fr: "Piochez 3 cartes.",
es: "Roba 3 cartas.",
pt: "Compre 3 cartas.",
it: "Pesca tre carte.",
de: "Ziehe 3 Karten."
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card