1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18:09:19 +00:00

feat(asian): Updated SV6 and added SV6a & SV6s (#502)

This commit is contained in:
2024-10-10 00:44:36 +02:00
parent bfe885b508
commit 5e4ba51064
365 changed files with 13098 additions and 481 deletions

58
data-asia/SV/SV6a/042.ts Normal file
View File

@ -0,0 +1,58 @@
import { Card } from "../../../interfaces"
import Set from "../SV6a"
const card: Card = {
set: Set,
name: {
'zh-tw': "大王銅象"
},
illustrator: "kawayoo",
category: "Pokemon",
hp: 200,
types: ["Metal"],
description: {
'zh-tw': "自尊心強,脾氣刁鑽。 皮膚的綠色越是鮮豔, 就越受到同伴的尊敬。"
},
stage: "Stage1",
attacks: [{
name: {
'zh-tw': "[特性]爆大身軀"
},
effect: {
'zh-tw': "只要這隻寶可夢在戰鬥場上,對手無法從手牌使出競技場卡。"
}
}, {
name: {
'zh-tw': "鼻之金勾臂"
},
effect: {
'zh-tw': "若希望增加100點傷害。這個情況下在下個自己的回合這隻寶可夢無法使用招式。"
},
damage: "130+",
cost: ["Metal", "Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 4,
regulationMark: "H",
rarity: "Rare"
}
export default card