1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +00:00

feat: Update asian sets (#554)

This commit is contained in:
2024-11-05 23:46:04 +01:00
committed by GitHub
parent 64bcd0524d
commit c1d83caca0
546 changed files with 26414 additions and 0 deletions

27
data-asia/SV/SV7/132.ts Normal file
View File

@ -0,0 +1,27 @@
import { Card } from "../../../interfaces"
import Set from "../SV7"
const card: Card = {
set: Set,
name: {
'zh-tw': "白蕾雅",
'zh-cn': "白蕾雅",
ja: "ブライア"
},
illustrator: "DOM",
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