mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
29
cards/xy/xy9/98a.ts
Normal file
29
cards/xy/xy9/98a.ts
Normal file
@ -0,0 +1,29 @@
|
||||
import Card from "../../../interfaces/Card";
|
||||
import Tag from "../../../interfaces/Tag";
|
||||
import Category from "../../../interfaces/Category";
|
||||
import Rarity from "../../../interfaces/Rarity";
|
||||
import xy9 from "../../../sets/xy/xy9"
|
||||
const card: Card = {
|
||||
id: "xy9-98a",
|
||||
localId: "98a",
|
||||
|
||||
name: {
|
||||
en: "Delinquent",
|
||||
},
|
||||
|
||||
tags: [
|
||||
Tag.SUPPORTER
|
||||
],
|
||||
|
||||
effect: {
|
||||
en: "Discard any Stadium card in play. If you do, your opponent discards 3 cards from his or her hand."
|
||||
},
|
||||
|
||||
illustrator: "Megumi Mizutani",
|
||||
|
||||
rarity: Rarity.Uncommon,
|
||||
|
||||
category: Category.TRAINER,
|
||||
|
||||
set: xy9
|
||||
}
|
Reference in New Issue
Block a user