1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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

29
data-asia/SV/SV2a/157.ts Normal file
View File

@ -0,0 +1,29 @@
import { Card } from "../../../interfaces"
import Set from "../SV2a"
const card: Card = {
set: Set,
name: {
ja: "安全ゴーグル",
'zh-tw': "安全護目鏡",
th: "แว่นนิรภัย",
id: "Kacamata Keselamatan"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "このカードをつけているたねポケモンの弱点は、すべてなくなる。",
'zh-tw': "附有這張卡的【基礎】寶可夢的弱點全部消除。",
th: "จุดอ่อนของโปเกมอน[พื้นฐาน]ที่ติดการ์ดนี้อยู่ ทั้งหมดจะหายไป",
id: "Pokémon Basic yang mengenakan kartu ini menjadi tidak memiliki Kelemahan."
},
trainerType: "Tool",
regulationMark: "G"
}
export default card