1
0
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:
2025-02-28 08:44:24 +01:00
committed by GitHub
parent 2f9c5814ff
commit 19dccfd5d7
238 changed files with 14569 additions and 0 deletions

29
data-asia/SV/SV8a/196.ts Normal file
View 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