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/096.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: "inose yukie",
category: "Trainer",
effect: {
'zh-tw': "附有這張卡的寶可夢在戰鬥場受到對手的寶可夢招式的傷害時在使用招式的寶可夢身上放置12個傷害指示物。然後將這張卡丟棄。",
'zh-cn': "附有這張卡的寶可夢在戰鬥場受到對手的寶可夢招式的傷害時在使用招式的寶可夢身上放置12個傷害指示物。然後將這張卡丟棄。",
ja: "このカードをつけているポケモンが、バトル場で相手のポケモンからワザのダメージを受けたとき、ワザを使ったポケモンにダメカンを12個のせる。その後、このカードをトラッシュする。"
},
trainerType: "Tool",
regulationMark: "H",
rarity: "None"
}
export default card