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

24 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 "../S12a"
const card: Card = {
set: Set,
name: {
'zh-tw': "查克洛",
ja: "ザクロ"
},
illustrator: "Oswaldo KATO",
category: "Trainer",
effect: {
'zh-tw': "在這個回合,自己的【鬥】寶可夢使用的招式,對對手的戰鬥寶可夢造成的傷害「+30」點。 在自己的回合若將自己的2張手牌「查克洛」除外丟棄則可從自己的棄牌區將這張「查克洛」給對手看過後加入手牌。在自己的回合時可使用的支援者卡的張數中不包含這個效果。",
ja: "この番、自分のポケモンが使うワザの、相手のバトルポケモンへのダメージは「+30」される。\n\n自分の番に、自分の手札「ザクロ」をのぞくを2枚トラッシュするなら、この「ザクロ」を自分のトラッシュから、相手に見せて、手札に加える。この効果は、自分の番に使えるサポートの枚数にふくまない。"
},
trainerType: "Supporter",
regulationMark: "F"
}
export default card