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

feat: Add SV10 (#747)

This commit is contained in:
2025-05-24 20:58:26 +02:00
committed by GitHub
parent 651313ce70
commit 25df3092d2
99 changed files with 5615 additions and 0 deletions

27
data-asia/SV/SV10/096.ts Normal file
View File

@ -0,0 +1,27 @@
import { Card } from "../../../interfaces"
import Set from "../SV10"
const card: Card = {
set: Set,
name: {
'zh-tw': "火箭隊的監視塔",
'zh-cn': "火箭隊的監視塔",
ja: "ロケット団の監視塔"
},
illustrator: "AYUMI ODASHIMA",
category: "Trainer",
effect: {
'zh-tw': "雙方場上所有【無】寶可夢的特性全部消除。",
'zh-cn': "雙方場上所有【無】寶可夢的特性全部消除。",
ja: "おたがいの場のポケモン全員の特性は、すべてなくなる。"
},
trainerType: "Stadium",
regulationMark: "I",
rarity: "Uncommon"
}
export default card