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

31 lines
1.3 KiB
TypeScript
Raw Permalink 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: "Sabuk Maksimum",
th: "เข็มขัดแมกซิมัม",
'zh-tw': "極限腰帶",
'zh-cn': "極限腰帶"
},
illustrator: "inose yukie",
rarity: "None",
category: "Trainer",
effect: {
ja: "このカードをつけているポケモンが使うワザの、相手のバトル場の「ポケモンex」へのダメージは「+50」される。",
id: "Kerusakan akibat serangan yang digunakan oleh Pokémon yang mengenakan kartu ini kepada Pokémon {ex} di Arena Bertarung lawan bertambah sejumlah 50.",
th: "แดเมจของท่าต่อสู้ที่โปเกมอนที่ติดการ์ดนี้อยู่ ใช้ทำกับ [โปเกมอน【ex】] บนตำแหน่งต่อสู้ฝ่ายตรงข้ามจะถูก [+50]",
'zh-tw': "附有這張卡的寶可夢使用的招式對對手的戰鬥場的「寶可夢【ex】」造成的傷害「+50」點。",
'zh-cn': "附有這張卡的寶可夢使用的招式對對手的戰鬥場的「寶可夢【ex】」造成的傷害「+50」點。"
},
trainerType: "Tool",
regulationMark: "H"
}
export default card