1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

26 lines
942 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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