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 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 "../SV8a"
const card: Card = {
set: Set,
name: {
ja: "つりざおMAX",
id: "Kail MAX",
th: "คันเบ็ด MAX",
'zh-tw': "釣竿MAX",
'zh-cn': "釣竿MAX"
},
illustrator: "Toyste Beach",
rarity: "None",
category: "Trainer",
effect: {
ja: "自分のトラッシュからポケモンと基本エネルギーを合計5枚まで選び、相手に見せて、手札に加える。",
id: "Pilih paling banyak total 5 lembar Pokémon dan Energi Dasar dari Trash sendiri, perlihatkan ke lawan, lalu tambahkan ke Kartu Pegangan.",
th: "เลือกการ์ดโปเกมอนและการ์ดพลังงานพื้นฐานรวมกันได้สูงสุด 5 ใบ จากตำแหน่งทิ้งการ์ดฝ่ายเรา ให้ฝ่ายตรงข้ามดู นำขึ้นมือ",
'zh-tw': "從自己的棄牌區選擇寶可夢卡與基本能量卡合計最多5張在給對手看過後加入手牌。",
'zh-cn': "從自己的棄牌區選擇寶可夢卡與基本能量卡合計最多5張在給對手看過後加入手牌。"
},
trainerType: "Item",
regulationMark: "H"
}
export default card