1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +00:00

feat: Update asian sets (#554)

This commit is contained in:
2024-11-05 23:46:04 +01:00
committed by GitHub
parent 64bcd0524d
commit c1d83caca0
546 changed files with 26414 additions and 0 deletions

52
data-asia/SV/SVK/001.ts Normal file
View File

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "かがやくリザードン"
},
illustrator: "Kouki Saitou",
category: "Pokemon",
hp: 160,
types: ["Fire"],
stage: "Basic",
abilities: [{
type: "Ability",
name: {
ja: "エキサイトハート"
},
effect: {
ja: "相手がすでにとったサイドの枚数ぶん、このポケモンがワザを使うためのエネルギーは少なくなる。"
}
}],
attacks: [{
cost: ["Fire", "Colorless", "Colorless", "Colorless", "Colorless"],
name: {
ja: "かえんばく"
},
damage: 250,
effect: {
ja: "次の自分の番、このポケモンは「かえんばく」が使えない。"
}
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 3,
rarity: "None"
}
export default card

53
data-asia/SV/SVK/002.ts Normal file
View File

@ -0,0 +1,53 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ネオラントV"
},
illustrator: "takuyoa",
category: "Pokemon",
hp: 170,
types: ["Water"],
stage: "Basic",
suffix: "V",
abilities: [{
type: "Ability",
name: {
ja: "ルミナスサイン"
},
effect: {
ja: "自分の番に、このカードを手札からベンチに出したとき、1回使える。自分の山札からサポートを1枚選び、相手に見せて、手札に加える。そして山札を切る。"
}
}],
attacks: [{
cost: ["Water", "Colorless", "Colorless"],
name: {
ja: "アクアリターン"
},
damage: 120,
effect: {
ja: "このポケモンと、ついているすべてのカードを、自分の山札にもどして切る。"
}
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1,
rarity: "None"
}
export default card

54
data-asia/SV/SVK/003.ts Normal file
View File

@ -0,0 +1,54 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "マナフィ"
},
illustrator: "HYOGONOSUKE",
category: "Pokemon",
dexId: [490],
hp: 70,
types: ["Water"],
description: {
ja: "どんな ポケモンとでも 心を 通い合わせる ことが できる 不思議な 能力を 持っている。"
},
stage: "Basic",
abilities: [{
type: "Ability",
name: {
ja: "なみのヴェール"
},
effect: {
ja: "このポケモンがいるかぎり、自分のベンチポケモン全員は、相手のワザのダメージを受けない。"
}
}],
attacks: [{
cost: ["Water"],
name: {
ja: "みずかけ"
},
damage: 20
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1,
rarity: "None"
}
export default card

50
data-asia/SV/SVK/004.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "かがやくゲッコウガ"
},
illustrator: "Souichirou Gunjima",
category: "Pokemon",
hp: 130,
types: ["Water"],
stage: "Basic",
abilities: [{
type: "Ability",
name: {
ja: "かくしふだ"
},
effect: {
ja: "自分の番に、自分の手札からエネルギーを1枚トラッシュするなら、1回使える。自分の山札を2枚引く。"
}
}],
attacks: [{
cost: ["Water", "Water", "Colorless"],
name: {
ja: "げっこうしゅりけん"
},
effect: {
ja: "このポケモンについているエネルギーを2個トラッシュし、相手のポケモン2匹に、それぞれ90ダメージ。ベンチは弱点・抵抗力を計算しない。"
}
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1,
rarity: "None"
}
export default card

57
data-asia/SV/SVK/005.ts Normal file
View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "かがやくフーディン"
},
illustrator: "Akira Komayama",
category: "Pokemon",
hp: 130,
types: ["Psychic"],
stage: "Basic",
abilities: [{
type: "Ability",
name: {
ja: "ペインスプーン"
},
effect: {
ja: "自分の番に1回使える。相手の場のポケモン1匹にのっているダメカンを2個まで選び、相手の別のポケモン1匹にのせ替える。"
}
}],
attacks: [{
cost: ["Psychic", "Colorless"],
name: {
ja: "マインドルーラー"
},
damage: "20×",
effect: {
ja: "相手の手札の枚数×20ダメージ。"
}
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "30"
}],
retreat: 2,
rarity: "None"
}
export default card

56
data-asia/SV/SVK/006.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ミュウex"
},
illustrator: "aky CG Works",
category: "Pokemon",
hp: 180,
types: ["Psychic"],
stage: "Basic",
suffix: "EX",
abilities: [{
type: "Ability",
name: {
ja: "リスタート"
},
effect: {
ja: "自分の番に1回使える。自分の手札が3枚になるように、山札を引く。"
}
}],
attacks: [{
cost: ["Colorless", "Colorless", "Colorless"],
name: {
ja: "ゲノムハック"
},
effect: {
ja: "相手のバトルポケモンが持っているワザを1つ選び、このワザとして使う。"
}
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "30"
}],
retreat: 0,
rarity: "None"
}
export default card

57
data-asia/SV/SVK/007.ts Normal file
View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ポッポ"
},
illustrator: "Oswaldo KATO",
category: "Pokemon",
dexId: [16],
hp: 50,
types: ["Colorless"],
description: {
ja: "戦いを 好まない おとなしい 性格だが 下手に 手を 出すと 強烈に 反撃されるぞ。"
},
stage: "Basic",
attacks: [{
cost: ["Colorless"],
name: {
ja: "なかまをよぶ"
},
effect: {
ja: "自分の山札からたねポケモンを2枚まで選び、ベンチに出す。そして山札を切る。"
}
}, {
cost: ["Colorless", "Colorless"],
name: {
ja: "たいあたり"
},
damage: 20
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "30"
}],
retreat: 1,
rarity: "None"
}
export default card

47
data-asia/SV/SVK/008.ts Normal file
View File

@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ピジョン"
},
illustrator: "Oswaldo KATO",
category: "Pokemon",
dexId: [17],
hp: 80,
types: ["Colorless"],
description: {
ja: "広い 縄張りを 持っており 侵入する 邪魔者は 徹底的に つつかれてしまう。"
},
stage: "Stage1",
attacks: [{
cost: ["Colorless"],
name: {
ja: "はばたく"
},
damage: 20
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "30"
}],
retreat: 0,
rarity: "None"
}
export default card

58
data-asia/SV/SVK/009.ts Normal file
View File

@ -0,0 +1,58 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ピジョットex"
},
illustrator: "takuyoa",
category: "Pokemon",
hp: 280,
types: ["Colorless"],
stage: "Stage2",
suffix: "EX",
abilities: [{
type: "Ability",
name: {
ja: "マッハサーチ"
},
effect: {
ja: "自分の番に1回使える。自分の山札から好きなカードを1枚選び、手札に加える。そして山札を切る。この番、すでに別の「マッハサーチ」を使っていたなら、この特性は使えない。"
}
}],
attacks: [{
cost: ["Colorless", "Colorless"],
name: {
ja: "ふきすさぶ"
},
damage: 120,
effect: {
ja: "のぞむなら、場に出ているスタジアムをトラッシュする。"
}
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "30"
}],
retreat: 0,
rarity: "None"
}
export default card

58
data-asia/SV/SVK/010.ts Normal file
View File

@ -0,0 +1,58 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ビッパ"
},
illustrator: "Naoyo Kimura",
category: "Pokemon",
dexId: [399],
hp: 60,
types: ["Colorless"],
description: {
ja: "いつも 大木や 石を かじって 丈夫な 前歯を 削っている。 水辺に 巣を 作り 暮らす。"
},
stage: "Basic",
abilities: [{
type: "Ability",
name: {
ja: "へっちゃらがお"
},
effect: {
ja: "このポケモンは、ベンチにいるかぎり、ワザのダメージを受けない。"
}
}],
attacks: [{
cost: ["Colorless", "Colorless"],
name: {
ja: "ひっさつまえば"
},
damage: 30,
effect: {
ja: "コインを1回投げウラなら、このワザは失敗。"
}
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
rarity: "None"
}
export default card

58
data-asia/SV/SVK/011.ts Normal file
View File

@ -0,0 +1,58 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ビーダル"
},
illustrator: "OKACHEKE",
category: "Pokemon",
dexId: [400],
hp: 120,
types: ["Colorless"],
description: {
ja: "川を 木の幹や 泥の ダムで せき止めて 住処を 作る。 働き者として 知られている。"
},
stage: "Stage1",
abilities: [{
type: "Ability",
name: {
ja: "はたらくまえば"
},
effect: {
ja: "自分の番に1回使える。自分の手札が5枚になるように、山札を引く。"
}
}],
attacks: [{
cost: ["Colorless", "Colorless", "Colorless"],
name: {
ja: "テールスマッシュ"
},
damage: 100,
effect: {
ja: "コインを1回投げウラなら、このワザは失敗。"
}
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2,
rarity: "None"
}
export default card

58
data-asia/SV/SVK/012.ts Normal file
View File

@ -0,0 +1,58 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "イキリンコex"
},
illustrator: "PLANETA Mochizuki",
category: "Pokemon",
hp: 160,
types: ["Colorless"],
stage: "Basic",
suffix: "EX",
abilities: [{
type: "Ability",
name: {
ja: "イキリテイク"
},
effect: {
ja: "最初の自分の番にだけ1回使える。自分の手札をすべてトラッシュし、山札を6枚引く。この番、すでに別の「イキリテイク」を使っていたなら、この特性は使えない。"
}
}],
attacks: [{
cost: ["Colorless"],
name: {
ja: "きあいをいれる"
},
damage: 20,
effect: {
ja: "自分のトラッシュから基本エネルギーを2枚まで選び、ベンチポケモン1匹につける。"
}
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "30"
}],
retreat: 1,
rarity: "None"
}
export default card

22
data-asia/SV/SVK/013.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "カウンターキャッチャー"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
ja: "このカードは、自分のサイドの残り枚数が、相手のサイドの残り枚数より多いときにしか使えない。\n\n相手のベンチポケモンを1匹選び、バトルポケモンと入れ替える。"
},
trainerType: "Item",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/014.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "キャプチャーアロマ"
},
illustrator: "sadaji",
category: "Trainer",
effect: {
ja: "コインを1回投げる。オモテなら進化ポケモン、ウラならたねポケモンを自分の山札から1枚選び、相手に見せて、手札に加える。そして山札を切る。"
},
trainerType: "Item",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/015.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "すごいつりざお"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
ja: "自分のトラッシュからポケモンと基本エネルギーを合計3枚まで選び、相手に見せて、山札にもどして切る。"
},
trainerType: "Item",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/016.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ダークパッチ"
},
illustrator: "Ryo Ueda",
category: "Trainer",
effect: {
ja: "自分のトラッシュから「基本エネルギー」を1枚選び、ベンチのポケモンにつける。"
},
trainerType: "Item",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/017.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "大地の器"
},
illustrator: "AYUMI ODASHIMA",
category: "Trainer",
effect: {
ja: "このカードは、自分の手札を1枚トラッシュしなければ使えない。\n\n自分の山札から基本エネルギーを2枚まで選び、相手に見せて、手札に加える。そして山札を切る。"
},
trainerType: "Item",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/018.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "なかよしポフィン"
},
illustrator: "AYUMI ODASHIMA",
category: "Trainer",
effect: {
ja: "自分の山札から、HPが「70」以下のたねポケモンを2枚まで選び、ベンチに出す。そして山札を切る。"
},
trainerType: "Item",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/019.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ネストボール"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
ja: "自分の山札からたねポケモンを1枚選び、ベンチに出す。そして山札を切る。"
},
trainerType: "Item",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/020.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ハイパーボール"
},
illustrator: "Ayaka Yoshida",
category: "Trainer",
effect: {
ja: "このカードは、自分の手札を2枚トラッシュしなければ使えない。\n\n自分の山札からポケモンを1枚選び、相手に見せて、手札に加える。そして山札を切る。"
},
trainerType: "Item",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/021.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ふしぎなアメ"
},
illustrator: "Studio Bora Inc.",
category: "Trainer",
effect: {
ja: "自分の手札から2進化ポケモンを1枚選び、そのポケモンへと進化する自分の場のたねポケモンにのせ、1進化をとばして進化させる。最初の自分の番や、出したばかりのポケモンには使えない。"
},
trainerType: "Item",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/022.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ポケモンいれかえ"
},
illustrator: "Studio Bora Inc.",
category: "Trainer",
effect: {
ja: "自分のバトルポケモンをベンチポケモンと入れ替える。"
},
trainerType: "Item",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/023.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "むしとりセット"
},
illustrator: "AYUMI ODASHIMA",
category: "Trainer",
effect: {
ja: "自分の山札を上から7枚見て、その中からポケモンと「基本エネルギー」を合計2枚まで選び、相手に見せて、手札に加える。残りのカードは山札にもどして切る。"
},
trainerType: "Item",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/024.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ロストスイーパー"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
ja: "このカードは、自分の手札を1枚、ロストゾーンに置かなければ使えない。\n\nおたがいの場のポケモンについている「ポケモンのどうぐ」と場に出ている「スタジアム」の中から1枚選び、ロストゾーンに置く。"
},
trainerType: "Item",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/025.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "緊急ボード"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
ja: "このカードをつけているポケモンは、にげるためのエネルギーが1個ぶん少なくなる。そのポケモンの残りHPが「30」以下なら、にげるためのエネルギーは、すべてなくなる。"
},
trainerType: "Tool",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/026.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "森の封印石"
},
illustrator: "AYUMI ODASHIMA",
category: "Trainer",
effect: {
ja: "このカードをつけている「ポケモンV」は、このVSTARパワーを使える。"
},
trainerType: "Tool",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/027.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "勇気のおまもり"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
ja: "このカードをつけているたねポケモンの最大HPは「50」される。"
},
trainerType: "Tool",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/028.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ワザマシン エヴォリューション"
},
illustrator: "Studio Bora Inc.",
category: "Trainer",
effect: {
ja: "このカードをつけているポケモンは、このカードに書かれているワザを使える。[ワザを使うためのエネルギーは必要。]\nポケモンについているこのカードは、自分の番の終わりにトラッシュする。"
},
trainerType: "Tool",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/029.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ワザマシン デヴォリューション"
},
illustrator: "Studio Bora Inc.",
category: "Trainer",
effect: {
ja: "このカードをつけているポケモンは、このカードに書かれているワザを使える。[ワザを使うためのエネルギーは必要。]\nポケモンについているこのカードは、自分の番の終わりにトラッシュする。"
},
trainerType: "Tool",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/030.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "アカマツ"
},
illustrator: "GIDORA",
category: "Trainer",
effect: {
ja: "自分の山札から、それぞれちがうタイプの基本エネルギーを2枚まで選び、相手に見せて、どちらか1枚を手札に加え、残りのエネルギーを自分のポケモンにつける。そして山札を切る。"
},
trainerType: "Supporter",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/031.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "アクロマの実験"
},
illustrator: "Naoki Saito",
category: "Trainer",
effect: {
ja: "自分の山札を上から5枚見て、その中からカードを3枚選び、手札に加える。残りのカードはロストゾーンに置く。"
},
trainerType: "Supporter",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/032.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "スイレンのお世話"
},
illustrator: "Atsushi Furusawa",
category: "Trainer",
effect: {
ja: "自分のトラッシュからポケモン「ルールを持つポケモン」をのぞくと基本エネルギーを合計3枚まで選び、相手に見せて、手札に加える。"
},
trainerType: "Supporter",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/033.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "スグリ"
},
illustrator: "GIDORA",
category: "Trainer",
effect: {
ja: "このカードは、2つの効果から1つを選んで使う。\n\n◆自分のバトルポケモンをベンチポケモンと入れ替える。\n\n◆この番、自分のポケモンが使うワザの、相手のバトル場の「ポケモンex・V」へのダメージは「+30」される。"
},
trainerType: "Supporter",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/034.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ナンジャモ"
},
illustrator: "Sanosuke Sakuma",
category: "Trainer",
effect: {
ja: "おたがいのプレイヤーは、それぞれ自分の手札をすべてウラにして切り、山札の下にもどす。その後、それぞれ自分のサイドの残り枚数ぶん、山札を引く。"
},
trainerType: "Supporter",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/035.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "博士の研究"
},
illustrator: "kirisAki",
category: "Trainer",
effect: {
ja: "自分の手札をすべてトラッシュし、山札を7枚引く。"
},
trainerType: "Supporter",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/036.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "博士の研究"
},
illustrator: "kirisAki",
category: "Trainer",
effect: {
ja: "自分の手札をすべてトラッシュし、山札を7枚引く。"
},
trainerType: "Supporter",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/037.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "フトゥー博士のシナリオ"
},
illustrator: "hncl",
category: "Trainer",
effect: {
ja: "自分の場のポケモンを1匹選び、手札にもどす。ポケモン以外のカードは、すべてトラッシュする。"
},
trainerType: "Supporter",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/038.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ペパー"
},
illustrator: "GIDORA",
category: "Trainer",
effect: {
ja: "自分の山札から「グッズ」と「ポケモンのどうぐ」を1枚ずつ選び、相手に見せて、手札に加える。そして山札を切る。"
},
trainerType: "Supporter",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/039.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ボスの指令"
},
illustrator: "NC Empire",
category: "Trainer",
effect: {
ja: "相手のベンチポケモンを1匹選び、バトルポケモンと入れ替える。"
},
trainerType: "Supporter",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/040.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "タウンデパート"
},
illustrator: "Oswaldo KATO",
category: "Trainer",
effect: {
ja: "おたがいのプレイヤーは、自分の番ごとに1回、自分の山札から「ポケモンのどうぐ」を1枚選び、相手に見せて、手札に加えてよい。そして山札を切る。"
},
trainerType: "Stadium",
rarity: "None"
}
export default card

22
data-asia/SV/SVK/041.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ボウルタウン"
},
illustrator: "Oswaldo KATO",
category: "Trainer",
effect: {
ja: "おたがいのプレイヤーは、自分の番ごとに1回、自分の山札からたねポケモン「ルールを持つポケモン」をのぞくを1枚選び、ベンチに出してよい。そして山札を切る。"
},
trainerType: "Stadium",
rarity: "None"
}
export default card

21
data-asia/SV/SVK/042.ts Normal file
View File

@ -0,0 +1,21 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ジェットエネルギー"
},
category: "Energy",
effect: {
ja: "このカードは、ポケモンについているかぎり、エネルギー1個ぶんとしてはたらく。\n\nこのカードを手札からベンチポケモンにつけたとき、このカードをつけたポケモンを、バトルポケモンと入れ替える。"
},
energyType: "Special",
rarity: "None"
}
export default card

21
data-asia/SV/SVK/043.ts Normal file
View File

@ -0,0 +1,21 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ダブルターボエネルギー"
},
category: "Energy",
effect: {
ja: "このカードは、ポケモンについているかぎり、エネルギー2個ぶんとしてはたらく。\n\nこのカードをつけているポケモンが使うワザの、相手のポケモンへのダメージは「-20」される。"
},
energyType: "Special",
rarity: "None"
}
export default card

21
data-asia/SV/SVK/044.ts Normal file
View File

@ -0,0 +1,21 @@
import { Card } from "../../../interfaces"
import Set from "../SVK"
const card: Card = {
set: Set,
name: {
ja: "ルミナスエネルギー"
},
category: "Energy",
effect: {
ja: "このカードは、ポケモンについているかぎり、すべてのタイプのエネルギー1個ぶんとしてはたらく。\n\nこのカードをつけているポケモンに、このカード以外の特殊エネルギーがついているなら、エネルギー1個ぶんとしてはたらく。"
},
energyType: "Special",
rarity: "None"
}
export default card