1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-10 07:09:54 +00:00

22 lines
357 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../Extradimensional Crisis"
const card: Card = {
set: Set,
name: {
en: "Gladion"
},
illustrator: "hncl",
rarity: "Two Star",
category: "Trainer",
effect: {
en: "Put 1 random Type: Null or Silvally from your deck into your hand."
},
trainerType: "Supporter"
}
export default card