mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
24
data-asia/S/S5I/067.ts
Normal file
24
data-asia/S/S5I/067.ts
Normal file
@ -0,0 +1,24 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../S5I"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
'zh-tw': "芙蓉",
|
||||
th: "ฟุโย"
|
||||
},
|
||||
|
||||
illustrator: "GAME FREAK inc.",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
'zh-tw': "在這個回合,自己的「寶可夢【VMAX】」使用招式的傷害,不計算對手的戰鬥寶可夢身上的附加效果。",
|
||||
th: "เทิร์นนี้ ไม่นำเอฟเฟกต์ที่มีผลอยู่กับโปเกมอนบนตำแหน่งต่อสู้ฝ่ายตรงข้ามมาคำนวณแดเมจท่าต่อสู้ที่ [โปเกมอน【VMAX】] ฝ่ายเราใช้"
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user