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

feat: Add SV10 (#747)

This commit is contained in:
2025-05-24 20:58:26 +02:00
committed by GitHub
parent 651313ce70
commit 25df3092d2
99 changed files with 5615 additions and 0 deletions

27
data-asia/SV/SV10/087.ts Normal file
View File

@ -0,0 +1,27 @@
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