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

26 lines
1.1 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 "../SV3"
const card: Card = {
set: Set,
name: {
ja: "ライム",
'zh-tw': "萊姆",
th: "ไลม์ [ซัพพอร์ต]"
},
illustrator: "nagimiso",
category: "Trainer",
effect: {
ja: "自分の山札を3枚引く。相手のバトルポケモンをベンチポケモンと入れ替える。バトル場に出すポケモンは相手が選ぶ。",
'zh-tw': "從自己的牌庫抽出3張卡。將對手的戰鬥寶可夢與備戰寶可夢互換。[由對手選擇放置於戰鬥場的寶可夢。]",
th: "จั่วการ์ด 3 ใบจากสำรับการ์ดฝ่ายเรา สลับโปเกมอนบนตำแหน่งต่อสู้ฝ่ายตรงข้ามกับโปเกมอนบนเบนช์ {ฝ่ายตรงข้ามเลือกโปเกมอนที่จะวางบนตำแหน่งต่อสู้}"
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card