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

28
data-asia/SV/SV4a/169.ts Normal file
View File

@ -0,0 +1,28 @@
import { Card } from "../../../interfaces"
import Set from "../SV4a"
const card: Card = {
set: Set,
name: {
ja: "勇気のおまもり",
'zh-tw': "勇氣護符",
th: "เครื่องรางแห่งความกล้า",
id: "Jimat Keberanian[Pokémon Tool]"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
ja: "このカードをつけているたねポケモンの最大HPは「50」される。",
'zh-tw': "附有這張卡的【基礎】寶可夢的最大HP「+50」。",
th: "HP สูงสุดของโปเกมอน[พื้นฐาน]ที่ติดการ์ดนี้อยู่จะถูก [+50]",
id: "HP maksimal Pokémon Basic yang mengenakan kartu ini bertambah sejumlah 50."
},
trainerType: "Tool",
regulationMark: "G"
}
export default card