mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add SV9 (#674)
This commit is contained in:
27
data-asia/SV/SV9/091.ts
Normal file
27
data-asia/SV/SV9/091.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV9"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "ホップのバッグ",
|
||||
'zh-tw': "赫普的包包",
|
||||
'zh-cn': "赫普的包包"
|
||||
},
|
||||
|
||||
illustrator: "AYUMI ODASHIMA",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
ja: "自分の山札からたねポケモンの「ホップのポケモン」を2枚まで選び、ベンチに出す。そして山札を切る。",
|
||||
'zh-tw': "從自己的牌庫選擇最多2張【基礎】寶可夢的「赫普的寶可夢」,放置於備戰區。並且重洗牌庫。",
|
||||
'zh-cn': "從自己的牌庫選擇最多2張【基礎】寶可夢的「赫普的寶可夢」,放置於備戰區。並且重洗牌庫。"
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "I"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user