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

27 lines
1.2 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 "../SV10"
const card: Card = {
set: Set,
name: {
'zh-tw': "火箭隊的妨礙機器人",
'zh-cn': "火箭隊的妨礙機器人",
ja: "ロケット団のおじゃまロボ"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
'zh-tw': "選擇1張對手的反面朝上的獎賞卡並在不看正面的情況下從對手的手牌選擇1張查看各自的正面。若希望令對手互換所選的卡。在對戰結束前那張獎賞卡維持正面朝上。",
'zh-cn': "選擇1張對手的反面朝上的獎賞卡並在不看正面的情況下從對手的手牌選擇1張查看各自的正面。若希望令對手互換所選的卡。在對戰結束前那張獎賞卡維持正面朝上。",
ja: "ウラになっている相手のサイド1枚と、相手の手札からオモテを見ないで1枚選び、それぞれオモテを見る。のぞむなら、選んだカードを相手に入れ替えさせる。対戦が終わるまで、そのサイドはオモテのまま。"
},
trainerType: "Item",
regulationMark: "I",
rarity: "Uncommon"
}
export default card