1
0
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:
2025-02-28 08:44:24 +01:00
committed by GitHub
parent 2f9c5814ff
commit 19dccfd5d7
238 changed files with 14569 additions and 0 deletions

31
data-asia/SV/SV8a/177.ts Normal file
View 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