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

27 lines
957 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: "imoniii",
category: "Trainer",
effect: {
'zh-tw': "在每個自己的回合時可使用1次。在這個回合從手牌使出了名稱中有「火箭隊」的支援者卡的玩家可從自己的牌庫抽出2張卡。",
'zh-cn': "在每個自己的回合時可使用1次。在這個回合從手牌使出了名稱中有「火箭隊」的支援者卡的玩家可從自己的牌庫抽出2張卡。",
ja: "この番に、手札から、名前に「ロケット団」とつくサポートを出して使っていたプレイヤーは、自分の番ごとに1回、自分の山札を2枚引いてよい。"
},
trainerType: "Stadium",
regulationMark: "I",
rarity: "Uncommon"
}
export default card