mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add SV9 (#674)
This commit is contained in:
26
data-asia/SV/SV9/100.ts
Normal file
26
data-asia/SV/SV9/100.ts
Normal file
@ -0,0 +1,26 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV9"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "スパイクエネルギー",
|
||||
'zh-tw': "扣殺能量",
|
||||
'zh-cn': "扣殺能量"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Energy",
|
||||
|
||||
effect: {
|
||||
ja: "このカードは、ポケモンについているかぎり、エネルギー1個ぶんとしてはたらく。\n\nこのカードをつけているポケモンが、バトル場で相手のポケモンからワザのダメージを受けたとき、ワザを使ったポケモンにダメカンを2個のせる。",
|
||||
'zh-tw': "只要這張卡附於寶可夢身上,視為提供1個【無】能量。 附有這張卡的寶可夢在戰鬥場受到對手的寶可夢招式的傷害時,在使用招式的寶可夢身上放置2個傷害指示物。",
|
||||
'zh-cn': "只要這張卡附於寶可夢身上,視為提供1個【無】能量。 附有這張卡的寶可夢在戰鬥場受到對手的寶可夢招式的傷害時,在使用招式的寶可夢身上放置2個傷害指示物。"
|
||||
},
|
||||
|
||||
energyType: "Special",
|
||||
regulationMark: "I"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user