1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00

27 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 "../SV3a"
const card: Card = {
set: Set,
name: {
ja: "ゴージャスマント",
'zh-tw': "豪華斗篷",
th: "ผ้าคลุมหรูหรา"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "このカードをつけているポケモン「ルールを持つポケモン」をのぞくの最大HPは「100」され、そのポケモンが、相手のポケモンからワザのダメージを受けてきぜつしたとき、とられるサイドは1枚多くなる。",
'zh-tw': "附有這張卡的寶可夢「擁有規則的寶可夢」除外的最大HP「+100」那隻寶可夢受到對手的寶可夢招式的傷害而【昏厥】時被獲得的獎賞卡的張數增加1張。",
th: "HP สูงสุดของโปเกมอนที่ติดการ์ดนี้อยู่ (ยกเว้น [โปเกมอนที่มีกฎ]) จะถูก [+100] เมื่อโปเกมอนนั้น ได้รับแดเมจของท่าต่อสู้จากโปเกมอนฝ่ายตรงข้ามและ[หมดสภาพ]แล้ว การ์ดรางวัลที่หยิบได้จะเพิ่มขึ้น 1 ใบ"
},
trainerType: "Tool",
regulationMark: "G"
}
export default card