1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49:18 +00:00

feat: Add support for Asians Pokémon Cards (#481)

This commit is contained in:
2024-06-07 12:53:08 +02:00
committed by GitHub
parent a35fadd50c
commit a26ef0e5eb
8069 changed files with 379200 additions and 423 deletions

30
data-asia/SV/SV6/091.ts Normal file
View File

@ -0,0 +1,30 @@
import { Card } from "../../../interfaces"
import Set from "../SV6"
const card: Card = {
set: Set,
name: {
ja: "おはやし笛",
'zh-tw': "配樂之笛"
},
category: "Trainer",
rarity: "Uncommon",
description: {
},
illustrator: "AYUMI ODASHIMA",
effect: {
ja: "相手の山札を上から5枚オモテにして、その中からたねポケモンを好きなだけ選び、相手のベンチに出す。残りのカードは山札にもどして切る。",
'zh-tw': "將對手的牌庫上方5張卡翻到正面從其中選擇任意數量的【基礎】寶可夢卡放置於對手的備戰區。將剩餘卡放回牌庫並重洗。"
},
trainerType: "Item",
regulationMark: "H"
}
export default card