1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 20:01:58 +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

27
data-asia/SV/SV4K/061.ts Normal file
View File

@@ -0,0 +1,27 @@
import { Card } from "../../../interfaces"
import Set from "../SV4K"
const card: Card = {
set: Set,
name: {
ja: "ブーストエナジー 古代",
'zh-tw': "驅勁能量 古代",
th: "บูสต์เอนเนอร์จี้ โบราณ"
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "このカードをつけている「古代」のポケモンは、最大HPが「+60」され、そのポケモンは、特殊状態にならず、受けている特殊状態は、すべて回復する。",
'zh-tw': "附有這張卡的「古代」寶可夢的最大HP「+60」那隻寶可夢不會陷入特殊狀態並將受到的特殊狀態全部恢復。",
th: "โปเกมอน [โบราณ] ที่ติดการ์ดนี้อยู่ HP สูงสุดจะถูก [+60] โปเกมอนนั้น จะไม่เป็นสภาวะผิดปกติ และจะหายจากสภาวะผิดปกติทั้งหมดที่ได้รับมา"
},
trainerType: "Tool",
regulationMark: "G"
}
export default card