1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-25 17:39:54 +00:00

27 lines
956 B
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 "../SV10"
const card: Card = {
set: Set,
name: {
'zh-tw': "火箭隊的驚嚇炸彈",
'zh-cn': "火箭隊的驚嚇炸彈",
ja: "ロケット団のびっくりボム"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
'zh-tw': "擲1次硬幣若為正面則在對手的1隻寶可夢身上放置2個傷害指示物。若為反面則在自己的戰鬥寶可夢身上放置2個傷害指示物。",
'zh-cn': "擲1次硬幣若為正面則在對手的1隻寶可夢身上放置2個傷害指示物。若為反面則在自己的戰鬥寶可夢身上放置2個傷害指示物。",
ja: "コインを1回投げオモテなら、相手のポケモン1匹に、ダメカンを2個のせる。ウラなら、自分のバトルポケモンに、ダメカンを2個のせる。"
},
trainerType: "Item",
regulationMark: "I",
rarity: "Uncommon"
}
export default card