1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-02 04:41:57 +00:00
Files
cards-database/data/Base/Team Rocket/decks/Grass Chopper.ts
2024-01-03 03:55:57 +01:00

15 lines
233 B
TypeScript

import { Deck } from "../../../../interfaces"
import Set from "../../Team Rocket"
const deck: Deck = {
id: "td.base4.to",
name: {
en: "Trouble"
},
set: Set,
typesFocus: ["Psychic", "Grass"],
cards: []
}
export default deck