1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +00:00
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-21 23:48:05 +01:00
parent d7b2fdaca4
commit cf25058e55
5947 changed files with 21348 additions and 27235 deletions

29
cards/xy/xy9/98a.ts Normal file
View 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
}