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

feat: Add support for Asians Pokémon Cards (#481)

This commit is contained in:
2024-06-07 12:53:08 +02:00
committed by GitHub
parent a35fadd50c
commit a26ef0e5eb
8069 changed files with 379200 additions and 423 deletions

44
data-asia/S/SJ/001.ts Normal file
View File

@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "利歐路"
},
illustrator: "ryoma uratsuka",
category: "Pokemon",
hp: 70,
types: ["Fighting"],
description: {
'zh-tw': "精力充沛,可以奔跑一整夜。由於牠十分活潑, 帶牠散步的人非常辛苦。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "全力拳"
},
effect: {
'zh-tw': "擲1次硬幣若為反面則這個招式失敗。"
},
damage: 30,
cost: ["Colorless"]
}],
weaknesses: [{
type: "Psychic",
value: "×2"
}],
retreat: 1,
regulationMark: "D"
}
export default card

47
data-asia/S/SJ/002.ts Normal file
View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "圓絲蛛"
},
illustrator: "Kyoko Umemoto",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
description: {
'zh-tw': "牙齒的毒性並不強烈,但用來削弱那些掛在蛛網上 無法動彈的獵物是綽綽有餘。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "垂吊"
},
damage: 10,
cost: ["Darkness"]
}, {
name: {
'zh-tw': "刺刺痛痛"
},
damage: 20,
cost: ["Darkness", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "D"
}
export default card

56
data-asia/S/SJ/003.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "阿利多斯"
},
illustrator: "Shin Nagasawa",
category: "Pokemon",
hp: 110,
types: ["Darkness"],
description: {
'zh-tw': "會吐絲來捕捉獵物。每到夜晚就會離開巢穴, 積極地展開狩獵。"
},
stage: "Stage1",
abilities: [{
type: "Ability",
name: {
'zh-tw': "蜘蛛網"
},
effect: {
'zh-tw': "在自己的回合當從手牌使出這張卡並完成進化時可使用1次。選擇對手的備戰區的1隻進化寶可夢與戰鬥寶可夢互換。"
}
}],
attacks: [{
name: {
'zh-tw': "毒針"
},
effect: {
'zh-tw': "將對手的戰鬥寶可夢【中毒】。"
},
damage: 30,
cost: ["Darkness", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2,
regulationMark: "D"
}
export default card

50
data-asia/S/SJ/004.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "阿勃梭魯"
},
illustrator: "Eri Yamaki",
category: "Pokemon",
hp: 100,
types: ["Darkness"],
description: {
'zh-tw': "老人們稱呼牠為災禍寶可夢,對牠十分忌諱。但目前牠預知 災害的能力正越來越受到重視。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "拖出"
},
effect: {
'zh-tw': "選擇對手的1隻備戰寶可夢與戰鬥寶可夢互換。然後新上場的寶可夢受到30點傷害。"
},
cost: ["Colorless", "Colorless"]
}, {
name: {
'zh-tw': "劈開"
},
damage: 80,
cost: ["Darkness", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

56
data-asia/S/SJ/005.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "達克萊伊"
},
illustrator: "nagimiso",
category: "Pokemon",
hp: 120,
types: ["Darkness"],
description: {
'zh-tw': "有著引誘人們進入深層睡眠,並使其作夢的能力。 會在新月之夜活動。"
},
stage: "Basic",
abilities: [{
type: "Ability",
name: {
'zh-tw': "黑暗防守"
},
effect: {
'zh-tw': "若這隻寶可夢身上附有【惡】能量,則這隻寶可夢受到招式的傷害「-20」點。"
}
}],
attacks: [{
name: {
'zh-tw': "暗之螺旋"
},
effect: {
'zh-tw': "增加這隻寶可夢身上附加的【惡】能量的數量×20點傷害。"
},
damage: "60+",
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 2,
regulationMark: "D"
}
export default card

44
data-asia/S/SJ/006.ts Normal file
View File

@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "胡帕"
},
illustrator: "Souichirou Gunjima",
category: "Pokemon",
hp: 120,
types: ["Darkness"],
description: {
'zh-tw': "用圓環將喜歡的東西傳送到秘密的住處。 會鑽進圓環瞬間移動。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "進擊之門"
},
effect: {
'zh-tw': "在這個回合,若沒有從備戰區將這隻寶可夢放置於戰鬥場,則這個招式失敗。這個招式的傷害不計算弱點。"
},
damage: 90,
cost: ["Darkness"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 2,
regulationMark: "D"
}
export default card

43
data-asia/S/SJ/007.ts Normal file
View File

@ -0,0 +1,43 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "偷兒狐"
},
illustrator: "Misa Tsutsui",
category: "Pokemon",
hp: 70,
types: ["Darkness"],
description: {
'zh-tw': "靠搶奪其他寶可夢找到的食物為生。腳上長著軟乎乎的肉球, 走路時不會發出絲毫聲響。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "搖尾巴"
},
effect: {
'zh-tw': "擲1次硬幣若為正面則在下個對手的回合受到這個招式的寶可夢無法使用招式。"
},
cost: ["Darkness"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 1,
regulationMark: "D"
}
export default card

50
data-asia/S/SJ/008.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "狐大盜"
},
illustrator: "Akira Komayama",
category: "Pokemon",
hp: 100,
types: ["Darkness"],
description: {
'zh-tw': "會偷偷在看中的獵物身上留下標記,追蹤目標的氣味, 在對方放鬆警戒時偷盜。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "詭計"
},
effect: {
'zh-tw': "從自己的牌庫任意選擇最多2張卡加入手牌。並且重洗牌庫。"
},
cost: ["Darkness"]
}, {
name: {
'zh-tw': "銳利之牙"
},
damage: 70,
cost: ["Darkness", "Darkness"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 1,
regulationMark: "D"
}
export default card

54
data-asia/S/SJ/009.ts Normal file
View File

@ -0,0 +1,54 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "莫魯貝可"
},
illustrator: "NC Empire",
category: "Pokemon",
hp: 80,
types: ["Darkness"],
description: {
'zh-tw': "無論怎麼吃都會馬上肚子餓。十分珍愛自己用電烘烤過的 種子,隨時都帶在身上。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "撿飼料"
},
effect: {
'zh-tw': "從自己的棄牌區選擇1張物品卡在給對手看過後加入手牌。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "空腹衝撞"
},
effect: {
'zh-tw': "若自己1張手牌都沒有則增加90點傷害。"
},
damage: "20+",
cost: ["Darkness"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

51
data-asia/S/SJ/010.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "無極汰那V"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 220,
types: ["Darkness"],
stage: "Basic",
suffix: "V",
attacks: [{
name: {
'zh-tw': "衝力"
},
effect: {
'zh-tw': "若希望從自己的手牌選擇1張【惡】能量卡附於備戰寶可夢身上。"
},
damage: 30,
cost: ["Colorless"]
}, {
name: {
'zh-tw': "極巨炮"
},
effect: {
'zh-tw': "若對手的戰鬥寶可夢為「寶可夢【VMAX】」則增加120點傷害。"
},
damage: "120+",
cost: ["Darkness", "Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2,
regulationMark: "D"
}
export default card

51
data-asia/S/SJ/011.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "無極汰那VMAX"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 340,
types: ["Darkness"],
stage: "VMAX",
abilities: [{
type: "Ability",
name: {
'zh-tw': "無極領域"
},
effect: {
'zh-tw': "若自己的所有場上寶可夢皆為【惡】屬性則生效。可放置於自己的備戰區的【惡】寶可夢數量改為8隻其他屬性無法放置於場上。當這個特性不生效後將備戰區的寶可夢丟棄直到變為5隻為止。"
}
}],
attacks: [{
name: {
'zh-tw': "忌憚之末"
},
effect: {
'zh-tw': "造成自己的場上【惡】寶可夢的數量×30點傷害。"
},
damage: "30×",
cost: ["Darkness", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 3,
regulationMark: "D"
}
export default card

60
data-asia/S/SJ/012.ts Normal file
View File

@ -0,0 +1,60 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "路卡利歐"
},
illustrator: "kodama",
category: "Pokemon",
hp: 130,
types: ["Metal"],
description: {
'zh-tw': "操作一種被稱為波導的力量來進行狩獵。這種力量就連 巨大的岩石也能擊得粉碎。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "扣殺抽出"
},
effect: {
'zh-tw': "從自己的牌庫抽出1張卡。"
},
damage: 40,
cost: ["Metal"]
}, {
name: {
'zh-tw': "關節衝擊"
},
effect: {
'zh-tw': "在下個自己的回合,這隻寶可夢無法使用招式。"
},
damage: 160,
cost: ["Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2,
regulationMark: "D"
}
export default card

52
data-asia/S/SJ/013.ts Normal file
View File

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "美錄坦"
},
illustrator: "HYOGONOSUKE",
category: "Pokemon",
hp: 70,
types: ["Metal"],
description: {
'zh-tw': "會溶解金屬然後吃掉。透過讓液體金屬在體內 循環來製造能量。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "頭錘"
},
damage: 10,
cost: ["Colorless"]
}, {
name: {
'zh-tw': "光束"
},
damage: 20,
cost: ["Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 1,
regulationMark: "D"
}
export default card

56
data-asia/S/SJ/014.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "美錄梅塔"
},
illustrator: "NC Empire",
category: "Pokemon",
hp: 150,
types: ["Metal"],
description: {
'zh-tw': "壽命快到盡頭的時候,身體就會生鏽解體。到最後 細小的碎片會復活為美錄坦。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "能量連結"
},
effect: {
'zh-tw': "從自己的棄牌區選擇1張能量卡附於這隻寶可夢身上。"
},
damage: 30,
cost: ["Metal"]
}, {
name: {
'zh-tw': "重磅衝擊"
},
damage: 130,
cost: ["Metal", "Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 4,
regulationMark: "D"
}
export default card

60
data-asia/S/SJ/015.ts Normal file
View File

@ -0,0 +1,60 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "鋁鋼龍"
},
illustrator: "kawayoo",
category: "Pokemon",
hp: 130,
types: ["Metal"],
description: {
'zh-tw': "身體猶如打磨過的金屬,雖然輕而堅硬,卻有著 容易生鏽的弱點。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "憤怒之爪"
},
effect: {
'zh-tw': "增加這隻寶可夢身上所放置的傷害指示物的數量×10點傷害。"
},
damage: "20+",
cost: ["Colorless", "Colorless"]
}, {
name: {
'zh-tw': "力量爆破"
},
effect: {
'zh-tw': "選擇1個這隻寶可夢身上附加的能量將其丟棄。"
},
damage: 120,
cost: ["Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2,
regulationMark: "D"
}
export default card

57
data-asia/S/SJ/016.ts Normal file
View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "蒼響V"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 220,
types: ["Metal"],
stage: "Basic",
suffix: "V",
abilities: [{
type: "Ability",
name: {
'zh-tw': "不撓之劍"
},
effect: {
'zh-tw': "在自己的回合時可使用1次若使用則自己的回合結束。查看自己的牌庫上方3張卡選擇其中任意數量的【鋼】能量卡附於這隻寶可夢身上。將剩餘卡加入手牌。"
}
}],
attacks: [{
name: {
'zh-tw': "無畏聖劍"
},
effect: {
'zh-tw': "在下個自己的回合,這隻寶可夢無法使用招式。"
},
damage: 230,
cost: ["Metal", "Metal", "Metal"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2,
regulationMark: "D"
}
export default card

57
data-asia/S/SJ/017.ts Normal file
View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "藏瑪然特V"
},
illustrator: "aky CG Works",
category: "Pokemon",
hp: 230,
types: ["Metal"],
stage: "Basic",
suffix: "V",
abilities: [{
type: "Ability",
name: {
'zh-tw': "不屈之盾"
},
effect: {
'zh-tw': "這隻寶可夢不會受到對手的「寶可夢【VMAX】」招式的傷害。"
}
}],
attacks: [{
name: {
'zh-tw': "進擊衝撞"
},
effect: {
'zh-tw': "選擇1個對手的戰鬥寶可夢身上附加的特殊能量將其丟棄。"
},
damage: 130,
cost: ["Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2,
regulationMark: "D"
}
export default card

22
data-asia/S/SJ/018.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "先機球"
},
illustrator: "sadaji",
category: "Trainer",
effect: {
'zh-tw': "這張卡必須將自己的1張手牌丟棄才可使用。 從自己的牌庫選擇1張【基礎】寶可夢卡在給對手看過後加入手牌。並且重洗牌庫。"
},
trainerType: "Item",
regulationMark: "D"
}
export default card

22
data-asia/S/SJ/019.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "進化薰香"
},
illustrator: "Ryo Ueda",
category: "Trainer",
effect: {
'zh-tw': "從自己的牌庫選擇1張進化寶可夢卡在給對手看過後加入手牌。並且重洗牌庫。"
},
trainerType: "Item",
regulationMark: "D"
}
export default card

22
data-asia/S/SJ/020.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "超級球"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
'zh-tw': "查看自己的牌庫上方7張卡。選擇其中1張寶可夢卡在給對手看過後加入手牌。將剩餘卡放回牌庫並重洗。"
},
trainerType: "Item",
regulationMark: "D"
}
export default card

22
data-asia/S/SJ/021.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "寶可齒輪3.0"
},
illustrator: "Ryo Ueda",
category: "Trainer",
effect: {
'zh-tw': "查看自己的牌庫上方7張卡。選擇其中1張支援者卡在給對手看過後加入手牌。將剩餘卡放回牌庫並重洗。"
},
trainerType: "Item",
regulationMark: "D"
}
export default card

22
data-asia/S/SJ/022.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "寶可夢交替"
},
illustrator: "Studio Bora Inc.",
category: "Trainer",
effect: {
'zh-tw': "將自己的戰鬥寶可夢與備戰寶可夢互換。"
},
trainerType: "Item",
regulationMark: "D"
}
export default card

22
data-asia/S/SJ/023.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "金屬碟"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
'zh-tw': "從自己的棄牌區選擇1張【鋼】能量卡附於備戰區的【鋼】寶可夢身上。"
},
trainerType: "Item",
regulationMark: "D"
}
export default card

22
data-asia/S/SJ/024.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "博士的研究(木蘭博士)"
},
illustrator: "Yusuke Ohmura",
category: "Trainer",
effect: {
'zh-tw': "將自己的手牌全部丟棄從牌庫抽出7張卡。"
},
trainerType: "Supporter",
regulationMark: "D"
}
export default card

22
data-asia/S/SJ/025.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "彼特"
},
illustrator: "Naoki Saito",
category: "Trainer",
effect: {
'zh-tw': "從自己的手牌選擇1張基本能量卡附於備戰寶可夢身上。"
},
trainerType: "Supporter",
regulationMark: "D"
}
export default card

22
data-asia/S/SJ/026.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "老大的指令(坂木)"
},
illustrator: "nagimiso",
category: "Trainer",
effect: {
'zh-tw': "選擇1隻對手的備戰寶可夢與戰鬥寶可夢互換。"
},
trainerType: "Supporter",
regulationMark: "D"
}
export default card

22
data-asia/S/SJ/027.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "赫普"
},
illustrator: "Ken Sugimori",
category: "Trainer",
effect: {
'zh-tw': "從自己的牌庫抽出3張卡。"
},
trainerType: "Supporter",
regulationMark: "D"
}
export default card

22
data-asia/S/SJ/028.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "瑪俐"
},
illustrator: "kirisAki",
category: "Trainer",
effect: {
'zh-tw': "雙方玩家各將自己的手牌全部翻回反面並重洗放回牌庫下方。然後從牌庫抽卡自己抽出5張對手抽出4張。"
},
trainerType: "Supporter",
regulationMark: "D"
}
export default card

57
data-asia/S/SJ/029.ts Normal file
View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "蒼響V"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 220,
types: ["Metal"],
stage: "Basic",
suffix: "V",
abilities: [{
type: "Ability",
name: {
'zh-tw': "不撓之劍"
},
effect: {
'zh-tw': "在自己的回合時可使用1次若使用則自己的回合結束。查看自己的牌庫上方3張卡選擇其中任意數量的【鋼】能量卡附於這隻寶可夢身上。將剩餘卡加入手牌。"
}
}],
attacks: [{
name: {
'zh-tw': "無畏聖劍"
},
effect: {
'zh-tw': "在下個自己的回合,這隻寶可夢無法使用招式。"
},
damage: 230,
cost: ["Metal", "Metal", "Metal"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2,
regulationMark: "D"
}
export default card

57
data-asia/S/SJ/030.ts Normal file
View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../SJ"
const card: Card = {
set: Set,
name: {
'zh-tw': "藏瑪然特V"
},
illustrator: "aky CG Works",
category: "Pokemon",
hp: 230,
types: ["Metal"],
stage: "Basic",
suffix: "V",
abilities: [{
type: "Ability",
name: {
'zh-tw': "不屈之盾"
},
effect: {
'zh-tw': "這隻寶可夢不會受到對手的「寶可夢【VMAX】」招式的傷害。"
}
}],
attacks: [{
name: {
'zh-tw': "進擊衝撞"
},
effect: {
'zh-tw': "選擇1個對手的戰鬥寶可夢身上附加的特殊能量將其丟棄。"
},
damage: 130,
cost: ["Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2,
regulationMark: "D"
}
export default card