1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

26 lines
1.1 KiB
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 "../SVHK"
const card: Card = {
set: Set,
name: {
'zh-tw': "驅勁能量 古代",
th: "บูสต์เอนเนอร์จี้ โบราณ",
id: "Pemacu Energi Purba"
},
illustrator: "5ban Graphics",
category: "Trainer",
effect: {
'zh-tw': "附有這張卡的「古代」寶可夢的最大HP「+60」那隻寶可夢不會陷入特殊狀態並將受到的特殊狀態全部恢復。",
th: "โปเกมอน [โบราณ] ที่ติดการ์ดนี้อยู่ HP สูงสุดจะถูก [+60] โปเกมอนนั้น จะไม่เป็นสภาวะผิดปกติ และจะหายจากสภาวะผิดปกติทั้งหมดที่ได้รับมา",
id: "HP maksimal Pokémon Purba yang mengenakan kartu ini bertambah sejumlah 60, Pokémon tersebut tidak akan menjadi Kondisi Khusus, dan jika sedang mengalami Kondisi Khusus, pulihkan semua Kondisi Khusus yang dialami Pokémon tersebut."
},
trainerType: "Tool",
regulationMark: "G"
}
export default card