Skip to content

Commit

Permalink
feat: Add Sword & Shield Sets
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed May 11, 2024
1 parent 5c11f7e commit 1cfcd20
Show file tree
Hide file tree
Showing 4,602 changed files with 205,788 additions and 5 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
49 changes: 49 additions & 0 deletions data-asia/S/S-P/064.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
import { Card } from "../../../interfaces"
import Set from "../S-P"

const card: Card = {
set: Set,

name: {
'zh-tw': "破破舵輪VMAX"
},

illustrator: "PLANETA Mochizuki",
category: "Pokemon",
hp: 330,
types: ["Grass"],
stage: "VMAX",

attacks: [{
name: {
'zh-tw': "嗡嗡連鎖"
},

effect: {
'zh-tw': "對手的1隻寶可夢受到這隻寶可夢身上附加的【草】能量的數量×30點傷害。[在備戰區不計算弱點・抵抗力。]"
},

cost: ["Grass"]
}, {
name: {
'zh-tw': "極巨船錨"
},

effect: {
'zh-tw': "在下個自己的回合,這隻寶可夢無法使用「極巨船錨」。"
},

damage: 240,
cost: ["Grass", "Grass", "Colorless"]
}],

weaknesses: [{
type: "Fire",
value: "×2"
}],

retreat: 3,
regulationMark: "D"
}

export default card
50 changes: 50 additions & 0 deletions data-asia/S/S-P/065.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S-P"

const card: Card = {
set: Set,

name: {
'zh-tw': "閃焰王牌VMAX"
},

illustrator: "PLANETA Mochizuki",
category: "Pokemon",
hp: 320,
types: ["Fire"],
stage: "VMAX",

attacks: [{
name: {
'zh-tw': "雙倍奉還"
},

effect: {
'zh-tw': "增加與在上個對手的回合這隻寶可夢受到的招式的傷害點相同數量的傷害。"
},

damage: "30+",
cost: ["Fire", "Colorless"]
}, {
name: {
'zh-tw': "極巨烈焰球"
},

effect: {
'zh-tw': "將對手的戰鬥寶可夢【灼傷】。"
},

damage: 170,
cost: ["Fire", "Fire", "Colorless"]
}],

weaknesses: [{
type: "Water",
value: "×2"
}],

retreat: 2,
regulationMark: "D"
}

export default card
39 changes: 39 additions & 0 deletions data-asia/S/S-P/066.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
import { Card } from "../../../interfaces"
import Set from "../S-P"

const card: Card = {
set: Set,

name: {
'zh-tw': "莫魯貝可VMAX"
},

illustrator: "PLANETA Mochizuki",
category: "Pokemon",
hp: 300,
types: ["Lightning"],
stage: "VMAX",

attacks: [{
name: {
'zh-tw': "極巨放電"
},

effect: {
'zh-tw': "對手的所有備戰寶可夢也各受到20點傷害。[在備戰區不計算弱點・抵抗力。]"
},

damage: 180,
cost: ["Lightning", "Lightning", "Colorless"]
}],

weaknesses: [{
type: "Fighting",
value: "×2"
}],

retreat: 1,
regulationMark: "D"
}

export default card
40 changes: 40 additions & 0 deletions data-asia/S/S-P/067.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
import { Card } from "../../../interfaces"
import Set from "../S-P"

const card: Card = {
set: Set,

name: {
'zh-tw': "櫻花寶"
},

illustrator: "Lee HyunJung",
category: "Pokemon",
hp: 50,
types: ["Grass"],

description: {
'zh-tw': "身體越紅的櫻花寶含有的營養越豐富,味道也很甜很好吃。"
},

stage: "Basic",

attacks: [{
name: {
'zh-tw': "樹葉"
},

damage: 10,
cost: ["Grass"]
}],

weaknesses: [{
type: "Fire",
value: "×2"
}],

retreat: 1,
regulationMark: "E"
}

export default card
47 changes: 47 additions & 0 deletions data-asia/S/S-P/068.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
import { Card } from "../../../interfaces"
import Set from "../S-P"

const card: Card = {
set: Set,

name: {
'zh-tw': "暖暖豬"
},

illustrator: "Eri Yamaki",
category: "Pokemon",
hp: 80,
types: ["Fire"],

description: {
'zh-tw': "最喜歡吃烤過的樹果,但有時候會因為興奮過頭,把樹果烤得焦黑。"
},

stage: "Basic",

attacks: [{
name: {
'zh-tw': "衝撞"
},

damage: 20,
cost: ["Colorless", "Colorless"]
}, {
name: {
'zh-tw': "烈焰"
},

damage: 50,
cost: ["Fire", "Fire", "Colorless"]
}],

weaknesses: [{
type: "Water",
value: "×2"
}],

retreat: 2,
regulationMark: "E"
}

export default card
50 changes: 50 additions & 0 deletions data-asia/S/S-P/069.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../S-P"

const card: Card = {
set: Set,

name: {
'zh-tw': "伽勒爾 魔牆人偶"
},

illustrator: "Shigenori Negishi",
category: "Pokemon",
hp: 80,
types: ["Water"],

description: {
'zh-tw': "會從腳底釋放出冷氣。一整天都會在自己凍住的地板上努力練習踢踏舞。"
},

stage: "Basic",

attacks: [{
name: {
'zh-tw': "拍擊"
},

damage: 10,
cost: ["Water"]
}, {
name: {
'zh-tw': "找到"
},

effect: {
'zh-tw': "從自己的牌庫選擇1張物品卡,在給對手看過後加入手牌。並且重洗牌庫。"
},

cost: ["Colorless", "Colorless"]
}],

weaknesses: [{
type: "Metal",
value: "×2"
}],

retreat: 1,
regulationMark: "E"
}

export default card
54 changes: 54 additions & 0 deletions data-asia/S/S-P/070.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
import { Card } from "../../../interfaces"
import Set from "../S-P"

const card: Card = {
set: Set,

name: {
'zh-tw': "月亮伊布"
},

illustrator: "Souichirou Gunjima",
category: "Pokemon",
hp: 110,
types: ["Darkness"],

description: {
'zh-tw': "在滿月之夜或是興奮的時候,牠身上圈圈一樣的花紋就會發出金黃色的光。"
},

stage: "Stage1",

attacks: [{
name: {
'zh-tw': "暗中奇襲"
},

effect: {
'zh-tw': "對手的身上放置有傷害指示物的1隻寶可夢受到60點傷害。[在備戰區不計算弱點・抵抗力。]"
},

cost: ["Darkness"]
}, {
name: {
'zh-tw': "月亮幻想"
},

effect: {
'zh-tw': "將對手的戰鬥寶可夢【混亂】。"
},

damage: 80,
cost: ["Darkness", "Colorless", "Colorless"]
}],

weaknesses: [{
type: "Grass",
value: "×2"
}],

retreat: 1,
regulationMark: "E"
}

export default card
Loading

0 comments on commit 1cfcd20

Please sign in to comment.