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

31 lines
1.4 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 "../SV8a"
const card: Card = {
set: Set,
name: {
ja: "ハバンのみ",
id: "Beri Haban",
th: "ผลฮาบัน",
'zh-tw': "莓榴果",
'zh-cn': "莓榴果"
},
illustrator: "Studio Bora Inc.",
rarity: "None",
category: "Trainer",
effect: {
ja: "このカードをつけているポケモンが、相手のポケモンからワザのダメージを受けるとき、そのダメージは「-60」され、このカードをトラッシュする。",
id: "Saat Pokémon yang mengenakan kartu ini menerima kerusakan akibat serangan dari Pokémon {Naga} lawan, kerusakan tersebut berkurang sejumlah 60, lalu buang kartu ini ke Trash.",
th: "เมื่อโปเกมอนที่ติดการ์ดนี้อยู่ ได้รับแดเมจของท่าต่อสู้จากโปเกมอน[มังกร]ฝ่าย ตรงข้าม แดเมจนั้นจะถูก [-60] ทิ้งการ์ดนี้ที่ตำแหน่งทิ้งการ์ด",
'zh-tw': "附有這張卡的寶可夢受到對手的【龍】寶可夢招式的傷害時,那個傷害「-60」點將這張卡丟棄。",
'zh-cn': "附有這張卡的寶可夢受到對手的【龍】寶可夢招式的傷害時,那個傷害「-60」點將這張卡丟棄。"
},
trainerType: "Tool",
regulationMark: "H"
}
export default card