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

22 lines
672 B
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 "../S10P"
const card: Card = {
set: Set,
name: {
'zh-tw': "查克洛"
},
illustrator: "Hideki Ishikawa",
category: "Trainer",
effect: {
'zh-tw': "在這個回合,自己的【鬥】寶可夢使用的招式,對對手的戰鬥寶可夢造成的傷害「+30」點。在自己的回合若將自己的2張手牌「查克洛」除外丟棄則可從自己的棄牌區將這張「查克洛」給對手看過後加入手牌。在自己的回合時可使用的支援者卡的張數中不包含這個效果。"
},
trainerType: "Supporter",
regulationMark: "F"
}
export default card