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

52
data-asia/S/S6a/001.ts Normal file
View File

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "凱羅斯"
},
illustrator: "Shin Nagasawa",
category: "Pokemon",
hp: 120,
types: ["Grass"],
description: {
'zh-tw': "雖然很強壯,但弱點是怕冷。到了晚上就會把身體埋在樹葉堆裡睡覺。"
},
stage: "Basic",
abilities: [{
type: "Ability",
name: {
'zh-tw': "虎鉗特訓"
},
effect: {
'zh-tw': "只要這隻寶可夢在場上,自己的「一擊」寶可夢使用招式的傷害,不計算對手的戰鬥寶可夢的抵抗力。"
}
}],
attacks: [{
name: {
'zh-tw': "地球上投"
},
damage: 110,
cost: ["Grass", "Grass", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

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

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "葉伊布V"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 200,
types: ["Grass"],
stage: "Basic",
suffix: "V",
abilities: [{
type: "Ability",
name: {
'zh-tw': "綠化細胞"
},
effect: {
'zh-tw': "在自己的回合時可使用1次若使用則自己的回合結束。從自己的牌庫選擇1張【草】能量卡附於自己的寶可夢身上。並且重洗牌庫。"
}
}],
attacks: [{
name: {
'zh-tw': "葉刃"
},
effect: {
'zh-tw': "擲1次硬幣若為正面則增加60點傷害。"
},
damage: "90+",
cost: ["Grass", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

50
data-asia/S/S6a/003.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "葉伊布VMAX"
},
illustrator: "PLANETA Tsuji",
category: "Pokemon",
hp: 310,
types: ["Grass"],
stage: "VMAX",
attacks: [{
name: {
'zh-tw': "打草結"
},
effect: {
'zh-tw': "造成對手的戰鬥寶可夢【撤退】所需的能量的數量×60點傷害。"
},
damage: "60×",
cost: ["Grass", "Colorless"]
}, {
name: {
'zh-tw': "極巨綠葉"
},
effect: {
'zh-tw': "將這隻寶可夢恢復「30」HP。"
},
damage: 170,
cost: ["Grass", "Grass", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

44
data-asia/S/S6a/004.ts Normal file
View File

@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "蟲寶包"
},
illustrator: "Akira Komayama",
category: "Pokemon",
hp: 50,
types: ["Grass"],
description: {
'zh-tw': "會用葉子做衣服,因此在服裝設計師之間作為吉祥物而廣受歡迎。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "嚼草"
},
effect: {
'zh-tw': "選擇1個對手的戰鬥寶可夢身上附加的【草】能量將其丟棄。"
},
damage: 10,
cost: ["Grass"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

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

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "寶包繭"
},
illustrator: "313",
category: "Pokemon",
hp: 80,
types: ["Grass"],
description: {
'zh-tw': "用葉子包裹身體來抵禦寒冷。一邊吃著身旁的落葉,一邊在森林裡移動。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "打滾"
},
effect: {
'zh-tw': "擲1次硬幣若為正面則增加20點傷害。"
},
damage: "10+",
cost: ["Grass"]
}, {
name: {
'zh-tw': "種子炸彈"
},
damage: 60,
cost: ["Grass", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

50
data-asia/S/S6a/006.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "保母蟲"
},
illustrator: "kodama",
category: "Pokemon",
hp: 130,
types: ["Grass"],
description: {
'zh-tw': "用落葉發酵時產生的熱來幫蛋保溫。會以葉子為蟲寶包做襁褓。"
},
stage: "Stage2",
attacks: [{
name: {
'zh-tw': "治癒之環"
},
effect: {
'zh-tw': "將自己的所有備戰寶可夢的HP全部恢復。然後將這隻寶可夢與附加的卡全部放回自己的牌庫並重洗。"
},
cost: ["Colorless", "Colorless"]
}, {
name: {
'zh-tw': "飛葉快刀"
},
damage: 120,
cost: ["Grass", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

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

@ -0,0 +1,40 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "滴蛛"
},
illustrator: "Miki Tanaka",
category: "Pokemon",
hp: 50,
types: ["Grass"],
description: {
'zh-tw': "平時生活在水中,也會戴上水泡去陸地上尋找食物。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "蟲咬"
},
damage: 20,
cost: ["Grass"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

51
data-asia/S/S6a/008.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "滴蛛霸"
},
illustrator: "KIYOTAKA OSHIYAMA",
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': "選擇1個這隻寶可夢身上附加的能量改附於備戰寶可夢身上。"
},
damage: 110,
cost: ["Grass", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

44
data-asia/S/S6a/009.ts Normal file
View File

@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "幼棉棉"
},
illustrator: "Mizue",
category: "Pokemon",
hp: 50,
types: ["Grass"],
description: {
'zh-tw': "會隨著微風一邊轉圈圈一邊愉快地唱歌。許多人因為喜歡這可愛的模樣而培育牠。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "吸取一下"
},
effect: {
'zh-tw': "將這隻寶可夢恢復「10」HP。"
},
damage: 10,
cost: ["Grass"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

56
data-asia/S/S6a/010.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "白蓬蓬"
},
illustrator: "Kouki Saitou",
category: "Pokemon",
hp: 80,
types: ["Grass"],
description: {
'zh-tw': "用牠頭上的棉絮製成的線有著十分美麗動人的光澤,是伽勒爾地區的名產。"
},
stage: "Stage1",
abilities: [{
type: "Ability",
name: {
'zh-tw': "棉之搬運"
},
effect: {
'zh-tw': "在自己的回合時可使用1次。從自己的牌庫選擇最多2張基本能量卡在給對手看過後加入手牌。並且重洗牌庫。"
}
}],
attacks: [{
name: {
'zh-tw': "棉花防守"
},
effect: {
'zh-tw': "在下個對手的回合,這隻寶可夢受到招式的傷害「-30」點。"
},
damage: 30,
cost: ["Grass"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

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

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "火伊布V"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 210,
types: ["Fire"],
stage: "Basic",
suffix: "V",
attacks: [{
name: {
'zh-tw': "燃燒氣息"
},
effect: {
'zh-tw': "從自己的牌庫選擇1張【火】能量卡附於這隻寶可夢身上。並且重洗牌庫。"
},
damage: 20,
cost: ["Colorless"]
}, {
name: {
'zh-tw': "灼熱之柱"
},
effect: {
'zh-tw': "將對手的戰鬥寶可夢【灼傷】。"
},
damage: 120,
cost: ["Fire", "Fire", "Colorless"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

47
data-asia/S/S6a/012.ts Normal file
View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "熔岩蟲"
},
illustrator: "otumami",
category: "Pokemon",
hp: 80,
types: ["Fire"],
description: {
'zh-tw': "有著由熔岩構成的身體。如果不持續運動,身體就會因變冷而凝固。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "火種"
},
damage: 10,
cost: ["Fire"]
}, {
name: {
'zh-tw': "火焰"
},
damage: 20,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 3,
regulationMark: "E"
}
export default card

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

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "熔岩蝸牛"
},
illustrator: "Eri Yamaki",
category: "Pokemon",
hp: 130,
types: ["Fire"],
description: {
'zh-tw': "身體總是不斷起伏著,像熔岩一樣灼熱。會不時從殼裡冒出火花。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "落石"
},
damage: 40,
cost: ["Colorless", "Colorless"]
}, {
name: {
'zh-tw': "身軀飛濺"
},
effect: {
'zh-tw': "擲3次硬幣選擇與反面出現的次數相同數量的這隻寶可夢身上附加的能量將其丟棄。"
},
damage: 150,
cost: ["Fire", "Fire", "Colorless"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 3,
regulationMark: "E"
}
export default card

55
data-asia/S/S6a/014.ts Normal file
View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "炎帝"
},
illustrator: "NC Empire",
category: "Pokemon",
hp: 120,
types: ["Fire"],
description: {
'zh-tw': "據說如果炎帝吼叫的話,世界上的某處火山就會爆發。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "憤怒之牙"
},
effect: {
'zh-tw': "造成自己備戰區所有「一擊」寶可夢身上放置的傷害指示物的數量×10點傷害。"
},
damage: "10×",
cost: ["Fire", "Colorless"]
}, {
name: {
'zh-tw': "熱力衝撞"
},
effect: {
'zh-tw': "這隻寶可夢也受到30點傷害。"
},
damage: 120,
cost: ["Fire", "Fire", "Colorless"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

50
data-asia/S/S6a/015.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "水伊布V"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 210,
types: ["Water"],
stage: "Basic",
suffix: "V",
attacks: [{
name: {
'zh-tw': "三重抽出"
},
effect: {
'zh-tw': "從自己的牌庫抽出3張卡。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "飛濺之跳"
},
effect: {
'zh-tw': "將這隻寶可夢與備戰寶可夢互換。"
},
damage: 90,
cost: ["Water", "Water", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

54
data-asia/S/S6a/016.ts Normal file
View File

@ -0,0 +1,54 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "瑪力露"
},
illustrator: "sowsow",
category: "Pokemon",
hp: 50,
types: ["Water"],
description: {
'zh-tw': "很能彈開水的體毛就算是從寒冷的海裡上岸時也能立刻乾掉,一點都不冷。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "直衝水"
},
effect: {
'zh-tw': "對手的1隻備戰寶可夢受到20點傷害。[在備戰區不計算弱點・抵抗力。]"
},
cost: ["Water"]
}, {
name: {
'zh-tw': "一同滾動"
},
effect: {
'zh-tw': "造成自己的備戰區的持有「一同滾動」招式的寶可夢的數量×20點傷害。"
},
damage: "20×",
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

50
data-asia/S/S6a/017.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "瑪力露麗"
},
illustrator: "Sanosuke Sakuma",
category: "Pokemon",
hp: 120,
types: ["Water"],
description: {
'zh-tw': "肚子上像泡泡一樣的花紋在水中便成了隱藏自己身影的迷彩。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "潛入幫忙"
},
effect: {
'zh-tw': "從自己的棄牌區選擇寶可夢卡與支援者卡合計最多3張在給對手看過後加入手牌。"
},
cost: ["Water"]
}, {
name: {
'zh-tw': "衝浪"
},
damage: 90,
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

51
data-asia/S/S6a/018.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "巨翅飛魚"
},
illustrator: "Saya Tsuruta",
category: "Pokemon",
hp: 110,
types: ["Water"],
description: {
'zh-tw': "悠然地暢游在大海中。就算有覬覦食物殘渣的鐵炮魚吸附在自己身上也毫不在意。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "彈跳"
},
effect: {
'zh-tw': "若希望,將這隻寶可夢與備戰寶可夢互換。"
},
damage: 20,
cost: ["Water"]
}, {
name: {
'zh-tw': "飛濺"
},
damage: 80,
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

47
data-asia/S/S6a/019.ts Normal file
View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "水躍魚"
},
illustrator: "KIYOTAKA OSHIYAMA",
category: "Pokemon",
hp: 70,
types: ["Water"],
description: {
'zh-tw': "會用頭上的鰭感知水流,藉此了解周圍的狀況。是個能舉起岩石的大力士。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "擲泥"
},
damage: 20,
cost: ["Colorless", "Colorless"]
}, {
name: {
'zh-tw': "調皮踢"
},
damage: 30,
cost: ["Water", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

51
data-asia/S/S6a/020.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "沼躍魚"
},
illustrator: "tetsuya koizumi",
category: "Pokemon",
hp: 90,
types: ["Water"],
description: {
'zh-tw': "生活在黏稠泥濘的地上,久而久之鍛鍊出了強韌的下盤。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "擲泥"
},
damage: 30,
cost: ["Colorless", "Colorless"]
}, {
name: {
'zh-tw': "能量閉環"
},
effect: {
'zh-tw': "選擇1個這隻寶可夢身上附加的能量放回手牌。"
},
damage: 80,
cost: ["Water", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

56
data-asia/S/S6a/021.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "巨沼怪"
},
illustrator: "Masakazu Fukuda",
category: "Pokemon",
hp: 170,
types: ["Water"],
description: {
'zh-tw': "有著能拖著大型船隻游動的力量。只要揮一下粗壯的手臂就能打倒對手。"
},
stage: "Stage2",
abilities: [{
type: "Ability",
name: {
'zh-tw': "沼泥製造者"
},
effect: {
'zh-tw': "在自己的回合時可使用1次。從自己的手牌選擇1張【水】或者【鬥】能量卡附於自己的寶可夢身上。"
}
}],
attacks: [{
name: {
'zh-tw': "地震"
},
effect: {
'zh-tw': "自己的所有備戰寶可夢也各受到20點傷害。[在備戰區不計算弱點・抵抗力。]"
},
damage: 180,
cost: ["Water", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 3,
regulationMark: "E"
}
export default card

44
data-asia/S/S6a/022.ts Normal file
View File

@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "醜醜魚"
},
illustrator: "tetsuya koizumi",
category: "Pokemon",
hp: 30,
types: ["Water"],
description: {
'zh-tw': "雖然看起來弱小又醜陋,但擁有頑強的生命力,只要少量的水就能存活。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "躍動"
},
effect: {
'zh-tw': "擲3次硬幣造成正面出現的次數×10點傷害。"
},
damage: "10×",
cost: ["Water"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

56
data-asia/S/S6a/023.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "美納斯"
},
illustrator: "sui",
category: "Pokemon",
hp: 120,
types: ["Water"],
description: {
'zh-tw': "據說目睹了美納斯美麗身姿的人,心中一切的憤恨都能得到撫慰。"
},
stage: "Stage1",
abilities: [{
type: "Ability",
name: {
'zh-tw': "水滴守護"
},
effect: {
'zh-tw': "只要這隻寶可夢在場上,對手從手牌使出支援者時,這張卡的持有人與其手牌不會受到其效果的影響。"
}
}],
attacks: [{
name: {
'zh-tw': "雙重粉碎"
},
effect: {
'zh-tw': "擲2次硬幣造成正面出現的次數×70點傷害。"
},
damage: "70×",
cost: ["Water", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

50
data-asia/S/S6a/024.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "冰伊布V"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 210,
types: ["Water"],
stage: "Basic",
suffix: "V",
attacks: [{
name: {
'zh-tw': "結冰覺醒"
},
effect: {
'zh-tw': "從自己的牌庫選擇1張從這隻寶可夢進化而來的卡放置於這隻寶可夢身上完成進化。並且重洗牌庫。"
},
cost: ["Water"]
}, {
name: {
'zh-tw': "全白"
},
effect: {
'zh-tw': "將場上的競技場卡丟棄。"
},
damage: 120,
cost: ["Water", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

51
data-asia/S/S6a/025.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "冰伊布VMAX"
},
illustrator: "PLANETA Tsuji",
category: "Pokemon",
hp: 310,
types: ["Water"],
stage: "VMAX",
abilities: [{
type: "Ability",
name: {
'zh-tw': "水晶之幕"
},
effect: {
'zh-tw': "這隻寶可夢不會受到對手的「寶可夢【VMAX】」「冰伊布【VMAX】」 除外)招式的傷害。"
}
}],
attacks: [{
name: {
'zh-tw': "極巨冰柱"
},
effect: {
'zh-tw': "對手的1隻備戰寶可夢也受到30點傷害。[在備戰區不計算弱點・抵抗力。]"
},
damage: 150,
cost: ["Water", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

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

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "皮卡丘"
},
illustrator: "chibi",
category: "Pokemon",
hp: 60,
types: ["Lightning"],
description: {
'zh-tw': "皮卡丘們把尾巴貼在一起交換電流,其實是在互相打招呼。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "帶電"
},
effect: {
'zh-tw': "從自己的棄牌區選擇1張【雷】能量卡附於這隻寶可夢身上。"
},
cost: ["Lightning"]
}, {
name: {
'zh-tw': "電球"
},
damage: 30,
cost: ["Lightning", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

54
data-asia/S/S6a/027.ts Normal file
View File

@ -0,0 +1,54 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "雷丘"
},
illustrator: "Mitsuhiro Arita",
category: "Pokemon",
hp: 130,
types: ["Lightning"],
description: {
'zh-tw': "如果電囊空了,牠就會直直地豎起尾巴,收集空氣中的電流。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "大閃雷"
},
effect: {
'zh-tw': "雙方的場上的所有「寶可夢【V】・【GX】」各受到50點傷害。[在備戰區不計算弱點・抵抗力。]"
},
cost: ["Lightning"]
}, {
name: {
'zh-tw': "十萬伏特"
},
effect: {
'zh-tw': "將這隻寶可夢身上附加的能量全部丟棄。"
},
damage: 180,
cost: ["Lightning", "Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

44
data-asia/S/S6a/028.ts Normal file
View File

@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "霹靂電球"
},
illustrator: "Tomokazu Komiya",
category: "Pokemon",
hp: 60,
types: ["Lightning"],
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

55
data-asia/S/S6a/029.ts Normal file
View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "頑皮雷彈"
},
illustrator: "Kouki Saitou",
category: "Pokemon",
hp: 90,
types: ["Lightning"],
description: {
'zh-tw': "因為體內儲存著多到快要滿出來的電能,所以稍微受點刺激就會爆炸。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "音爆"
},
effect: {
'zh-tw': "這個招式的傷害不計算弱點・抵抗力。"
},
damage: 40,
cost: ["Colorless"]
}, {
name: {
'zh-tw': "大爆炸"
},
effect: {
'zh-tw': "這隻寶可夢也受到90點傷害。"
},
damage: 120,
cost: ["Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

50
data-asia/S/S6a/030.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "雷伊布V"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 190,
types: ["Lightning"],
stage: "Basic",
suffix: "V",
attacks: [{
name: {
'zh-tw': "雷電箭"
},
effect: {
'zh-tw': "對手的1隻寶可夢受到20點傷害。[在備戰區不計算弱點・抵抗力。]"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "飛彈針"
},
effect: {
'zh-tw': "擲4次硬幣造成正面出現的次數×60點傷害。"
},
damage: "60×",
cost: ["Lightning", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 0,
regulationMark: "E"
}
export default card

50
data-asia/S/S6a/031.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "洛托姆"
},
illustrator: "Sekio",
category: "Pokemon",
hp: 80,
types: ["Lightning"],
description: {
'zh-tw': "會用等離子構成的身體潛入各式各樣的機器裡。最喜歡惡作劇嚇人。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "驚嚇短路"
},
effect: {
'zh-tw': "將對手的場上寶可夢身上附加的「寶可夢道具」全部丟棄。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "劈哩啪啦"
},
damage: 30,
cost: ["Lightning"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

50
data-asia/S/S6a/032.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "麻麻小魚"
},
illustrator: "Yuka Morii",
category: "Pokemon",
hp: 40,
types: ["Lightning"],
description: {
'zh-tw': "由於只能放出微弱的電,所以會由許多麻麻小魚聚集起來,放出強大的電流。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "電磁波"
},
effect: {
'zh-tw': "擲1次硬幣若為正面則將對手的戰鬥寶可夢【麻痺】。"
},
cost: ["Lightning"]
}, {
name: {
'zh-tw': "撞擊"
},
damage: 20,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

51
data-asia/S/S6a/033.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "麻麻鰻"
},
illustrator: "Shigenori Negishi",
category: "Pokemon",
hp: 90,
types: ["Lightning"],
description: {
'zh-tw': "食慾旺盛的寶可夢。一發現獵物就會發動襲擊,用電流使其麻痺後大快朵頤。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "光彈"
},
damage: 20,
cost: ["Lightning"]
}, {
name: {
'zh-tw': "打雷"
},
effect: {
'zh-tw': "這隻寶可夢也受到20點傷害。"
},
damage: 80,
cost: ["Lightning", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

55
data-asia/S/S6a/034.ts Normal file
View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "麻麻鰻魚王"
},
illustrator: "OKACHEKE",
category: "Pokemon",
hp: 160,
types: ["Lightning"],
description: {
'zh-tw': "用手臂的力量從大海裡爬出,襲擊水邊的獵物。會瞬間將獵物拖入海中。"
},
stage: "Stage2",
attacks: [{
name: {
'zh-tw': "衝天擊"
},
effect: {
'zh-tw': "在這個回合,若這隻寶可夢從「麻麻鰻」進化,則將對手的戰鬥寶可夢【麻痺】。"
},
damage: 40,
cost: ["Lightning"]
}, {
name: {
'zh-tw': "瘋狂伏特"
},
effect: {
'zh-tw': "這隻寶可夢也受到30點傷害。"
},
damage: 160,
cost: ["Lightning", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 3,
regulationMark: "E"
}
export default card

51
data-asia/S/S6a/035.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "太陽伊布V"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 200,
types: ["Psychic"],
stage: "Basic",
suffix: "V",
attacks: [{
name: {
'zh-tw': "意念槍彈"
},
effect: {
'zh-tw': "對手的1隻「寶可夢【V】」受到60點傷害。[在備戰區不計算弱點・抵抗力。]"
},
cost: ["Psychic"]
}, {
name: {
'zh-tw': "超念力"
},
damage: 120,
cost: ["Psychic", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

44
data-asia/S/S6a/036.ts Normal file
View File

@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "大嘴娃"
},
illustrator: "Kouki Saitou",
category: "Pokemon",
hp: 90,
types: ["Psychic"],
description: {
'zh-tw': "大嘴娃能用自己那由鋼角變化而成的巨大顎部將對手一口緊緊咬住。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "咬咬控制"
},
effect: {
'zh-tw': "在下個對手的回合受到這個招式的寶可夢使用招式所需的能量與【撤退】所需的能量各增加1個【無】能量。"
},
damage: 30,
cost: ["Psychic"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

43
data-asia/S/S6a/037.ts Normal file
View File

@ -0,0 +1,43 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "花蓓蓓"
},
illustrator: "OKACHEKE",
category: "Pokemon",
hp: 40,
types: ["Psychic"],
description: {
'zh-tw': "頭上的冠是收集花粉製成的,蘊藏著治癒的效果。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "目不轉睛"
},
effect: {
'zh-tw': "將對手的戰鬥寶可夢【睡眠】。"
},
cost: ["Psychic"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

51
data-asia/S/S6a/038.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "花葉蒂"
},
illustrator: "chibi",
category: "Pokemon",
hp: 70,
types: ["Psychic"],
description: {
'zh-tw': "會把自己的力量分給花,用心地加以照料。絕不會原諒破壞花壇的傢伙。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "妖精之風"
},
damage: 20,
cost: ["Psychic"]
}, {
name: {
'zh-tw': "雙重旋轉"
},
effect: {
'zh-tw': "擲2次硬幣造成正面出現的次數×50點傷害。"
},
damage: "50×",
cost: ["Psychic", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

56
data-asia/S/S6a/039.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "花潔夫人"
},
illustrator: "Kagemaru Himeno",
category: "Pokemon",
hp: 130,
types: ["Psychic"],
description: {
'zh-tw': "擁有數百年的壽命。據說牠終其一生都會不斷守護著庭園。"
},
stage: "Stage2",
abilities: [{
type: "Ability",
name: {
'zh-tw': "連擊連接"
},
effect: {
'zh-tw': "在自己的回合時可不限次數使用。選擇1個自己的場上寶可夢身上附加的能量改附於自己的其他「連擊」寶可夢身上。"
}
}],
attacks: [{
name: {
'zh-tw': "奇跡閃耀"
},
effect: {
'zh-tw': "將對手的戰鬥寶可夢【混亂】。"
},
damage: 110,
cost: ["Psychic", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

48
data-asia/S/S6a/040.ts Normal file
View File

@ -0,0 +1,48 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "仙子伊布V"
},
illustrator: "aky CG Works",
category: "Pokemon",
hp: 200,
types: ["Psychic"],
stage: "Basic",
suffix: "V",
abilities: [{
type: "Ability",
name: {
'zh-tw': "夢境之禮"
},
effect: {
'zh-tw': "在自己的回合時可使用1次若使用則自己的回合結束。從自己的牌庫選擇1張物品卡在給對手看過後加入手牌。並且重洗牌庫。"
}
}],
attacks: [{
name: {
'zh-tw': "魔法射擊"
},
damage: 60,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

49
data-asia/S/S6a/041.ts Normal file
View File

@ -0,0 +1,49 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "仙子伊布VMAX"
},
illustrator: "Ryota Murayama",
category: "Pokemon",
hp: 310,
types: ["Psychic"],
stage: "VMAX",
attacks: [{
name: {
'zh-tw': "貴重之觸"
},
effect: {
'zh-tw': "從自己的手牌選擇1張能量卡附於自己的備戰寶可夢身上。然後將那隻寶可夢恢復「120」HP。"
},
cost: ["Psychic"]
}, {
name: {
'zh-tw': "極巨和諧"
},
effect: {
'zh-tw': "增加自己的備戰寶可夢的屬性種類的數量×30點傷害。"
},
damage: "70+",
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

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

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "沙丘娃"
},
illustrator: "KIYOTAKA OSHIYAMA",
category: "Pokemon",
hp: 80,
types: ["Psychic"],
description: {
'zh-tw': "玩沙時堆成的沙山如果沒有在回家時破壞掉,就有可能被靈魂附上而變成沙丘娃。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "震動"
},
damage: 10,
cost: ["Psychic"]
}, {
name: {
'zh-tw': "陰森射擊"
},
damage: 30,
cost: ["Psychic", "Psychic"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 3,
regulationMark: "E"
}
export default card

55
data-asia/S/S6a/043.ts Normal file
View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "噬沙堡爺"
},
illustrator: "Shibuzoh.",
category: "Pokemon",
hp: 140,
types: ["Psychic"],
description: {
'zh-tw': "會捲起沙暴封住對手的行動,然後奪走對手的精氣,是一種很可怕的寶可夢。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "沙之陰森"
},
damage: 120,
cost: ["Psychic", "Psychic", "Colorless"]
}, {
name: {
'zh-tw': "沙塵壓迫"
},
effect: {
'zh-tw': "若對手的戰鬥寶可夢為【基礎】寶可夢,則將那隻寶可夢【氣絕】。"
},
cost: ["Psychic", "Psychic", "Psychic", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 4,
regulationMark: "E"
}
export default card

59
data-asia/S/S6a/044.ts Normal file
View File

@ -0,0 +1,59 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "瑪夏多"
},
illustrator: "Yuya Oka",
category: "Pokemon",
hp: 80,
types: ["Psychic"],
description: {
'zh-tw': "會潛進人或寶可夢的影子裡。能理解潛入對象的心情,並複製對方的能力。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "迅速搜尋"
},
effect: {
'zh-tw': "從自己的牌庫選擇最多2張「連擊」卡在給對手看過後加入手牌。並且重洗牌庫。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "暗影閃爍"
},
effect: {
'zh-tw': "在下個自己的回合受到這個招式的寶可夢【氣絕】時多獲得1張獎賞卡。"
},
damage: 10,
cost: ["Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

55
data-asia/S/S6a/045.ts Normal file
View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "愛管侍"
},
illustrator: "sui",
category: "Pokemon",
hp: 100,
types: ["Psychic"],
description: {
'zh-tw': "為了收集感謝之情而為人和寶可夢貼心服務。雌性十分擅長帶孩子。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "呼朋引伴"
},
effect: {
'zh-tw': "從自己的牌庫選擇最多2張【基礎】寶可夢卡放置於備戰區。並且重洗牌庫。"
},
cost: ["Psychic"]
}, {
name: {
'zh-tw': "愛心標誌"
},
damage: 80,
cost: ["Psychic", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "E"
}
export default card

50
data-asia/S/S6a/046.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "頑皮熊貓"
},
illustrator: "Mina Nakai",
category: "Pokemon",
hp: 60,
types: ["Fighting"],
description: {
'zh-tw': "為了不被小看而一直瞪著對手,然而繃緊的神經一旦稍有放鬆,牠就會在無意中露出笑臉。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "惡養"
},
effect: {
'zh-tw': "從自己的牌庫選擇最多2張【惡】能量卡附於這隻寶可夢身上。並且重洗牌庫。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "踢飛"
},
damage: 30,
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Psychic",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

51
data-asia/S/S6a/047.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "月亮伊布V"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 200,
types: ["Darkness"],
stage: "Basic",
suffix: "V",
attacks: [{
name: {
'zh-tw': "黑色目光"
},
effect: {
'zh-tw': "在下個對手的回合,受到這個招式的寶可夢無法撤退。"
},
damage: 30,
cost: ["Darkness"]
}, {
name: {
'zh-tw': "月光利刃"
},
effect: {
'zh-tw': "若這隻寶可夢身上放置有傷害指示物則增加80點傷害。"
},
damage: "80+",
cost: ["Darkness", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

47
data-asia/S/S6a/048.ts Normal file
View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "月亮伊布VMAX"
},
illustrator: "AKIRA EGAWA",
category: "Pokemon",
hp: 310,
types: ["Darkness"],
stage: "VMAX",
abilities: [{
type: "Ability",
name: {
'zh-tw': "黑暗信號"
},
effect: {
'zh-tw': "在自己的回合當從手牌使出這張卡並完成進化時可使用1次。選擇1隻對手的備戰寶可夢與戰鬥寶可夢互換。"
}
}],
attacks: [{
name: {
'zh-tw': "極巨惡霸"
},
damage: 160,
cost: ["Darkness", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

40
data-asia/S/S6a/049.ts Normal file
View File

@ -0,0 +1,40 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "索羅亞"
},
illustrator: "ryoma uratsuka",
category: "Pokemon",
hp: 70,
types: ["Darkness"],
description: {
'zh-tw': "平常很愛說話的孩子如果突然變得很沉默,就有可能是索羅亞假扮的。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "後踢"
},
damage: 30,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

52
data-asia/S/S6a/050.ts Normal file
View File

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "索羅亞克"
},
illustrator: "Souichirou Gunjima",
category: "Pokemon",
hp: 120,
types: ["Darkness"],
description: {
'zh-tw': "據說當牠的棲息地快要暴露在人類面前時,牠會製造出幻影,讓人在森林裡不斷徘徊。"
},
stage: "Stage1",
abilities: [{
type: "Ability",
name: {
'zh-tw': "幻影變化"
},
effect: {
'zh-tw': "在自己的回合時可使用1次。從自己的棄牌區選擇1張【1階進化】寶可夢卡「索羅亞克」除外。然後將這隻寶可夢與附加的卡全部丟棄將所選的寶可夢放置於這隻寶可夢原先所在的地方。"
}
}],
attacks: [{
name: {
'zh-tw': "暗黑爆破"
},
damage: 70,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

55
data-asia/S/S6a/051.ts Normal file
View File

@ -0,0 +1,55 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "流氓熊貓"
},
illustrator: "HYOGONOSUKE",
category: "Pokemon",
hp: 140,
types: ["Darkness"],
description: {
'zh-tw': "透過葉子來洞悉敵人的動向。只要使出一記拳擊就能讓大型砂石車變成廢鐵。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "敲擊之錘"
},
effect: {
'zh-tw': "將對手的牌庫上方1張卡丟棄。"
},
damage: 90,
cost: ["Darkness", "Darkness", "Colorless"]
}, {
name: {
'zh-tw': "恐嚇掠奪"
},
effect: {
'zh-tw': "在不看正面的情況下選擇1張對手的手牌將其丟棄。"
},
damage: 150,
cost: ["Darkness", "Darkness", "Darkness", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 4,
regulationMark: "E"
}
export default card

44
data-asia/S/S6a/052.ts Normal file
View File

@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "搗蛋小妖"
},
illustrator: "sowsow",
category: "Pokemon",
hp: 70,
types: ["Darkness"],
description: {
'zh-tw': "不但會溜進民宅偷盜,還會吸收人們悔恨時的負面能量。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "嬉鬧"
},
effect: {
'zh-tw': "擲1次硬幣若為正面則增加30點傷害。"
},
damage: "10+",
cost: ["Darkness"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

51
data-asia/S/S6a/053.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "詐唬魔"
},
illustrator: "tetsuya koizumi",
category: "Pokemon",
hp: 90,
types: ["Darkness"],
description: {
'zh-tw': "喜歡動歪腦筋,把人們引誘到深夜的森林中。似乎擁有培育農作物的能力。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "咬住"
},
damage: 20,
cost: ["Darkness"]
}, {
name: {
'zh-tw': "破壞一擊"
},
effect: {
'zh-tw': "擲1次硬幣若為正面則選擇1個對手的戰鬥寶可夢身上附加的能量將其丟棄。"
},
damage: 40,
cost: ["Darkness", "Darkness"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

51
data-asia/S/S6a/054.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "長毛巨魔"
},
illustrator: "kawayoo",
category: "Pokemon",
hp: 170,
types: ["Darkness"],
description: {
'zh-tw': "毛髮能發揮肌肉纖維般的作用。伸展開來時會像觸手那樣把對手纏繞起來。"
},
stage: "Stage2",
attacks: [{
name: {
'zh-tw': "咬住"
},
damage: 60,
cost: ["Darkness"]
}, {
name: {
'zh-tw': "殿後攻擊"
},
effect: {
'zh-tw': "若自己的備戰寶可夢的數量為2隻以下則增加140點傷害。"
},
damage: "100+",
cost: ["Darkness", "Darkness"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 3,
regulationMark: "E"
}
export default card

44
data-asia/S/S6a/055.ts Normal file
View File

@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "喵喵"
},
illustrator: "Kouki Saitou",
category: "Pokemon",
hp: 70,
types: ["Colorless"],
description: {
'zh-tw': "為了不弄髒額頭上的金幣,會常常洗臉。和伽勒爾的喵喵關係不好。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "聚寶功"
},
effect: {
'zh-tw': "從自己的牌庫抽出1張卡。"
},
damage: 10,
cost: ["Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

51
data-asia/S/S6a/056.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "貓老大"
},
illustrator: "Lee HyunJung",
category: "Pokemon",
hp: 110,
types: ["Colorless"],
description: {
'zh-tw': "擁有優雅高貴的身姿。與野蠻的喵頭目個性不合,互相看不起對方。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "聚寶功"
},
effect: {
'zh-tw': "從自己的牌庫抽出1張卡。"
},
damage: 30,
cost: ["Colorless"]
}, {
name: {
'zh-tw': "咬住"
},
damage: 70,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

51
data-asia/S/S6a/057.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "袋獸"
},
illustrator: "Souichirou Gunjima",
category: "Pokemon",
hp: 120,
types: ["Colorless"],
description: {
'zh-tw': "絕對不要靠近從袋獸腹中溜出來玩耍的孩子,因為母親正在某處守護著牠。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "拍擊"
},
damage: 30,
cost: ["Colorless"]
}, {
name: {
'zh-tw': "親子聯合拳"
},
effect: {
'zh-tw': "擲1次硬幣若為正面則增加100點傷害。"
},
damage: "60+",
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2,
regulationMark: "E"
}
export default card

50
data-asia/S/S6a/058.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "伊布"
},
illustrator: "Atsushi Furusawa",
category: "Pokemon",
hp: 70,
types: ["Colorless"],
description: {
'zh-tw': "由於不穩定的基因,蘊含著各式各樣進化可能性的特殊寶可夢。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "布搜索"
},
effect: {
'zh-tw': "從自己的牌庫選擇最多3張「寶可夢【V】」卡在給對手看過後加入手牌。並且重洗牌庫。"
},
cost: ["Colorless"]
}, {
name: {
'zh-tw': "踩"
},
damage: 20,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

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

@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "圖圖犬"
},
illustrator: "Kouki Saitou",
category: "Pokemon",
hp: 80,
types: ["Colorless"],
description: {
'zh-tw': "會用尾巴前端分泌出的液體畫下標記。其中有些標記會吸引愛好者以高價買賣。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "即時作畫"
},
effect: {
'zh-tw': "從自己的手牌將任意數量的基本能量給對手看過後增加給對手看過的基本能量的屬性種類的數量×30點傷害。"
},
damage: "30+",
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "E"
}
export default card

22
data-asia/S/S6a/060.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "搖搖奶昔"
},
illustrator: "sadaji",
category: "Trainer",
effect: {
'zh-tw': "若使用了這張卡,則自己的回合結束。 從自己的牌庫選擇1張自己的1隻場上寶可夢進化而來的卡放置於那隻寶可夢身上完成進化。並且重洗牌庫。對自己的最初回合與剛使出的寶可夢也可使用。"
},
trainerType: "Item",
regulationMark: "E"
}
export default card

22
data-asia/S/S6a/061.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "夢境球"
},
illustrator: "Ryo Ueda",
category: "Trainer",
effect: {
'zh-tw': "從自己的反面朝上的獎賞卡中獲得這張卡時,這張卡在加入手牌前使用。 從自己的牌庫選擇1張寶可夢卡放置於備戰區。並且重洗牌庫。"
},
trainerType: "Item",
regulationMark: "E"
}
export default card

22
data-asia/S/S6a/062.ts Normal file
View File

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

22
data-asia/S/S6a/063.ts Normal file
View File

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

22
data-asia/S/S6a/064.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "月亮與太陽徽章"
},
illustrator: "Studio Bora Inc.",
category: "Trainer",
effect: {
'zh-tw': "寶可夢道具卡附於自己的寶可夢使用。1隻寶可夢只可附上1張寶可夢道具卡並且保持附加狀態。"
},
trainerType: "Tool",
regulationMark: "E"
}
export default card

22
data-asia/S/S6a/065.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "蝴蝶結徽章"
},
illustrator: "Studio Bora Inc.",
category: "Trainer",
effect: {
'zh-tw': "寶可夢道具卡附於自己的寶可夢使用。1隻寶可夢只可附上1張寶可夢道具卡並且保持附加狀態。"
},
trainerType: "Tool",
regulationMark: "E"
}
export default card

22
data-asia/S/S6a/066.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "香氛姐姐"
},
illustrator: "Megumi Mizutani",
category: "Trainer",
effect: {
'zh-tw': "從自己的牌庫抽出2張卡。然後將自己的戰鬥寶可夢的特殊狀態全部恢復。"
},
trainerType: "Supporter",
regulationMark: "E"
}
export default card

22
data-asia/S/S6a/067.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "瑪瓜"
},
illustrator: "take",
category: "Trainer",
effect: {
'zh-tw': "查看自己的牌庫上方7張卡。從其中選擇任意數量的能量卡在給對手看過後加入手牌。將剩餘卡放回牌庫並重洗。"
},
trainerType: "Supporter",
regulationMark: "E"
}
export default card

22
data-asia/S/S6a/068.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "時尚廣場"
},
illustrator: "Oswaldo KATO",
category: "Trainer",
effect: {
'zh-tw': "雙方玩家在每個自己的回合時可使用1次可選擇1張自己的場上寶可夢身上附加的「寶可夢道具」放回手牌。"
},
trainerType: "Stadium",
regulationMark: "E"
}
export default card

21
data-asia/S/S6a/069.ts Normal file
View File

@ -0,0 +1,21 @@
import { Card } from "../../../interfaces"
import Set from "../S6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "寶藏能量"
},
category: "Energy",
effect: {
'zh-tw': "只要這張卡附於寶可夢身上視為提供1個【無】能量。 在自己的回合,從自己的反面朝上的獎賞卡中獲得這張卡時,可在加入手牌前,將這張卡附於自己的寶可夢身上。"
},
energyType: "Special",
regulationMark: "E"
}
export default card