1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00

28 lines
843 B
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 "../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