mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add SV8a (#673)
This commit is contained in:
29
data-asia/SV/SV8a/196.ts
Normal file
29
data-asia/SV/SV8a/196.ts
Normal file
@ -0,0 +1,29 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV8a"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "ピーニャ",
|
||||
id: "Nanio",
|
||||
'zh-tw': "皮拿",
|
||||
'zh-cn': "皮拿"
|
||||
},
|
||||
|
||||
illustrator: "GOSSAN",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
ja: "相手のポケモン全員についている特殊エネルギーをそれぞれ1個ずつ選び、トラッシュする。",
|
||||
id: "Pilih Energi Spesial yang dikenakan pada semua Pokémon lawan masing-masing 1, lalu buang ke Trash.",
|
||||
'zh-tw': "選擇對手的所有寶可夢身上各自附加的特殊能量各1個,將其丟棄。",
|
||||
'zh-cn': "選擇對手的所有寶可夢身上各自附加的特殊能量各1個,將其丟棄。"
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user