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

26 lines
1.5 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 "../S12a"
const card: Card = {
set: Set,
name: {
'zh-tw': "熔岩的瀑布深潭",
th: "แอ่งน้ำตกแม็กมา",
ja: "マグマの滝壺"
},
illustrator: "ORBITALLINK Inc.",
category: "Trainer",
effect: {
'zh-tw': "雙方玩家在每個自己的回合時可使用1次可從自己的棄牌區選擇1張【火】能量卡附於自己的備戰區的【火】寶可夢身上。這個情況下在附上那張卡的寶可夢身上放置2個傷害指示物。",
th: "ผู้เล่นทั้งสองฝ่าย ในแต่ละเทิร์นของตัวเองทำได้ 1 ครั้ง เลือกการ์ดพลังงาน[ไฟ] 1 ใบจากตำแหน่งทิ้งการ์ดฝ่ายตัวเอง ติดที่โปเกมอน[ไฟ]บนเบนช์ฝ่ายตัวเองก็ได้ เมื่อทำเช่นนั้นแล้ว วางตัวนับแดเมจ 2 ตัวบนโปเกมอนที่ติดการ์ดนั้น",
ja: "おたがいのプレイヤーは、自分の番ごとに1回、自分のトラッシュからエネルギーを1枚選び、自分のベンチのポケモンにつけてよい。その場合、つけたポケモンにダメカンを2個のせる。"
},
trainerType: "Stadium",
regulationMark: "F"
}
export default card