1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

27 lines
1.1 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from "../../../interfaces"
import Set from "../SV5a"
const card: Card = {
set: Set,
name: {
ja: "ラッキーメット",
'zh-tw': "幸運頭盔",
th: "หมวกนิรภัยนำโชค"
},
illustrator: "Studio Bora Inc.",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "このカードをつけているポケモンが、バトル場で相手のポケモンからワザのダメージを受けたとき、自分の山札を2枚引く。",
'zh-tw': "附有這張卡的寶可夢在戰鬥場受到對手的寶可夢招式的傷害時從自己的牌庫抽出2張卡。",
th: "เมื่อโปเกมอนที่ติดการ์ดนี้ อยู่บนตำแหน่งต่อสู้และได้รับแดเมจของท่าต่อสู้จากโปเกมอนฝ่ายตรงข้าม จั่วการ์ด 2 ใบจากสำรับการ์ดฝ่ายเรา"
},
trainerType: "Tool",
regulationMark: "H"
}
export default card