1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-02 04:41:57 +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

27
data-asia/SV/SV5a/060.ts Normal file
View File

@@ -0,0 +1,27 @@
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