1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-26 12:52:13 +00:00

22 lines
534 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV8"
const card: Card = {
set: Set,
name: {
ja: "希望のアミュレット"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
ja: "このカードをつけているポケモンが、相手のポケモンからワザのダメージを受けてきぜつしたとき、自分の山札から好きなカードを3枚まで選び、手札に加える。そして山札を切る。"
},
trainerType: "Tool",
rarity: "None"
}
export default card