1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00

24 lines
1.3 KiB
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 "../SV5M"
const card: Card = {
set: Set,
name: {
'zh-tw': "沉重接力棒",
th: "คทาหนักอึ้ง"
},
illustrator: "Ayaka Yoshida",
category: "Trainer",
effect: {
'zh-tw': "附有這張卡的【撤退】所需的能量為4個的寶可夢在戰鬥場上受到對手的寶可夢招式的傷害而【昏厥】時選擇最多3張那隻寶可夢身上附加的基本能量卡以任意方式改附於自己的備戰寶可夢身上。",
th: "เมื่อโปเกมอนที่มีพลังงานสำหรับ[หนี] 4 ลูกที่ติดการ์ดนี้อยู่ อยู่บนตำแหน่งต่อสู้และได้รับแดเมจของท่าต่อสู้จากโปเกมอนฝ่ายตรงข้ามและ[หมดสภาพ]แล้ว เลือกการ์ดพลังงานพื้นฐานที่ติดอยู่กับโปเกมอนนั้นได้สูงสุด 3 ใบ ย้ายไปติดกับโปเกมอนบนเบนช์ฝ่ายเราตามชอบ"
},
trainerType: "Tool",
regulationMark: "H"
}
export default card