mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
22
data-asia/S/SC2a/142.ts
Normal file
22
data-asia/S/SC2a/142.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SC2a"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
'zh-tw': "尖釘鎮"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
'zh-tw': "雙方玩家在自己的回合,每次自己的戰鬥寶可夢回到備戰區時,在回到備戰區的寶可夢身上放置2個傷害指示物。"
|
||||
},
|
||||
|
||||
trainerType: "Stadium",
|
||||
regulationMark: "D"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user