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

31 lines
1.2 KiB
TypeScript
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 "../SV8a"
const card: Card = {
set: Set,
name: {
ja: "夜のタンカ",
id: "Tandu Malam",
th: "เปลหามยามราตรี",
'zh-tw': "夜間擔架",
'zh-cn': "夜間擔架"
},
illustrator: "Toyste Beach",
rarity: "None",
category: "Trainer",
effect: {
ja: "自分のトラッシュからポケモンまたは基本エネルギーを1枚選び、相手に見せて、手札に加える。",
id: "Pilih 1 lembar Pokémon atau Energi Dasar dari Trash sendiri, perlihatkan ke lawan, lalu tambahkan ke Kartu Pegangan.",
th: "เลือกการ์ดโปเกมอนหรือการ์ดพลังงานพื้นฐาน 1 ใบจากตำแหน่งทิ้งการ์ดฝ่ายเรา ให้ฝ่ายตรงข้ามดู นำขึ้นมือ",
'zh-tw': "從自己的棄牌區選擇1張寶可夢卡或者基本能量卡在給對手看過後加入手牌。",
'zh-cn': "從自己的棄牌區選擇1張寶可夢卡或者基本能量卡在給對手看過後加入手牌。"
},
trainerType: "Item",
regulationMark: "H"
}
export default card