mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Add SV8a (#673)
This commit is contained in:
57
data-asia/SV/SV8a/221.ts
Normal file
57
data-asia/SV/SV8a/221.ts
Normal file
@ -0,0 +1,57 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV8a"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "ドラパルトex",
|
||||
id: "Dragapult ex",
|
||||
'zh-tw': "多龍巴魯托ex",
|
||||
'zh-cn': "多龍巴魯托ex"
|
||||
},
|
||||
|
||||
illustrator: "Jerky",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 320,
|
||||
types: ["Dragon"],
|
||||
stage: "Stage2",
|
||||
suffix: "EX",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
ja: "ジェットヘッド",
|
||||
id: "Jet Head",
|
||||
'zh-tw': "噴射頭擊",
|
||||
'zh-cn': "噴射頭擊"
|
||||
},
|
||||
|
||||
damage: 70
|
||||
}, {
|
||||
cost: ["Fire", "Psychic"],
|
||||
|
||||
name: {
|
||||
ja: "ファントムダイブ",
|
||||
id: "Phantom Dive",
|
||||
'zh-tw': "幻影奇襲",
|
||||
'zh-cn': "幻影奇襲"
|
||||
},
|
||||
|
||||
damage: 200,
|
||||
|
||||
effect: {
|
||||
ja: "ダメカン6個を、相手のベンチポケモンに好きなようにのせる。",
|
||||
id: "Letakkan sejumlah 6 Token Kerusakan pada Pokémon Cadangan lawan sesukanya.",
|
||||
'zh-tw': "將6個傷害指示物以任意方式放置於對手的備戰寶可夢身上。",
|
||||
'zh-cn': "將6個傷害指示物以任意方式放置於對手的備戰寶可夢身上。"
|
||||
}
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user