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

27 lines
1.1 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 "../SV7"
const card: Card = {
set: Set,
name: {
'zh-tw': "白蕾雅",
'zh-cn': "白蕾雅",
ja: "ブライア"
},
illustrator: "Naoki Saito",
category: "Trainer",
effect: {
'zh-tw': "這張卡只有在對手剩餘獎賞卡的張數為2張時才可使用。 在這個回合若對手的戰鬥寶可夢因自己的「太晶」寶可夢使用的招式的傷害而【昏厥】了則多獲得1張獎賞卡。",
'zh-cn': "這張卡只有在對手剩餘獎賞卡的張數為2張時才可使用。 在這個回合若對手的戰鬥寶可夢因自己的「太晶」寶可夢使用的招式的傷害而【昏厥】了則多獲得1張獎賞卡。",
ja: "このカードは、相手のサイドの残り枚数が2枚のときにしか使えない。\n\nこの番、自分の「テラスタル」のポケモンが使うワザのダメージで、相手のバトルポケモンがきぜつしたなら、サイドを1枚多くとる。"
},
trainerType: "Supporter",
regulationMark: "H",
rarity: "None"
}
export default card