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:
27
data-asia/SV/SV4M/062.ts
Normal file
27
data-asia/SV/SV4M/062.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV4M"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "ブーストエナジー 未来",
|
||||
'zh-tw': "驅勁能量 未來",
|
||||
th: "บูสต์เอนเนอร์จี้ อนาคต"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
ja: "このカードをつけている「未来」のポケモンは、にげるためのエネルギーがすべてなくなり、そのポケモンが使うワザの、相手のバトルポケモンへのダメージは「+20」される。",
|
||||
'zh-tw': "附有這張卡的「未來」寶可夢【撤退】所需的能量全部消除,那隻寶可夢使用的招式,對對手的戰鬥寶可夢造成的傷害「+20」點。",
|
||||
th: "โปเกมอน [อนาคต] ที่ติดการ์ดนี้อยู่ พลังงานสำหรับ[หนี]ทั้งหมดจะหายไป แดเมจของท่าต่อสู้ที่โปเกมอนนั้น ใช้ทำกับโปเกมอนบนตำแหน่งต่อสู้ฝ่ายตรงข้ามจะถูก [+20]"
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user