1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-30 23:02:09 +00:00

33 lines
447 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Platinum'
const card: Card = {
name: {
en: "Galactic HQ",
fr: "QG Galaxie",
},
illustrator: "Ryota Saito",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Lorsqu'1 des joueurs joue un Pokémon de sa main pour faire évoluer son Pokémon, placez 2 marqueurs de dégât sur ce Pokémon.",
},
trainerType: "Stadium",
}
export default card