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

54
data-asia/SV/SV10/082.ts Normal file
View File

@ -0,0 +1,54 @@
import { Card } from "../../../interfaces"
import Set from "../SV10"
const card: Card = {
set: Set,
name: {
'zh-tw': "<火箭隊的>多邊獸Ⅱ",
'zh-cn': "<火箭隊的>多邊獸Ⅱ",
ja: "ロケット団のポリゴン2"
},
illustrator: "Takeshi Nakamura",
category: "Pokemon",
hp: 90,
types: ["Colorless"],
description: {
'zh-tw': "利用最新科技進化的 人工寶可夢。有時會 表現出程式裡沒有的反應。",
'zh-cn': "利用最新科技進化的 人工寶可夢。有時會 表現出程式裡沒有的反應。",
ja: "最新科学で 進化した 人工の ポケモン。 ときどき プログラムにない 反応をみせる。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "R指令",
'zh-cn': "R指令",
ja: "Rコマンド"
},
effect: {
'zh-tw': "造成自己的棄牌區的名稱中有「火箭隊」的支援者卡的張數×20點傷害。",
'zh-cn': "造成自己的棄牌區的名稱中有「火箭隊」的支援者卡的張數×20點傷害。",
ja: "自分のトラッシュにある、名前に「ロケット団」とつくサポートの枚数×20ダメージ。"
},
damage: "20×",
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "I",
rarity: "Common",
dexId: [233]
}
export default card