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

46
data-asia/SV/SVLS/001.ts Normal file
View File

@ -0,0 +1,46 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "ロコン"
},
illustrator: "Narumi Sato",
category: "Pokemon",
dexId: [37],
hp: 70,
types: ["Fire"],
description: {
ja: "温かい 6本の 尻尾は 体が 育つごとに 毛並みが 良くなり 美しく なっていく。"
},
stage: "Basic",
attacks: [{
cost: ["Fire"],
name: {
ja: "とっしん"
},
damage: 30,
effect: {
ja: "このポケモンにも10ダメージ。"
}
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 1,
rarity: "None"
}
export default card

46
data-asia/SV/SVLS/002.ts Normal file
View File

@ -0,0 +1,46 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "キュウコン"
},
illustrator: "Kamome Shirahama",
category: "Pokemon",
dexId: [38],
hp: 120,
types: ["Fire"],
description: {
ja: "黄金に 輝く 体毛と 9本の 長い 尻尾を 持つ。 1000年は 生きると 言われる。"
},
stage: "Stage1",
attacks: [{
cost: ["Fire"],
name: {
ja: "ほのおのみたま"
},
damage: 50,
effect: {
ja: "相手のベンチポケモン1匹にも、30ダメージ。ベンチは弱点・抵抗力を計算しない。"
}
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 1,
rarity: "None"
}
export default card

59
data-asia/SV/SVLS/003.ts Normal file
View File

@ -0,0 +1,59 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "ホウオウ"
},
illustrator: "kodama",
category: "Pokemon",
dexId: [250],
hp: 130,
types: ["Fire"],
description: {
ja: "体は 七色に 輝き 飛んだあとは 虹が できると 神話に 残されている ポケモン。"
},
stage: "Basic",
attacks: [{
cost: ["Fire", "Colorless"],
name: {
ja: "はばたく"
},
damage: 50
}, {
cost: ["Fire", "Fire", "Colorless"],
name: {
ja: "シャインブレイズ"
},
damage: "100",
effect: {
ja: "自分のベンチに「テラスタル」のポケモンがいるなら、100ダメージ追加。"
}
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "30"
}],
retreat: 2,
rarity: "None"
}
export default card

56
data-asia/SV/SVLS/004.ts Normal file
View File

@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "オドリドリ"
},
illustrator: "Heisuke Kitazawa",
category: "Pokemon",
dexId: [741],
hp: 90,
types: ["Fire"],
description: {
ja: "くれないのミツを 吸った 姿。 情熱的な ステップを 踏み 激しい 炎を 巻き起こす。"
},
stage: "Basic",
attacks: [{
cost: ["Fire"],
name: {
ja: "エネアシスト"
},
effect: {
ja: "自分のトラッシュから基本エネルギーを2枚まで選び、ベンチポケモン1匹につける。"
}
}, {
cost: ["Fire"],
name: {
ja: "ひばな"
},
damage: 30,
effect: {
ja: "このポケモンについているエネルギーを1個選び、トラッシュする。"
}
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 1,
rarity: "None"
}
export default card

42
data-asia/SV/SVLS/005.ts Normal file
View File

@ -0,0 +1,42 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "カルボウ"
},
illustrator: "Kariya",
category: "Pokemon",
dexId: [935],
hp: 70,
types: ["Fire"],
description: {
ja: "戦いになると 火力が 上がり 摂氏1000度に 達する。 油分の多い 木の実を 好む。"
},
stage: "Basic",
attacks: [{
cost: ["Fire"],
name: {
ja: "おにび"
},
damage: 20
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 1,
rarity: "None"
}
export default card

53
data-asia/SV/SVLS/006.ts Normal file
View File

@ -0,0 +1,53 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "ソウブレイズex"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 270,
types: ["Fire"],
stage: "Stage1",
suffix: "EX",
attacks: [{
cost: ["Fire"],
name: {
ja: "しんえんほむら"
},
damage: "30",
effect: {
ja: "自分のトラッシュにあるエネルギーの枚数×20ダメージ追加。"
}
}, {
cost: ["Fire", "Psychic", "Metal"],
name: {
ja: "アメジストレイジ"
},
damage: 280,
effect: {
ja: "このポケモンについているエネルギーを、すべてトラッシュする。"
}
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 2,
rarity: "None"
}
export default card

61
data-asia/SV/SVLS/007.ts Normal file
View File

@ -0,0 +1,61 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "シンボラー"
},
illustrator: "svlt",
category: "Pokemon",
dexId: [561],
hp: 110,
types: ["Psychic"],
description: {
ja: "サイコパワーで 空を 飛ぶ。 古代都市の 守り神 とも その遣いとも いわれている。"
},
stage: "Basic",
attacks: [{
cost: ["Colorless"],
name: {
ja: "ダブルドロー"
},
effect: {
ja: "自分の山札を2枚引く。"
}
}, {
cost: ["Psychic", "Colorless", "Colorless"],
name: {
ja: "ねんりき"
},
damage: 60,
effect: {
ja: "コインを1回投げオモテなら、相手のバトルポケモンをマヒにする。"
}
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "30"
}],
retreat: 1,
rarity: "None"
}
export default card

51
data-asia/SV/SVLS/008.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "レジスチル"
},
illustrator: "Shiburingaru",
category: "Pokemon",
dexId: [379],
hp: 130,
types: ["Metal"],
description: {
ja: "伸び縮みする 柔らかさも あるが どんな 金属よりも 頑丈な 不思議な 物質で できている。"
},
stage: "Basic",
attacks: [{
cost: ["Metal", "Colorless"],
name: {
ja: "レイジングハンマー"
},
damage: "60",
effect: {
ja: "このポケモンにのっているダメカンの数×10ダメージ追加。"
}
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "30"
}],
retreat: 3,
rarity: "None"
}
export default card

51
data-asia/SV/SVLS/009.ts Normal file
View File

@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "ホーホー"
},
illustrator: "Yukihiro Tada",
category: "Pokemon",
dexId: [163],
hp: 70,
types: ["Colorless"],
description: {
ja: "正確に 時を 告げることから 世界の ことわりを わきまえた 知恵の神様 とする 国もある。"
},
stage: "Basic",
attacks: [{
cost: ["Colorless"],
name: {
ja: "さんどづき"
},
damage: "10×",
effect: {
ja: "コインを3回投げ、オモテの数×10ダメージ。"
}
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "30"
}],
retreat: 1,
rarity: "None"
}
export default card

59
data-asia/SV/SVLS/010.ts Normal file
View File

@ -0,0 +1,59 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "ヨルノズク"
},
illustrator: "matazo",
category: "Pokemon",
dexId: [164],
hp: 100,
types: ["Colorless"],
description: {
ja: "非常に 柔らかい 羽は 飛ぶとき 音を 出さないので こっそり 獲物に 近づける。"
},
stage: "Stage1",
abilities: [{
type: "Ability",
name: {
ja: "ほうせきさがし"
},
effect: {
ja: "自分の番に、このカードを手札から出して進化させたとき、自分の場に「テラスタル」のポケモンがいるなら、1回使える。自分の山札からトレーナーズを2枚まで選び、相手に見せて、手札に加える。そして山札を切る。"
}
}],
attacks: [{
cost: ["Colorless", "Colorless"],
name: {
ja: "スピードウイング"
},
damage: 60
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "30"
}],
retreat: 1,
rarity: "None"
}
export default card

22
data-asia/SV/SVLS/011.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
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/SVLS/012.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "テラスタルオーブ"
},
illustrator: "Ayaka Yoshida",
category: "Trainer",
effect: {
ja: "自分の山札から「テラスタル」のポケモンを1枚選び、相手に見せて、手札に加える。そして山札を切る。"
},
trainerType: "Item",
rarity: "None"
}
export default card

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

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
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/SVLS/014.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "パーフェクトミキサー"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
ja: "自分の山札から好きなカードを5枚まで選び、トラッシュする。そして山札を切る。"
},
trainerType: "Item",
rarity: "None"
}
export default card

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

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
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/SVLS/016.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "ポケギア3.0"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
ja: "自分の山札を上から7枚見て、その中からサポートを1枚選び、相手に見せて、手札に加える。残りのカードは山札にもどして切る。"
},
trainerType: "Item",
rarity: "None"
}
export default card

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

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
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/SVLS/018.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
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/SVLS/019.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
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/SVLS/020.ts Normal file
View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "ネモ"
},
illustrator: "Sanosuke Sakuma",
category: "Trainer",
effect: {
ja: "自分の山札を3枚引く。"
},
trainerType: "Supporter",
rarity: "None"
}
export default card

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

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../SVLS"
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/SVLS/022.ts Normal file
View File

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