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:
28
data-asia/SV/SV4a/169.ts
Normal file
28
data-asia/SV/SV4a/169.ts
Normal 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
|
Reference in New Issue
Block a user