1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 20:01:58 +00:00

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

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

44
data-asia/SV/SVP1/001.ts Normal file
View File

@@ -0,0 +1,44 @@
import { Card } from "../../../interfaces"
import Set from "../SVP1"
const card: Card = {
set: Set,
name: {
'zh-tw': "原野水母"
},
illustrator: "Shin Nagasawa",
category: "Pokemon",
hp: 50,
types: ["Grass"],
description: {
'zh-tw': "看起來像瑪瑙水母,其實是 截然不同的種類。雖然腳很細, 但跑起來能達到時速50公里。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "亂踢"
},
effect: {
'zh-tw': "擲3次硬幣造成正面出現的次數×10點傷害。"
},
damage: "10×",
cost: ["Grass"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1,
regulationMark: "G"
}
export default card

52
data-asia/SV/SVP1/002.ts Normal file
View File

@@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../SVP1"
const card: Card = {
set: Set,
name: {
'zh-tw': "陸地水母ex"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 270,
types: ["Grass"],
stage: "Stage1",
suffix: "EX",
abilities: [{
type: "Ability",
name: {
'zh-tw': "守護菌絲"
},
effect: {
'zh-tw': "只要這隻寶可夢在場上,自己的所有身上附有能量卡的寶可夢,不會受到對手的寶可夢使用招式的效果的影響。(已經受到的效果不會消除。)"
}
}],
attacks: [{
name: {
'zh-tw': "菌落猛攻"
},
effect: {
'zh-tw': "增加自己的備戰區身上附有【草】能量卡的寶可夢的數量×40點傷害。"
},
damage: "80+",
cost: ["Grass", "Grass"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 2,
regulationMark: "G"
}
export default card

43
data-asia/SV/SVP1/003.ts Normal file
View File

@@ -0,0 +1,43 @@
import { Card } from "../../../interfaces"
import Set from "../SVP1"
const card: Card = {
set: Set,
name: {
'zh-tw': "布撥"
},
illustrator: "Tika Matsuno",
category: "Pokemon",
hp: 50,
types: ["Lightning"],
description: {
'zh-tw': "手的肉球是放電的器官。 會費勁地用後腳站起來, 然後從手掌釋放出電擊。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "小衝擊"
},
effect: {
'zh-tw': "擲1次硬幣若為正面則將對手的戰鬥寶可夢【麻痺】。"
},
cost: ["Lightning"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "G"
}
export default card

51
data-asia/SV/SVP1/004.ts Normal file
View File

@@ -0,0 +1,51 @@
import { Card } from "../../../interfaces"
import Set from "../SVP1"
const card: Card = {
set: Set,
name: {
'zh-tw': "布土撥"
},
illustrator: "Saya Tsuruta",
category: "Pokemon",
hp: 90,
types: ["Lightning"],
description: {
'zh-tw': "使用的格鬥技非常獨特,會一邊用手掌給予打擊, 並一邊用肉球施放電擊。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "電擊"
},
effect: {
'zh-tw': "擲1次硬幣若為正面則將對手的戰鬥寶可夢【麻痺】。"
},
damage: 30,
cost: ["Lightning"]
}, {
name: {
'zh-tw': "伏特頭擊"
},
damage: 70,
cost: ["Lightning", "Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "G"
}
export default card

46
data-asia/SV/SVP1/005.ts Normal file
View File

@@ -0,0 +1,46 @@
import { Card } from "../../../interfaces"
import Set from "../SVP1"
const card: Card = {
set: Set,
name: {
'zh-tw': "巴布土撥ex"
},
illustrator: "aky CG Works",
category: "Pokemon",
hp: 300,
types: ["Lightning"],
stage: "Stage2",
suffix: "EX",
attacks: [{
name: {
'zh-tw': "電氣踢"
},
damage: 60,
cost: ["Lightning"]
}, {
name: {
'zh-tw': "閃電強襲"
},
effect: {
'zh-tw': "將2個這隻寶可夢身上附加的【雷】能量丟棄對手的1隻寶可夢受到220點傷害。[在備戰區不計算弱點・抵抗力。]"
},
cost: ["Lightning", "Lightning"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 0,
regulationMark: "G"
}
export default card

49
data-asia/SV/SVP1/006.ts Normal file
View File

@@ -0,0 +1,49 @@
import { Card } from "../../../interfaces"
import Set from "../SVP1"
const card: Card = {
set: Set,
name: {
'zh-tw': "墓仔狗"
},
illustrator: "yuu",
category: "Pokemon",
hp: 70,
types: ["Psychic"],
description: {
'zh-tw': "愛親近人,害怕寂寞。 就算只跟牠玩了一下下, 牠也會一直跟在後面。"
},
stage: "Basic",
attacks: [{
name: {
'zh-tw': "墓地遊玩"
},
effect: {
'zh-tw': "造成自己的棄牌區的【超】寶可夢的張數×10點傷害。"
},
damage: "10×",
cost: ["Psychic"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 2,
regulationMark: "G"
}
export default card

56
data-asia/SV/SVP1/007.ts Normal file
View File

@@ -0,0 +1,56 @@
import { Card } from "../../../interfaces"
import Set from "../SVP1"
const card: Card = {
set: Set,
name: {
'zh-tw': "墓揚犬ex"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 260,
types: ["Psychic"],
stage: "Stage1",
suffix: "EX",
attacks: [{
name: {
'zh-tw': "咬緊"
},
effect: {
'zh-tw': "在下個對手的回合,受到這個招式的寶可夢無法撤退。"
},
damage: 30,
cost: ["Psychic"]
}, {
name: {
'zh-tw': "掃墓"
},
effect: {
'zh-tw': "增加自己的棄牌區的【超】寶可夢卡的張數×10點傷害。"
},
damage: "160+",
cost: ["Psychic", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 3,
regulationMark: "G"
}
export default card