1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +00:00

feat: Add SV9a (#672)

This commit is contained in:
2025-05-24 20:35:21 +02:00
committed by GitHub
parent 90d12fc9b6
commit db5863caee
93 changed files with 5333 additions and 0 deletions

27
data-asia/SV/SV9a/062.ts Normal file
View File

@ -0,0 +1,27 @@
import { Card } from "../../../interfaces"
import Set from "../SV9a"
const card: Card = {
set: Set,
name: {
ja: "ジャッジマン",
'zh-tw': "裁判",
'zh-cn': "裁判"
},
illustrator: "kantaro",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "おたがいのプレイヤーは、それぞれ手札をすべて山札にもどして切る。その後、それぞれ山札を4枚引く。",
'zh-tw': "雙方玩家各自將手牌全部放回牌庫並重洗。然後各從牌庫抽出4張。",
'zh-cn': "雙方玩家各自將手牌全部放回牌庫並重洗。然後各從牌庫抽出4張。"
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card