1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +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/063.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: "Iori Suzuki",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "自分の山札から「ヒビキのポケモン」と「基本エネルギー」を合計3枚まで選び、相手に見せて、手札に加える。そして山札を切る。",
'zh-tw': "從自己的牌庫選擇「阿響的寶可夢」與「基本【火】能量」卡合計最多3張在給對手看過後加入手牌。並且重洗牌庫。",
'zh-cn': "從自己的牌庫選擇「阿響的寶可夢」與「基本【火】能量」卡合計最多3張在給對手看過後加入手牌。並且重洗牌庫。"
},
trainerType: "Supporter",
regulationMark: "I"
}
export default card