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