1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 03:42:13 +00:00

33 lines
410 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Flashfire'
const card: Card = {
name: {
en: "Blacksmith",
fr: "Forgeron",
},
illustrator: "Masakazu Fukuda",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Attachez 2 cartes Énergie Fire de votre pile de défausse à l'un de vos Pokémon Fire.",
},
trainerType: "Supporter",
}
export default card