mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
26
data-asia/SV/SVHM/014.ts
Normal file
26
data-asia/SV/SVHM/014.ts
Normal file
@ -0,0 +1,26 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SVHM"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
'zh-tw': "寶可夢交替",
|
||||
th: "สับเปลี่ยนโปเกมอน",
|
||||
id: "Tukar Pokémon"
|
||||
},
|
||||
|
||||
illustrator: "Studio Bora Inc.",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
'zh-tw': "將自己的戰鬥寶可夢與備戰寶可夢互換。",
|
||||
th: "สลับโปเกมอนบนตำแหน่งต่อสู้ฝ่ายเรากับโปเกมอนบนเบนช์",
|
||||
id: "Tukar Pokémon Bertarung sendiri dengan Pokémon Cadangan."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user