1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-30 03:29:51 +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/094.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: "自分の山札を上から7枚見て、その中からポケモンと「基本エネルギー」を合計2枚まで選び、相手に見せて、手札に加える。残りのカードは山札にもどして切る。",
'zh-tw': "查看自己的牌庫上方7張卡從其中選擇【草】寶可夢卡與「基本【草】能量」卡合計最多2張在給對手看過後加入手牌。將剩餘卡放回牌庫並重洗。"
},
trainerType: "Item",
regulationMark: "H"
}
export default card