1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-29 19:19:50 +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

50
data-asia/S/S8/001.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "綠毛蟲"
},
illustrator: "Mitsuhiro Arita",
category: "Pokemon",
hp: 50,
types: ["Grass"],
description: {
'zh-tw': "別看牠的腳很短,因為是吸盤,所以無論是斜坡還是牆壁都能輕鬆前進。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "群聚"
},
effect: {
'zh-tw': "從自己的牌庫選擇1張「綠毛蟲」卡放置於備戰區。並且重洗牌庫。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "蟲咬"
},
damage: 10,
cost: ["Grass"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

52
data-asia/S/S8/002.ts Normal file
View File

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "鐵甲蛹"
},
illustrator: "Saya Tsuruta",
category: "Pokemon",
hp: 80,
types: ["Grass"],
description: {
'zh-tw': "雖然有堅硬的外殼,但因為殼裡的身體很軟,所以無法抵抗強力的攻擊。"
},
stage: "Stage1",
abilities: [{
type: "Ability",
name: {
'zh-tw': "堅硬身軀"
},
effect: {
'zh-tw': "這隻寶可夢受到招式的傷害「-20」點。"
}
}],
attacks: [{
name: {
'zh-tw': "衝撞"
},
damage: 10,
cost: ["Grass"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 3,
regulationMark: "E"
}
export default card

52
data-asia/S/S8/003.ts Normal file
View File

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "巴大蝶"
},
illustrator: "ryoma uratsuka",
category: "Pokemon",
hp: 120,
types: ["Grass"],
description: {
'zh-tw': "每天都忙著採集花蜜。習慣在腿部的細毛上塗滿花蜜,然後帶回巢穴裡。"
},
stage: "Stage2",
abilities: [{
type: "Ability",
name: {
'zh-tw': "三色鱗粉"
},
effect: {
'zh-tw': "在自己的回合當從手牌使出這張卡並完成進化時可使用1次。將對手的戰鬥寶可夢【中毒】、【灼傷】與【混亂】。"
}
}],
attacks: [{
name: {
'zh-tw': "起風"
},
damage: 90,
cost: ["Grass", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

47
data-asia/S/S8/004.ts Normal file
View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "蘑蘑菇"
},
illustrator: "Naoyo Kimura",
category: "Pokemon",
hp: 60,
types: ["Grass"],
description: {
'zh-tw': "會從頭頂上噴出毒孢子。如果不小心吸入了孢子,身上的每處關節都會開始疼痛。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "撞擊"
},
damage: 10,
cost: ["Grass"]
}, {
name: {
'zh-tw': "種子炸彈"
},
damage: 20,
cost: ["Grass", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

51
data-asia/S/S8/005.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "斗笠菇"
},
illustrator: "Yukiko Baba",
category: "Pokemon",
hp: 120,
types: ["Grass"],
description: {
'zh-tw': "會撒出毒孢子,然後再讓因吸入孢子而痛苦不堪的對手吃上一記重拳。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "頭錘"
},
damage: 30,
cost: ["Grass"]
}, {
name: {
'zh-tw': "衝擊打擊"
},
effect: {
'zh-tw': "在下個自己的回合,這隻寶可夢無法使用「衝擊打擊」。"
},
damage: 150,
cost: ["Grass", "Grass", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

51
data-asia/S/S8/006.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "沙鈴仙人掌"
},
illustrator: "313",
category: "Pokemon",
hp: 110,
types: ["Grass"],
description: {
'zh-tw': "一年散播一次種子。花的種子營養十足,是沙漠中貴重的食糧。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "啄"
},
damage: 20,
cost: ["Grass"]
}, {
name: {
'zh-tw': "丟丟搖擺"
},
effect: {
'zh-tw': "從自己的手牌將任意數量的「寶可夢道具」卡丟棄造成其張數×50點傷害。"
},
damage: "50×",
cost: ["Grass", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

40
data-asia/S/S8/007.ts Normal file
View File

@ -0,0 +1,40 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "小嘴蝸"
},
illustrator: "Shibuzoh.",
category: "Pokemon",
hp: 70,
types: ["Grass"],
description: {
'zh-tw': "有著會對電能產生反應的奇異體質。不知為何,和蓋蓋蟲待在一起就會進化。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "噴吐光束"
},
damage: 20,
cost: ["Grass"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 3,
regulationMark: "E"
}
export default card

44
data-asia/S/S8/008.ts Normal file
View File

@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "敏捷蟲"
},
illustrator: "nagimiso",
category: "Pokemon",
hp: 90,
types: ["Grass"],
description: {
'zh-tw': "脫殼後變得更輕巧了。為了防止乾燥,會將帶狀的黏膜裹在身上。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "忍者龍捲風"
},
effect: {
'zh-tw': "在這個回合若從備戰區將這隻寶可夢放置於戰鬥場則這個招式只需要1個【草】能量即可使用。"
},
damage: 120,
cost: ["Grass", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

50
data-asia/S/S8/009.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "畢力吉翁"
},
illustrator: "Kagemaru Himeno",
category: "Pokemon",
hp: 110,
types: ["Grass"],
description: {
'zh-tw': "傳說中,牠會以輕快的動作戲弄對手,並保護寶可夢。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "救出"
},
effect: {
'zh-tw': "從自己的棄牌區選擇最多2張寶可夢卡在給對手看過後加入手牌。"
},
cost: ["Grass"]
}, {
name: {
'zh-tw': "日光束"
},
damage: 90,
cost: ["Grass", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

54
data-asia/S/S8/010.ts Normal file
View File

@ -0,0 +1,54 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "強顎雞母蟲"
},
illustrator: "Asako Ito",
category: "Pokemon",
hp: 70,
types: ["Grass"],
description: {
'zh-tw': "會用巨大的顎部在森林中挖地製造巢穴。最喜歡甜甜的樹汁。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "帶電"
},
effect: {
'zh-tw': "從自己的棄牌區選擇1張【雷】能量卡附於這隻寶可夢身上。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "偷襲"
},
effect: {
'zh-tw': "擲1次硬幣若為反面則這個招式失敗。"
},
damage: 50,
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

40
data-asia/S/S8/011.ts Normal file
View File

@ -0,0 +1,40 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "甜冷美后V"
},
illustrator: "PLANETA Mochizuki",
category: "Pokemon",
hp: 200,
types: ["Grass"],
stage: "Basic",
suffix: "V",
attacks: [{
name: {
'zh-tw': "皇后命令"
},
effect: {
'zh-tw': "將自己的任意數量的備戰寶可夢丟棄增加丟棄的備戰寶可夢的數量×40點傷害。"
},
damage: "20+",
cost: ["Grass", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

50
data-asia/S/S8/012.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "卡蒂狗"
},
illustrator: "Narumi Sato",
category: "Pokemon",
hp: 80,
types: ["Fire"],
description: {
'zh-tw': "性格忠誠。為了保護自己的訓練家,會拼命地朝對手狂吠。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "升溫"
},
effect: {
'zh-tw': "從自己的牌庫選擇1張【火】能量卡附於自己的寶可夢身上。並且重洗牌庫。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "烈焰"
},
damage: 30,
cost: ["Fire", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

51
data-asia/S/S8/013.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "風速狗"
},
illustrator: "Yuu Nishida",
category: "Pokemon",
hp: 130,
types: ["Fire"],
description: {
'zh-tw': "從古時候起就是擄獲眾多人心的美麗寶可夢。能像飛一樣輕盈地奔跑。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "火之爪"
},
damage: 40,
cost: ["Fire"]
}, {
name: {
'zh-tw': "熱力衝撞"
},
effect: {
'zh-tw': "這隻寶可夢也受到30點傷害。"
},
damage: 160,
cost: ["Fire", "Fire", "Colorless"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

50
data-asia/S/S8/014.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "水晶燈火靈V"
},
illustrator: "Saki Hayashiro",
category: "Pokemon",
hp: 200,
types: ["Fire"],
stage: "Basic",
suffix: "V",
attacks: [{
name: {
'zh-tw': "奇異之光"
},
effect: {
'zh-tw': "將對手的戰鬥寶可夢【混亂】。"
},
cost: ["Fire"]
}, {
name: {
'zh-tw': "靈騷"
},
effect: {
'zh-tw': "查看對手的手牌造成其中訓練家卡的張數×40點傷害。"
},
damage: "40×",
cost: ["Fire", "Colorless"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

51
data-asia/S/S8/015.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "水晶燈火靈VMAX"
},
illustrator: "AKIRA EGAWA",
category: "Pokemon",
hp: 320,
types: ["Fire"],
stage: "VMAX",
abilities: [{
type: "Ability",
name: {
'zh-tw': "咒縛陽炎"
},
effect: {
'zh-tw': "只要這隻寶可夢在戰鬥場上,對手無法從手牌使出並附上「寶可夢道具」。"
}
}],
attacks: [{
name: {
'zh-tw': "極巨靈騷"
},
effect: {
'zh-tw': "查看對手的手牌造成其中訓練家卡的張數×70點傷害。"
},
damage: "70×",
cost: ["Fire", "Colorless"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

55
data-asia/S/S8/016.ts Normal file
View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "熔蟻獸"
},
illustrator: "Oswaldo KATO",
category: "Pokemon",
hp: 110,
types: ["Fire"],
description: {
'zh-tw': "將火焰當成舌頭來使用。會一點一點地熔化鐵蟻堅硬的外骨骼,然後把牠吃掉。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "火焰纏身"
},
effect: {
'zh-tw': "從自己的棄牌區選擇1張【火】能量卡附於這隻寶可夢身上。"
},
damage: 20,
cost: ["Fire"]
}, {
name: {
'zh-tw': "激動火焰"
},
effect: {
'zh-tw': "若身上附有的能量比使用這個招式所需的能量多3個則對手的1隻備戰寶可夢也受到180點傷害。[在備戰區不計算弱點・抵抗力。]"
},
damage: 90,
cost: ["Fire", "Fire", "Colorless"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

55
data-asia/S/S8/017.ts Normal file
View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "花舞鳥"
},
illustrator: "Oswaldo KATO",
category: "Pokemon",
hp: 90,
types: ["Fire"],
description: {
'zh-tw': "吸食了朱紅色花蜜的花舞鳥。訓練家如果做出了錯誤的指示,感情起伏激烈的牠就會非常生氣。"
},
stage: "Basic",
abilities: [{
type: "Ability",
name: {
'zh-tw': "熱血練習"
},
effect: {
'zh-tw': "只要這隻寶可夢在場上,自己的所有「匯流」寶可夢,受到對手的寶可夢招式的傷害「-20」點。無論有多少隻擁有這個特性的寶可夢這個效果也不會重複。"
}
}],
attacks: [{
name: {
'zh-tw': "熱情水滴"
},
effect: {
'zh-tw': "將5個傷害指示物以任意方式放置於對手的寶可夢身上。"
},
cost: ["Fire", "Colorless"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

50
data-asia/S/S8/018.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "海星星"
},
illustrator: "tetsuya koizumi",
category: "Pokemon",
hp: 60,
types: ["Water"],
description: {
'zh-tw': "不管受多少傷都不怕。由於再生能力很強,只要半天左右就會復原。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "泡水"
},
effect: {
'zh-tw': "從自己的手牌選擇1張【水】能量卡附於這隻寶可夢身上。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "迴轉攻擊"
},
damage: 10,
cost: ["Water"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

43
data-asia/S/S8/019.ts Normal file
View File

@ -0,0 +1,43 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "寶石海星"
},
illustrator: "Uta",
category: "Pokemon",
hp: 90,
types: ["Water"],
description: {
'zh-tw': "會轉動像幾何圖形般的身體在水中游動。似乎一直在發射神秘的電波。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "連彈星星"
},
effect: {
'zh-tw': "將這隻寶可夢身上附加的任意數量的【水】能量卡丟棄以其張數選擇對手的寶可夢1隻可選擇2次以上。然後對所選的所有寶可夢不計算弱點・抵抗力造成其選擇次數×30點傷害。"
},
cost: ["Water"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

40
data-asia/S/S8/020.ts Normal file
View File

@ -0,0 +1,40 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "小鋸鱷"
},
illustrator: "Mizue",
category: "Pokemon",
hp: 70,
types: ["Water"],
description: {
'zh-tw': "發達的雙顎充滿了力量,不管什麼東西都能咬碎,所以就算是牠的訓練家也要當心。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "潑水"
},
damage: 20,
cost: ["Water"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

47
data-asia/S/S8/021.ts Normal file
View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "藍鱷"
},
illustrator: "Tomokazu Komiya",
category: "Pokemon",
hp: 100,
types: ["Water"],
description: {
'zh-tw': "一旦咬住,除非牙齒脫落,否則絕不會鬆口。脫落的牙齒馬上就能再長出來。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "飛濺"
},
damage: 30,
cost: ["Water"]
}, {
name: {
'zh-tw': "衝浪"
},
damage: 60,
cost: ["Water", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

56
data-asia/S/S8/022.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "大力鱷"
},
illustrator: "Anesaki Dynamic",
category: "Pokemon",
hp: 170,
types: ["Water"],
description: {
'zh-tw': "會用大而有力的雙顎咬住對手然後甩動脖子,將對手撕成碎片。"
},
stage: "Stage2",
abilities: [{
type: "Ability",
name: {
'zh-tw': "暴徒"
},
effect: {
'zh-tw': "在自己的回合當從手牌使出這張卡並完成進化時一定要使用1次。擲1次硬幣若為正面則將對手的牌庫上方5張卡丟棄。若為反面則將自己的牌庫上方5張卡丟棄。"
}
}],
attacks: [{
name: {
'zh-tw': "咬碎"
},
effect: {
'zh-tw': "選擇1個對手的戰鬥寶可夢身上附加的能量將其丟棄。"
},
damage: 140,
cost: ["Water", "Water", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 3,
regulationMark: "E"
}
export default card

40
data-asia/S/S8/023.ts Normal file
View File

@ -0,0 +1,40 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "珍珠貝"
},
illustrator: "Anesaki Dynamic",
category: "Pokemon",
hp: 60,
types: ["Water"],
description: {
'zh-tw': "珍珠貝的珍珠非常貴重,據說價值是大舌貝所產珍珠的10倍以上。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "泡沫濺射"
},
damage: 10,
cost: ["Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

52
data-asia/S/S8/024.ts Normal file
View File

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "獵斑魚"
},
illustrator: "otumami",
category: "Pokemon",
hp: 110,
types: ["Water"],
description: {
'zh-tw': "棲息在深海中。傳說如果有獵斑魚被沖上沙灘,就會有不好的事發生。"
},
stage: "Stage1",
abilities: [{
type: "Ability",
name: {
'zh-tw': "妨礙一擊者"
},
effect: {
'zh-tw': "只要這隻寶可夢在場上對手的「一擊」寶可夢使用招式所需的能量增加1個【無】能量。"
}
}],
attacks: [{
name: {
'zh-tw': "深咬"
},
damage: 80,
cost: ["Water", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

56
data-asia/S/S8/025.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "櫻花魚"
},
illustrator: "Misa Tsutsui",
category: "Pokemon",
hp: 110,
types: ["Water"],
description: {
'zh-tw': "會吸取獵物的體液。剩下的肉會沉入海底,成為其他寶可夢的食物。"
},
stage: "Stage1",
abilities: [{
type: "Ability",
name: {
'zh-tw': "連擊消弭"
},
effect: {
'zh-tw': "只要這隻寶可夢在場上,對手的場上「連擊」寶可夢的特性全部消除。"
}
}],
attacks: [{
name: {
'zh-tw': "吸取之吻"
},
effect: {
'zh-tw': "將這隻寶可夢恢復「30」HP。"
},
damage: 50,
cost: ["Water", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

50
data-asia/S/S8/026.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "好勝毛蟹V"
},
illustrator: "MUGENUP",
category: "Pokemon",
hp: 220,
types: ["Water"],
stage: "Basic",
suffix: "V",
attacks: [{
name: {
'zh-tw': "起崩"
},
effect: {
'zh-tw': "將對手的牌庫上方2張卡丟棄。"
},
cost: ["Water"]
}, {
name: {
'zh-tw': "破壞者之拳"
},
effect: {
'zh-tw': "增加對手的戰鬥寶可夢身上放置的傷害指示物的數量×60點傷害。"
},
damage: "90+",
cost: ["Water", "Water", "Colorless"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 4,
regulationMark: "E"
}
export default card

52
data-asia/S/S8/027.ts Normal file
View File

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "拳海參"
},
illustrator: "Tomokazu Komiya",
category: "Pokemon",
hp: 80,
types: ["Water"],
description: {
'zh-tw': "覆蓋著皮膚的黏液具有出眾的保濕效果,即使在陸地上待好幾天也不會乾掉。"
},
stage: "Basic",
abilities: [{
type: "Ability",
name: {
'zh-tw': "拳海參上投"
},
effect: {
'zh-tw': "若手牌有這張卡則在自己的回合時可使用1次。將這張卡放回牌庫下方。然後從自己的牌庫抽出1張卡。在這個回合若已經使出了其他的「拳海參上投」則這個特性無法使用。"
}
}],
attacks: [{
name: {
'zh-tw': "拳骨"
},
damage: 50,
cost: ["Water", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

43
data-asia/S/S8/028.ts Normal file
View File

@ -0,0 +1,43 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "雪吞蟲"
},
illustrator: "Yuka Morii",
category: "Pokemon",
hp: 40,
types: ["Water"],
description: {
'zh-tw': "會吃地面上的積雪。吃得越多,背上的刺就會長得越挺拔。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "冰之呼喚"
},
effect: {
'zh-tw': "從自己的牌庫選擇最多2張【水】能量卡在給對手看過後加入手牌。並且重洗牌庫。"
},
cost: ["Water"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

54
data-asia/S/S8/029.ts Normal file
View File

@ -0,0 +1,54 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "雪絨蛾"
},
illustrator: "chibi",
category: "Pokemon",
hp: 90,
types: ["Water"],
description: {
'zh-tw': "絕不放過破壞山野環境的人。會用冰冷的翅膀四處飛翔,製造出暴風雪來懲罰他們。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "冰凍之風"
},
effect: {
'zh-tw': "將對手的戰鬥寶可夢【睡眠】。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "暴雪閉環"
},
effect: {
'zh-tw': "將這隻寶可夢身上附加的能量全部放回手牌。"
},
damage: 160,
cost: ["Water", "Water", "Colorless"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

47
data-asia/S/S8/030.ts Normal file
View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "傘電蜥"
},
illustrator: "Mina Nakai",
category: "Pokemon",
hp: 70,
types: ["Lightning"],
description: {
'zh-tw': "擁有太陽能發電的結構。如果有人打擾牠發電,牠就會因心理壓力而衰弱。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "咬"
},
damage: 10,
cost: ["Colorless"]
}, {
name: {
'zh-tw': "電球"
},
damage: 20,
cost: ["Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

51
data-asia/S/S8/031.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "光電傘蜥"
},
illustrator: "Kagemaru Himeno",
category: "Pokemon",
hp: 110,
types: ["Lightning"],
description: {
'zh-tw': "如果展開頸傘沐浴陽光,單憑1隻光電傘蜥就能製造出大城市所需的電力。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "咬"
},
damage: 20,
cost: ["Colorless"]
}, {
name: {
'zh-tw': "電氣子彈"
},
effect: {
'zh-tw': "對手的1隻備戰寶可夢也受到20點傷害。[在備戰區不計算弱點・抵抗力。]"
},
damage: 60,
cost: ["Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

47
data-asia/S/S8/032.ts Normal file
View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "蟲電寶"
},
illustrator: "sowsow",
category: "Pokemon",
hp: 100,
types: ["Lightning"],
description: {
'zh-tw': "蟲電寶消化吃掉的落葉時會產生電能。牠會把這些電能儲存在自己肚子上的電囊中。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "夾住"
},
damage: 30,
cost: ["Colorless", "Colorless"]
}, {
name: {
'zh-tw': "伏特頭擊"
},
damage: 60,
cost: ["Lightning", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 3,
regulationMark: "E"
}
export default card

50
data-asia/S/S8/033.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "鍬農炮蟲"
},
illustrator: "nagimiso",
category: "Pokemon",
hp: 150,
types: ["Lightning"],
description: {
'zh-tw': "如果牠在飛行時把蟲電寶抱住當作備用電池,就能連續發射電力超高的電磁光束。"
},
stage: "Stage2",
attacks: [{
name: {
'zh-tw': "咬住"
},
damage: 70,
cost: ["Colorless", "Colorless", "Colorless"]
}, {
name: {
'zh-tw': "電氣引爆"
},
effect: {
'zh-tw': "將這隻寶可夢身上附加的2個【雷】能量丟棄對手的1隻寶可夢受到200點傷害。[在備戰區不計算弱點・抵抗力。]"
},
cost: ["Lightning", "Lightning", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 0,
regulationMark: "E"
}
export default card

51
data-asia/S/S8/034.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "逐電犬V"
},
illustrator: "Shin Nagasawa",
category: "Pokemon",
hp: 200,
types: ["Lightning"],
stage: "Basic",
suffix: "V",
attacks: [{
name: {
'zh-tw': "粉碎迴轉"
},
effect: {
'zh-tw': "若希望,將這隻寶可夢與備戰寶可夢互換。"
},
damage: 30,
cost: ["Lightning"]
}, {
name: {
'zh-tw': "電氣子彈"
},
effect: {
'zh-tw': "對手的1隻備戰寶可夢也受到30點傷害。[在備戰區不計算弱點・抵抗力。]"
},
damage: 120,
cost: ["Lightning", "Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

50
data-asia/S/S8/035.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "逐電犬VMAX"
},
illustrator: "PLANETA Tsuji",
category: "Pokemon",
hp: 320,
types: ["Lightning"],
stage: "VMAX",
attacks: [{
name: {
'zh-tw': "雷電風暴"
},
effect: {
'zh-tw': "增加自己的場上寶可夢身上附加的【雷】能量的數量×30點傷害。"
},
damage: "30+",
cost: ["Lightning", "Colorless"]
}, {
name: {
'zh-tw': "極巨伏特"
},
effect: {
'zh-tw': "在下個自己的回合,這隻寶可夢無法使用「極巨伏特」。"
},
damage: 230,
cost: ["Lightning", "Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

50
data-asia/S/S8/036.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "毒電嬰"
},
illustrator: "kodama",
category: "Pokemon",
hp: 60,
types: ["Lightning"],
description: {
'zh-tw': "透過讓自身的毒素產生化學反應來發電。電力雖然弱,卻能造成麻痺。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "叫聲"
},
effect: {
'zh-tw': "在下個對手的回合,受到這個招式的寶可夢使用招式的傷害「-30」點。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "小伏特"
},
damage: 10,
cost: ["Lightning"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

52
data-asia/S/S8/037.ts Normal file
View File

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "顫弦蠑螈"
},
illustrator: "nagimiso",
category: "Pokemon",
hp: 120,
types: ["Lightning"],
description: {
'zh-tw': "發電器官長在胸部。當牠製造出電力的時候,會發出貝斯般的聲音。"
},
stage: "Stage1",
abilities: [{
type: "Ability",
name: {
'zh-tw': "極度洩氣"
},
effect: {
'zh-tw': "若自己的所有場上寶可夢皆為「匯流」寶可夢則生效。只要這隻寶可夢在場上對手的場上的所有「寶可夢【VMAX】」的最大HP各減少「30」。"
}
}],
attacks: [{
name: {
'zh-tw': "伏特頭擊"
},
damage: 90,
cost: ["Lightning", "Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

59
data-asia/S/S8/038.ts Normal file
View File

@ -0,0 +1,59 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "迷唇姐"
},
illustrator: "Shigenori Negishi",
category: "Pokemon",
hp: 100,
types: ["Psychic"],
description: {
'zh-tw': "奇異的叫聲聽起來就像是人類的語言。也有些音樂家會創作讓迷唇姐唱的曲子。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "雙重抽出"
},
effect: {
'zh-tw': "從自己的牌庫抽出2張卡。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "眩目舞"
},
effect: {
'zh-tw': "將對手的戰鬥寶可夢【混亂】。"
},
damage: 30,
cost: ["Psychic", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

55
data-asia/S/S8/039.ts Normal file
View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "夢幻V"
},
illustrator: "Mitsuhiro Arita",
category: "Pokemon",
hp: 180,
types: ["Psychic"],
stage: "Basic",
suffix: "V",
attacks: [{
name: {
'zh-tw': "能量混和"
},
effect: {
'zh-tw': "從自己的牌庫選擇1張能量卡附於自己的「匯流」寶可夢身上。並且重洗牌庫。"
},
cost: ["Psychic"]
}, {
name: {
'zh-tw': "精神之跳"
},
effect: {
'zh-tw': "若希望,將這隻寶可夢與附加的卡,全部放回自己的牌庫並重洗。"
},
damage: 70,
cost: ["Psychic", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 0,
regulationMark: "E"
}
export default card

54
data-asia/S/S8/040.ts Normal file
View File

@ -0,0 +1,54 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "夢幻VMAX"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 310,
types: ["Psychic"],
stage: "VMAX",
attacks: [{
name: {
'zh-tw': "交錯匯流"
},
effect: {
'zh-tw': "選擇自己的備戰區的「匯流」寶可夢持有的1個招式作為這個招式使用。"
},
cost: ["Colorless", "Colorless"]
}, {
name: {
'zh-tw': "極巨奇跡"
},
effect: {
'zh-tw': "這個招式的傷害不計算對手的戰鬥寶可夢身上的附加效果。"
},
damage: 130,
cost: ["Psychic", "Psychic"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 0,
regulationMark: "E"
}
export default card

47
data-asia/S/S8/041.ts Normal file
View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "布魯"
},
illustrator: "Kyoko Umemoto",
category: "Pokemon",
hp: 70,
types: ["Psychic"],
description: {
'zh-tw': "個性與外表相反,其實很膽小。要是把牠和其他小狗寶可夢放在一起,牠有可能會被欺負。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "頭錘"
},
damage: 10,
cost: ["Colorless"]
}, {
name: {
'zh-tw': "咬住"
},
damage: 30,
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

52
data-asia/S/S8/042.ts Normal file
View File

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "布魯皇"
},
illustrator: "Akira Komayama",
category: "Pokemon",
hp: 120,
types: ["Psychic"],
description: {
'zh-tw': "雖然很受年輕女性歡迎,但牠不但膽小而且個性纖細,以看門狗來說一點用都沒有。"
},
stage: "Stage1",
abilities: [{
type: "Ability",
name: {
'zh-tw': "抓取"
},
effect: {
'zh-tw': "在自己的回合當從手牌使出這張卡並完成進化時可使用1次。從自己的棄牌區選擇最多2張「寶可夢道具」卡在給對手看過後加入手牌。"
}
}],
attacks: [{
name: {
'zh-tw': "咬住"
},
damage: 90,
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

45
data-asia/S/S8/043.ts Normal file
View File

@ -0,0 +1,45 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "伽勒爾 太陽珊瑚"
},
illustrator: "Kouki Saitou",
category: "Pokemon",
hp: 70,
types: ["Psychic"],
description: {
'zh-tw': "牠是因急遽環境變化而死去的遠古太陽珊瑚。會用珊瑚枝吸取人的精氣。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "撞擊"
},
damage: 30,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

55
data-asia/S/S8/044.ts Normal file
View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "伽勒爾 魔靈珊瑚"
},
illustrator: "sui",
category: "Pokemon",
hp: 100,
types: ["Psychic"],
description: {
'zh-tw': "一定要小心牠那包覆著靈魂的靈體。如果觸摸到,就會像石頭一樣動彈不得。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "強迫再生"
},
effect: {
'zh-tw': "從對手的棄牌區選擇1張【基礎】寶可夢的「寶可夢【V】」卡放置於對手的備戰區。然後在身上放置傷害指示物直到那隻寶可夢的剩餘HP變為「30」為止。"
},
cost: ["Psychic"]
}, {
name: {
'zh-tw': "陰森射擊"
},
damage: 80,
cost: ["Psychic", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 2,
regulationMark: "E"
}
export default card

49
data-asia/S/S8/045.ts Normal file
View File

@ -0,0 +1,49 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "代歐奇希斯"
},
illustrator: "Kouki Saitou",
category: "Pokemon",
hp: 120,
types: ["Psychic"],
description: {
'zh-tw': "宇宙病毒發生突變後變成了寶可夢。出現在極光的附近。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "光子提昇"
},
effect: {
'zh-tw': "若這隻寶可夢身上附有「匯流能量」則增加80點傷害。"
},
damage: "80+",
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

45
data-asia/S/S8/046.ts Normal file
View File

@ -0,0 +1,45 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "食夢夢"
},
illustrator: "miki kudo",
category: "Pokemon",
hp: 80,
types: ["Psychic"],
description: {
'zh-tw': "在吃掉夢之後會吐出煙霧。吃了快樂的夢時,煙霧是粉紅色的;如果是惡夢,煙霧則是黑灰色的。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "衝撞"
},
damage: 10,
cost: ["Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 2,
regulationMark: "E"
}
export default card

59
data-asia/S/S8/047.ts Normal file
View File

@ -0,0 +1,59 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "夢夢蝕"
},
illustrator: "Tika Matsuno",
category: "Pokemon",
hp: 120,
types: ["Psychic"],
description: {
'zh-tw': "總是在打瞌睡作夢。剛睡醒的時候會鬧脾氣,所以最好別去招惹牠。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "誘導睡眠"
},
effect: {
'zh-tw': "選擇對手的1隻備戰寶可夢與戰鬥寶可夢互換。然後將新上場的寶可夢【睡眠】。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "精神強念"
},
effect: {
'zh-tw': "增加對手的戰鬥寶可夢身上附加的能量的數量×30點傷害。"
},
damage: "30+",
cost: ["Psychic", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 2,
regulationMark: "E"
}
export default card

49
data-asia/S/S8/048.ts Normal file
View File

@ -0,0 +1,49 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "美洛耶塔"
},
illustrator: "kirisAki",
category: "Pokemon",
hp: 90,
types: ["Psychic"],
description: {
'zh-tw': "以特殊的發聲法唱出的旋律,能自在地操控聽者的情緒。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "旋律迴響"
},
effect: {
'zh-tw': "造成自己的場上寶可夢身上附加的「匯流能量」的數量×70點傷害。"
},
damage: "70×",
cost: ["Psychic", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

49
data-asia/S/S8/049.ts Normal file
View File

@ -0,0 +1,49 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "多龍梅西亞"
},
illustrator: "Teeziro",
category: "Pokemon",
hp: 60,
types: ["Psychic"],
description: {
'zh-tw': "雖然單獨1隻弱得甚至敵不過小孩,但會和夥伴合作一起鍛鍊,透過進化而變得更強。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "死纏爛打"
},
effect: {
'zh-tw': "在下個對手的回合,受到這個招式的寶可夢無法撤退。"
},
damage: 10,
cost: ["Psychic"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

56
data-asia/S/S8/050.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "多龍奇"
},
illustrator: "HYOGONOSUKE",
category: "Pokemon",
hp: 90,
types: ["Psychic"],
description: {
'zh-tw': "要是沒讓自己在照顧的多龍梅西亞乘在頭上就靜不下心來,甚至會因此試圖把別的寶可夢放到頭上。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "陰森射擊"
},
damage: 20,
cost: ["Psychic"]
}, {
name: {
'zh-tw': "急速折返"
},
effect: {
'zh-tw': "將這隻寶可夢與備戰寶可夢互換。"
},
damage: 30,
cost: ["Psychic", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

56
data-asia/S/S8/051.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "多龍巴魯托"
},
illustrator: "Souichirou Gunjima",
category: "Pokemon",
hp: 150,
types: ["Psychic"],
description: {
'zh-tw': "牠角裡的多龍梅西亞似乎滿心期待著能被以音速發射出去。"
},
stage: "Stage2",
attacks: [{
name: {
'zh-tw': "匯流進擊"
},
effect: {
'zh-tw': "造成自己的場上「匯流」寶可夢的數量×30點傷害。"
},
damage: "30×",
cost: ["Psychic"]
}, {
name: {
'zh-tw': "高速攻擊"
},
damage: 120,
cost: ["Psychic", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 0,
regulationMark: "E"
}
export default card

47
data-asia/S/S8/052.ts Normal file
View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "小拳石"
},
illustrator: "OKACHEKE",
category: "Pokemon",
hp: 80,
types: ["Fighting"],
description: {
'zh-tw': "會用雙手攀登險峻的山崖。人們似乎是在目睹牠那姿態之後才開始了抱石攀岩運動。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "滾動"
},
damage: 10,
cost: ["Fighting"]
}, {
name: {
'zh-tw': "打擊"
},
damage: 20,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 3,
regulationMark: "E"
}
export default card

47
data-asia/S/S8/053.ts Normal file
View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "隆隆石"
},
illustrator: "Masakazu Fukuda",
category: "Pokemon",
hp: 110,
types: ["Fighting"],
description: {
'zh-tw': "藉著從山崖上滾落來移動。如果不小心掉進河裡,就會在最後掙扎時來個大爆炸。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "撞擊"
},
damage: 30,
cost: ["Fighting"]
}, {
name: {
'zh-tw': "岩石粉碎"
},
damage: 70,
cost: ["Fighting", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 4,
regulationMark: "E"
}
export default card

56
data-asia/S/S8/054.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "隆隆岩"
},
illustrator: "KEIICHIRO ITO",
category: "Pokemon",
hp: 180,
types: ["Fighting"],
description: {
'zh-tw': "會讓自己的身體爆炸,然後利用爆炸的力量快速登上陡峭的山路。"
},
stage: "Stage2",
abilities: [{
type: "Ability",
name: {
'zh-tw': "自棄轟炸"
},
effect: {
'zh-tw': "當這隻寶可夢在戰鬥場上受到對手的寶可夢招式的傷害而【氣絕】時在使用招式的寶可夢身上放置10個傷害指示物。"
}
}],
attacks: [{
name: {
'zh-tw': "捨身衝撞"
},
effect: {
'zh-tw': "這隻寶可夢也受到30點傷害。"
},
damage: 160,
cost: ["Fighting", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 4,
regulationMark: "E"
}
export default card

51
data-asia/S/S8/055.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "大岩蛇"
},
illustrator: "KEIICHIRO ITO",
category: "Pokemon",
hp: 110,
types: ["Fighting"],
description: {
'zh-tw': "彎曲扭動巨大結實的身體,以時速80公里的猛烈勢頭挖掘前進。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "防守壓制"
},
effect: {
'zh-tw': "在下個對手的回合,這隻寶可夢受到招式的傷害「-30」點。"
},
damage: 30,
cost: ["Colorless", "Colorless"]
}, {
name: {
'zh-tw': "落石"
},
damage: 90,
cost: ["Fighting", "Fighting", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 4,
regulationMark: "E"
}
export default card

55
data-asia/S/S8/056.ts Normal file
View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "大鋼蛇"
},
illustrator: "Ryuta Fuse",
category: "Pokemon",
hp: 190,
types: ["Fighting"],
description: {
'zh-tw': "人們認為牠的身體是因為堆積了和泥土一起吞下的鐵質,才會發生變化的。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "强力激怒"
},
effect: {
'zh-tw': "造成這隻寶可夢身上放置的傷害指示物的數量×20點傷害。"
},
damage: "20×",
cost: ["Colorless", "Colorless"]
}, {
name: {
'zh-tw': "地震"
},
effect: {
'zh-tw': "自己的所有備戰寶可夢也各受到30點傷害。[在備戰區不計算弱點・抵抗力。]"
},
damage: 180,
cost: ["Fighting", "Fighting", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 4,
regulationMark: "E"
}
export default card

40
data-asia/S/S8/057.ts Normal file
View File

@ -0,0 +1,40 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "螺釘地鼠"
},
illustrator: "tetsuya koizumi",
category: "Pokemon",
hp: 60,
types: ["Fighting"],
description: {
'zh-tw': "會用爪子在地底挖掘前進。一些農民因為擔心牠會因此糟蹋蔬菜而討厭牠。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "抓"
},
damage: 20,
cost: ["Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

51
data-asia/S/S8/058.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "列陣兵"
},
illustrator: "Akira Komayama",
category: "Pokemon",
hp: 90,
types: ["Fighting"],
description: {
'zh-tw': "6隻為一體的寶可夢。慣於團隊行動,會一邊變換陣形一邊戰鬥。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "頭錘"
},
damage: 30,
cost: ["Fighting"]
}, {
name: {
'zh-tw': "背水列陣"
},
effect: {
'zh-tw': "若對手剩餘獎賞卡的張數為1張則增加160點傷害。"
},
damage: "60+",
cost: ["Fighting", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Psychic",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

44
data-asia/S/S8/059.ts Normal file
View File

@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "伽勒爾 蛇紋熊"
},
illustrator: "Eri Yamaki",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
description: {
'zh-tw': "這似乎是蛇紋熊最古老的樣子。會之字形亂走,把周圍弄得一團糟。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "舌舔"
},
effect: {
'zh-tw': "擲1次硬幣若為正面則將對手的戰鬥寶可夢【麻痺】。"
},
damage: 10,
cost: ["Darkness"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

40
data-asia/S/S8/060.ts Normal file
View File

@ -0,0 +1,40 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "伽勒爾 直衝熊"
},
illustrator: "sowsow",
category: "Pokemon",
hp: 90,
types: ["Darkness"],
description: {
'zh-tw': "有著十分好戰的性情。即使是比自己強的對手也會魯莽地發起挑戰。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "後踢"
},
damage: 30,
cost: ["Darkness"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

55
data-asia/S/S8/061.ts Normal file
View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "伽勒爾 堵攔熊"
},
illustrator: "kodama",
category: "Pokemon",
hp: 170,
types: ["Darkness"],
description: {
'zh-tw': "在不斷的鬥爭中得到了進化。牠交叉著雙臂發出的怒吼能讓一切對手都為之膽怯。"
},
stage: "Stage2",
attacks: [{
name: {
'zh-tw': "封口"
},
effect: {
'zh-tw': "選擇對手的戰鬥寶可夢持有的1個招式。在下個對手的回合受到這個招式的寶可夢無法使用被選擇的招式。"
},
damage: 30,
cost: ["Darkness"]
}, {
name: {
'zh-tw': "狠心一擊"
},
effect: {
'zh-tw': "若對手的戰鬥寶可夢身上放置有傷害指示物則增加90點傷害。"
},
damage: "60+",
cost: ["Darkness"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

54
data-asia/S/S8/062.ts Normal file
View File

@ -0,0 +1,54 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "破破袋"
},
illustrator: "Shibuzoh.",
category: "Pokemon",
hp: 70,
types: ["Darkness"],
description: {
'zh-tw': "誕生自塞滿垃圾的垃圾袋裡。牠嘴裡噴出的毒氣是伽勒爾雙彈瓦斯的最愛。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "呼朋引伴"
},
effect: {
'zh-tw': "從自己的牌庫選擇1張【基礎】寶可夢卡放置於備戰區。並且重洗牌庫。"
},
cost: ["Darkness"]
}, {
name: {
'zh-tw': "毒之氣息"
},
effect: {
'zh-tw': "將對手的戰鬥寶可夢【中毒】。"
},
damage: 20,
cost: ["Darkness", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

51
data-asia/S/S8/063.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "灰塵山"
},
illustrator: "sui",
category: "Pokemon",
hp: 120,
types: ["Darkness"],
description: {
'zh-tw': "從右臂噴出的毒液十分危險,虛弱的生物只要一沾到,立刻就會丟掉性命。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "毒瓦斯"
},
effect: {
'zh-tw': "將對手的戰鬥寶可夢【中毒】。"
},
damage: 30,
cost: ["Darkness"]
}, {
name: {
'zh-tw': "污泥旋渦"
},
damage: 130,
cost: ["Darkness", "Darkness", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 3,
regulationMark: "E"
}
export default card

56
data-asia/S/S8/064.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "禿鷹丫頭"
},
illustrator: "Shigenori Negishi",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
description: {
'zh-tw': "由於很快就會長大,屁股上的骸骨會接著傳給巢裡更小的禿鷹丫頭用。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "銳利羽"
},
damage: 10,
cost: ["Colorless"]
}, {
name: {
'zh-tw': "空氣斬"
},
effect: {
'zh-tw': "選擇1個這隻寶可夢身上附加的能量將其丟棄。"
},
damage: 30,
cost: ["Darkness", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

56
data-asia/S/S8/065.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "禿鷹娜"
},
illustrator: "Narumi Sato",
category: "Pokemon",
hp: 120,
types: ["Darkness"],
description: {
'zh-tw': "把撿來的骨頭裝飾在身上。在骨頭形狀這方面似乎也是有流行趨勢的。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "骨之封鎖"
},
effect: {
'zh-tw': "在下個對手的回合,無法從手牌使出寶可夢將受到這個招式的寶可夢進化。"
},
damage: 20,
cost: ["Darkness"]
}, {
name: {
'zh-tw': "暗黑利刃"
},
damage: 70,
cost: ["Darkness", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 2,
regulationMark: "E"
}
export default card

52
data-asia/S/S8/066.ts Normal file
View File

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "胡帕V"
},
illustrator: "takuyoa",
category: "Pokemon",
hp: 220,
types: ["Darkness"],
stage: "Basic",
suffix: "V",
abilities: [{
type: "Ability",
name: {
'zh-tw': "雙面"
},
effect: {
'zh-tw': "只要這隻寶可夢在場上改為【超】與【惡】2種屬性。"
}
}],
attacks: [{
name: {
'zh-tw': "暗影衝擊"
},
effect: {
'zh-tw': "在自己的1隻寶可夢身上放置3個傷害指示物。"
},
damage: 170,
cost: ["Darkness", "Darkness", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

56
data-asia/S/S8/067.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "龍頭地鼠"
},
illustrator: "Lee HyunJung",
category: "Pokemon",
hp: 130,
types: ["Metal"],
description: {
'zh-tw': "別名鑽頭王。在地底下挖掘前進的速度高達每小時150公里。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "金屬爪"
},
damage: 50,
cost: ["Metal", "Colorless"]
}, {
name: {
'zh-tw': "岩石封鎖"
},
effect: {
'zh-tw': "在下個對手的回合,受到這個招式的寶可夢無法撤退。"
},
damage: 120,
cost: ["Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2,
regulationMark: "E"
}
export default card

49
data-asia/S/S8/068.ts Normal file
View File

@ -0,0 +1,49 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "鐵蟻"
},
illustrator: "Shin Nagasawa",
category: "Pokemon",
hp: 70,
types: ["Metal"],
description: {
'zh-tw': "巨大的顎部能咬碎岩石。為了不讓沙螺蟒把蛋搶走,會和其他同類一起並肩戰鬥。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "逆境顎"
},
effect: {
'zh-tw': "若對手的戰鬥寶可夢為【火】寶可夢,則將那隻寶可夢【麻痺】。"
},
damage: 70,
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

57
data-asia/S/S8/069.ts Normal file
View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "蓋諾賽克特V"
},
illustrator: "PLANETA Tsuji",
category: "Pokemon",
hp: 190,
types: ["Metal"],
stage: "Basic",
suffix: "V",
abilities: [{
type: "Ability",
name: {
'zh-tw': "匯流系統"
},
effect: {
'zh-tw': "在自己的回合時可使用1次。從牌庫抽卡直到自己的手牌的張數與自己的場上「匯流」寶可夢的數量相同為止。"
}
}],
attacks: [{
name: {
'zh-tw': "高科技光炮"
},
effect: {
'zh-tw': "在下個自己的回合,這隻寶可夢無法使用招式。"
},
damage: 210,
cost: ["Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2,
regulationMark: "E"
}
export default card

56
data-asia/S/S8/070.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "托戈德瑪爾"
},
illustrator: "Oswaldo KATO",
category: "Pokemon",
hp: 80,
types: ["Metal"],
description: {
'zh-tw': "在危急時刻會把身體捲成一團、倒豎起背上的尖刺,不分青紅皂白地發出電擊。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "一同滾動"
},
effect: {
'zh-tw': "造成自己的備戰區的持有「一同滾動」招式的寶可夢的數量×20點傷害。"
},
damage: "20×",
cost: ["Colorless", "Colorless"]
}, {
name: {
'zh-tw': "滾球攻擊"
},
damage: 50,
cost: ["Metal", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

55
data-asia/S/S8/071.ts Normal file
View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "美錄坦"
},
illustrator: "Teeziro",
category: "Pokemon",
hp: 70,
types: ["Metal"],
description: {
'zh-tw': "身體是融化成液狀的鋼鐵。能夠將地底的鐵或其他金屬溶解後吸收進體內。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "鐵質攝取"
},
effect: {
'zh-tw': "將這隻寶可夢恢復「30」HP。"
},
cost: ["Metal"]
}, {
name: {
'zh-tw': "頭錘"
},
damage: 20,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

60
data-asia/S/S8/072.ts Normal file
View File

@ -0,0 +1,60 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "美錄梅塔"
},
illustrator: "Hasuno",
category: "Pokemon",
hp: 150,
types: ["Metal"],
description: {
'zh-tw': "擁有產出鐵的力量因而受到人們的崇拜。不知為何在經過3000年的時間後甦醒過來。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "鐵塊橫掃"
},
effect: {
'zh-tw': "在下個對手的回合,這隻寶可夢不會受到擁有特性的寶可夢招式的傷害。"
},
damage: 80,
cost: ["Metal", "Colorless", "Colorless"]
}, {
name: {
'zh-tw': "爆破之錘"
},
effect: {
'zh-tw': "選擇1個這隻寶可夢身上附加的能量將其丟棄。"
},
damage: 150,
cost: ["Metal", "Metal", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 4,
regulationMark: "E"
}
export default card

60
data-asia/S/S8/073.ts Normal file
View File

@ -0,0 +1,60 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "鋼鎧鴉"
},
illustrator: "Ryuta Fuse",
category: "Pokemon",
hp: 170,
types: ["Metal"],
description: {
'zh-tw': "擁有優秀飛行能力和極度聰明頭腦的牠在伽勒爾地區從事飛翔計程車的工作。"
},
stage: "Stage2",
attacks: [{
name: {
'zh-tw': "鋼翼"
},
effect: {
'zh-tw': "在下個對手的回合,這隻寶可夢受到招式的傷害「-30」點。"
},
damage: 50,
cost: ["Metal"]
}, {
name: {
'zh-tw': "能量旋風"
},
effect: {
'zh-tw': "選擇1個這隻寶可夢身上附加的能量改附於備戰寶可夢身上。"
},
damage: 160,
cost: ["Metal", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 2,
regulationMark: "E"
}
export default card

51
data-asia/S/S8/074.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "拉帝亞斯"
},
illustrator: "Yuu Nishida",
category: "Pokemon",
hp: 120,
types: ["Dragon"],
description: {
'zh-tw': "透過心靈感應和人類交流情感。會用能令光線折射的羽毛變化成其他的樣子。"
},
stage: "Basic",
abilities: [{
type: "Ability",
name: {
'zh-tw': "紅色支援"
},
effect: {
'zh-tw': "在自己的回合時可使用1次。從自己的手牌選擇1張【超】能量卡附於自己的「拉帝歐斯」身上。"
}
}],
attacks: [{
name: {
'zh-tw': "力之屏障"
},
effect: {
'zh-tw': "在下個對手的回合這隻寶可夢不會受到「寶可夢【VMAX】」招式的傷害。"
},
damage: 70,
cost: ["Fire", "Psychic", "Colorless"]
}],
retreat: 1,
regulationMark: "E"
}
export default card

51
data-asia/S/S8/075.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "拉帝歐斯"
},
illustrator: "hatachu",
category: "Pokemon",
hp: 130,
types: ["Dragon"],
description: {
'zh-tw': "擁有很高的智慧,能理解人類的語言。是厭惡爭鬥的溫柔寶可夢。"
},
stage: "Basic",
abilities: [{
type: "Ability",
name: {
'zh-tw': "藍色支援"
},
effect: {
'zh-tw': "在自己的回合時可使用1次。從自己的手牌選擇1張【超】能量卡附於自己的「拉帝亞斯」身上。"
}
}],
attacks: [{
name: {
'zh-tw': "潔淨光芒"
},
effect: {
'zh-tw': "選擇2個這隻寶可夢身上附加的能量將其丟棄。"
},
damage: 210,
cost: ["Water", "Water", "Psychic", "Colorless"]
}],
retreat: 2,
regulationMark: "E"
}
export default card

42
data-asia/S/S8/076.ts Normal file
View File

@ -0,0 +1,42 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "黏黏寶"
},
illustrator: "Miki Tanaka",
category: "Pokemon",
hp: 50,
types: ["Dragon"],
description: {
'zh-tw': "牠的觸角是優秀的感覺器官。只要感覺到有敵人就會立刻躲起來,以此存活到了現在。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "撞擊"
},
damage: 10,
cost: ["Colorless"]
}, {
name: {
'zh-tw': "溶解"
},
damage: 20,
cost: ["Water", "Psychic"]
}],
retreat: 1,
regulationMark: "E"
}
export default card

46
data-asia/S/S8/077.ts Normal file
View File

@ -0,0 +1,46 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "黏美兒"
},
illustrator: "Saya Tsuruta",
category: "Pokemon",
hp: 80,
types: ["Dragon"],
description: {
'zh-tw': "背上的突起物裡裝著牠小小的腦子,裡面只想著吃飯和逃離敵人這兩件事。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "溶解"
},
damage: 20,
cost: ["Colorless"]
}, {
name: {
'zh-tw': "泰山壓頂"
},
effect: {
'zh-tw': "擲1次硬幣若為正面則將對手的戰鬥寶可夢【麻痺】。"
},
damage: 50,
cost: ["Water", "Psychic"]
}],
retreat: 3,
regulationMark: "E"
}
export default card

47
data-asia/S/S8/078.ts Normal file
View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "黏美龍"
},
illustrator: "Nagomi Nijo",
category: "Pokemon",
hp: 160,
types: ["Dragon"],
description: {
'zh-tw': "用伸長角產生的力道來攻擊對手,產生的威力比重量級拳擊手的拳擊還強100倍。"
},
stage: "Stage2",
abilities: [{
type: "Ability",
name: {
'zh-tw': "黏黏滑滑空間"
},
effect: {
'zh-tw': "只要這隻寶可夢在戰鬥場上對手從手牌將能量附於寶可夢身上時附上前擲1次硬幣。若為反面則那個能量不附上將其丟棄。"
}
}],
attacks: [{
name: {
'zh-tw': "光炮尾"
},
damage: 120,
cost: ["Water", "Psychic"]
}],
retreat: 3,
regulationMark: "E"
}
export default card

52
data-asia/S/S8/079.ts Normal file
View File

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "土龍弟弟"
},
illustrator: "ryoma uratsuka",
category: "Pokemon",
hp: 60,
types: ["Colorless"],
description: {
'zh-tw': "一看到人就會用尾巴挖洞逃走。如果能夠遇見牠,代表你很幸運。"
},
stage: "Basic",
abilities: [{
type: "Ability",
name: {
'zh-tw': "神秘巢穴"
},
effect: {
'zh-tw': "只要這隻寶可夢在場上,雙方的場上的所有【無】寶可夢的弱點全部消除。"
}
}],
attacks: [{
name: {
'zh-tw': "滾動"
},
damage: 30,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

50
data-asia/S/S8/080.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "圖圖犬"
},
illustrator: "Mitsuhiro Arita",
category: "Pokemon",
hp: 70,
types: ["Colorless"],
description: {
'zh-tw': "會用尾巴前端分泌出的液體畫下標記。其中有些標記會吸引愛好者以高價買賣。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "棄牌寫生"
},
effect: {
'zh-tw': "從自己的棄牌區選擇最多2張「匯流」訓練家卡在給對手看過後加入手牌。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "擺尾拍擊"
},
damage: 80,
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

44
data-asia/S/S8/081.ts Normal file
View File

@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "向尾喵"
},
illustrator: "Yukiko Baba",
category: "Pokemon",
hp: 60,
types: ["Colorless"],
description: {
'zh-tw': "有時會展現出追著自己的尾巴玩,但玩著玩著就會頭昏眼花的可愛一面。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "胡思亂撞"
},
effect: {
'zh-tw': "擲1次硬幣若為反面則這個招式失敗。"
},
damage: 30,
cost: ["Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

54
data-asia/S/S8/082.ts Normal file
View File

@ -0,0 +1,54 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "優雅貓"
},
illustrator: "kirisAki",
category: "Pokemon",
hp: 100,
types: ["Colorless"],
description: {
'zh-tw': "有著美麗的毛髮,非常受女性訓練家的歡迎。沒有固定的住所。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "愛管閒事"
},
effect: {
'zh-tw': "查看對手的手牌選擇其中1張卡放回對手的牌庫下方。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "連環巴掌"
},
effect: {
'zh-tw': "擲2次硬幣造成正面出現的次數×50點傷害。"
},
damage: "50×",
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

54
data-asia/S/S8/083.ts Normal file
View File

@ -0,0 +1,54 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "掘掘兔"
},
illustrator: "sui",
category: "Pokemon",
hp: 60,
types: ["Colorless"],
description: {
'zh-tw': "對危險很敏感。只要聽到鋼鎧鴉拍打翅膀的聲音,就會馬上挖洞鑽進地下藏身。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "尋找朋友"
},
effect: {
'zh-tw': "從自己的牌庫選擇1張寶可夢卡在給對手看過後加入手牌。並且重洗牌庫。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "猛撞"
},
effect: {
'zh-tw': "這隻寶可夢也受到10點傷害。"
},
damage: 30,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

51
data-asia/S/S8/084.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "掘地兔"
},
illustrator: "MAHOU",
category: "Pokemon",
hp: 140,
types: ["Colorless"],
description: {
'zh-tw': "肚子上的體毛保溫性能優秀。在過去,人們會用牠掉落的毛來製作保暖服裝。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "頭突"
},
damage: 80,
cost: ["Colorless", "Colorless", "Colorless"]
}, {
name: {
'zh-tw': "猛撞"
},
effect: {
'zh-tw': "這隻寶可夢也受到30點傷害。"
},
damage: 150,
cost: ["Colorless", "Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 4,
regulationMark: "E"
}
export default card

51
data-asia/S/S8/085.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "藏飽栗鼠V"
},
illustrator: "PLANETA Yamashita",
category: "Pokemon",
hp: 210,
types: ["Colorless"],
stage: "Basic",
suffix: "V",
attacks: [{
name: {
'zh-tw': "泰山壓頂"
},
effect: {
'zh-tw': "擲1次硬幣若為正面則將對手的戰鬥寶可夢【麻痺】。"
},
damage: 40,
cost: ["Colorless", "Colorless"]
}, {
name: {
'zh-tw': "貪心門牙"
},
effect: {
'zh-tw': "從自己的牌庫抽出3張卡。"
},
damage: 120,
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

50
data-asia/S/S8/086.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "藏飽栗鼠VMAX"
},
illustrator: "PLANETA Mochizuki",
category: "Pokemon",
hp: 320,
types: ["Colorless"],
stage: "VMAX",
attacks: [{
name: {
'zh-tw': "零成本"
},
effect: {
'zh-tw': "若這個招式的傷害將對手的【基礎】寶可夢【氣絕】則多獲得2張獎賞卡。"
},
damage: 30,
cost: ["Colorless", "Colorless"]
}, {
name: {
'zh-tw': "極巨強慾"
},
effect: {
'zh-tw': "從自己的牌庫抽出3張卡。"
},
damage: 160,
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 3,
regulationMark: "E"
}
export default card

49
data-asia/S/S8/087.ts Normal file
View File

@ -0,0 +1,49 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "稚山雀"
},
illustrator: "OKACHEKE",
category: "Pokemon",
hp: 60,
types: ["Colorless"],
description: {
'zh-tw': "嬌小的體型讓牠能敏捷地飛翔。攻其不備的戰法將體型巨大的對手玩弄於股掌之間。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "亂擊"
},
effect: {
'zh-tw': "擲3次硬幣造成正面出現的次數×10點傷害。"
},
damage: "10×",
cost: ["Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

49
data-asia/S/S8/088.ts Normal file
View File

@ -0,0 +1,49 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "藍鴉"
},
illustrator: "Naoyo Kimura",
category: "Pokemon",
hp: 80,
types: ["Colorless"],
description: {
'zh-tw': "歷經無數次艱難的戰鬥後,牠學會了該如何正確地判斷敵人的力量。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "亂擊"
},
effect: {
'zh-tw': "擲3次硬幣造成正面出現的次數×30點傷害。"
},
damage: "30×",
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

22
data-asia/S/S8/089.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "交錯收發機"
},
illustrator: "Studio Bora Inc.",
category: "Trainer",
effect: {
'zh-tw': "「交錯收發機」只可2張同時使用。效果是2張生效1次。 從自己的棄牌區選擇1張寶可夢卡或者支援者卡在給對手看過後加入手牌。"
},
trainerType: "Item",
regulationMark: "E"
}
export default card

22
data-asia/S/S8/090.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "交錯切換機"
},
illustrator: "inose yukie",
category: "Trainer",
effect: {
'zh-tw': "「交錯切換機」只可2張同時使用。效果是2張生效1次。選擇1隻對手的備戰寶可夢與戰鬥寶可夢互換。然後將自己的戰鬥寶可夢與備戰寶可夢互換。"
},
trainerType: "Item",
regulationMark: "E"
}
export default card

22
data-asia/S/S8/091.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "對戰VIP參加證"
},
illustrator: "Ryo Ueda",
category: "Trainer",
effect: {
'zh-tw': "這張卡只能在自己的最初回合使用。 從自己的牌庫選擇最多2張【基礎】寶可夢卡放置於備戰區。並且重洗牌庫。"
},
trainerType: "Item",
regulationMark: "E"
}
export default card

22
data-asia/S/S8/092.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "強力糖錠"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
'zh-tw': "在這個回合,自己的「匯流」寶可夢使用的招式,對對手的戰鬥寶可夢造成的傷害「+30」點。"
},
trainerType: "Item",
regulationMark: "E"
}
export default card

22
data-asia/S/S8/093.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "海綿手套"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
'zh-tw': "寶可夢道具卡附於自己的寶可夢使用。1隻寶可夢只可附上1張寶可夢道具卡並且保持附加狀態。"
},
trainerType: "Tool",
regulationMark: "E"
}
export default card

22
data-asia/S/S8/094.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "餘音大鈴鐺"
},
illustrator: "AYUMI ODASHIMA",
category: "Trainer",
effect: {
'zh-tw': "寶可夢道具卡附於自己的寶可夢使用。1隻寶可夢只可附上1張寶可夢道具卡並且保持附加狀態。"
},
trainerType: "Tool",
regulationMark: "E"
}
export default card

22
data-asia/S/S8/095.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "花月"
},
illustrator: "Hideki Ishikawa",
category: "Trainer",
effect: {
'zh-tw': "查看對手的手牌從其中選擇最多2張「寶可夢道具」「競技場」「特殊能量」卡將其丟棄。"
},
trainerType: "Supporter",
regulationMark: "E"
}
export default card

22
data-asia/S/S8/096.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "小菊兒的璀璨"
},
illustrator: "Yusuke Ohmura",
category: "Trainer",
effect: {
'zh-tw': "選擇最多2隻自己的「匯流」寶可夢從牌庫附給那些寶可夢各1張「匯流能量」卡。並且重洗牌庫。"
},
trainerType: "Supporter",
regulationMark: "E"
}
export default card

22
data-asia/S/S8/097.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "舞者"
},
illustrator: "Sanosuke Sakuma",
category: "Trainer",
effect: {
'zh-tw': "從自己的牌庫抽出2張卡。若在後攻玩家的最初回合使用則再抽出3張卡。"
},
trainerType: "Supporter",
regulationMark: "E"
}
export default card

22
data-asia/S/S8/098.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "伯特與天桐與寇恩"
},
illustrator: "Yusuke Ohmura",
category: "Trainer",
effect: {
'zh-tw': "從自己的牌庫選擇最多3張「匯流」寶可夢卡在給對手看過後加入手牌。並且重洗牌庫。"
},
trainerType: "Supporter",
regulationMark: "E"
}
export default card

22
data-asia/S/S8/099.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "滑板選手的公園"
},
illustrator: "Oswaldo KATO",
category: "Trainer",
effect: {
'zh-tw': "雙方的戰鬥寶可夢【撤退】時,若丟棄的能量為基本能量,則不丟棄那些能量,而是放回自己的手牌。"
},
trainerType: "Stadium",
regulationMark: "E"
}
export default card

21
data-asia/S/S8/100.ts Normal file
View File

@ -0,0 +1,21 @@
import { Card } from "../../../interfaces"
import Set from "../S8"
const card: Card = {
set: Set,
name: {
'zh-tw': "匯流能量"
},
category: "Energy",
effect: {
'zh-tw': "這張卡只可附於「匯流」寶可夢身上,若附於「匯流」寶可夢以外的寶可夢身上,則將其丟棄。 只要這張卡附於寶可夢身上視為提供1個所有屬性的能量附有這張卡的寶可夢不會受到對手的寶可夢的特性效果影響。"
},
energyType: "Special",
regulationMark: "E"
}
export default card