mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add SV8a (#673)
This commit is contained in:
31
data-asia/SV/SV8a/177.ts
Normal file
31
data-asia/SV/SV8a/177.ts
Normal file
@ -0,0 +1,31 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV8a"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "ベルのまごころ",
|
||||
id: "Kemurnian Hati Bianca",
|
||||
th: "ความจริงใจของเบล",
|
||||
'zh-tw': "白露的真心",
|
||||
'zh-cn': "白露的真心"
|
||||
},
|
||||
|
||||
illustrator: "En Morikura",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
ja: "残りHPが「30」以下の自分のポケモン1匹のHPを、すべて回復する。",
|
||||
id: "Pulihkan HP 1 Pokémon sendiri dengan sisa HP 30 atau kurang sepenuhnya.",
|
||||
th: "ฟื้นฟู HP ทั้งหมดของโปเกมอนฝ่ายเรา 1 ตัวที่มี HP เหลือน้อยกว่าหรือเท่ากับ [30]",
|
||||
'zh-tw': "將自己的1隻剩餘HP為「30」以下的寶可夢的HP全部恢復。",
|
||||
'zh-cn': "將自己的1隻剩餘HP為「30」以下的寶可夢的HP全部恢復。"
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user