mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
26
data-asia/SV/SV3/131.ts
Normal file
26
data-asia/SV/SV3/131.ts
Normal file
@ -0,0 +1,26 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV3"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "ポピー",
|
||||
'zh-tw': "波琵",
|
||||
th: "ป๊อปปี้ [ซัพพอร์ต]"
|
||||
},
|
||||
|
||||
illustrator: "yuu",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
ja: "自分の場のポケモン1匹についているエネルギーを2個まで選び、自分の別のポケモン1匹につけ替える。",
|
||||
'zh-tw': "選擇最多2個自己的場上的1隻寶可夢身上附加的能量,改附於自己的另1隻寶可夢身上。",
|
||||
th: "เลือกพลังงานที่ติดอยู่กับโปเกมอนบนกระดานฝ่ายเรา 1 ตัวได้สูงสุด 2 ลูก ย้ายไปติดกับโปเกมอนตัวอื่นของฝ่ายเรา 1 ตัว"
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user