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

27 lines
1.1 KiB
TypeScript
Raw Permalink 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: "Ayaka Yoshida",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "このカードをつけているポケモンが、相手のポケモンからワザのダメージを受けてきぜつしたとき、ワザを使ったポケモンにダメカンを4個のせる。",
'zh-tw': "附有這張卡的寶可夢受到對手的寶可夢招式的傷害而【昏厥】時在使用招式的寶可夢身上放置4個傷害指示物。",
th: "เมื่อโปเกมอนที่ติดการ์ดนี้อยู่ ได้รับแดเมจของท่าต่อสู้จากโปเกมอนฝ่ายตรงข้ามและ[หมดสภาพ]แล้ว วางตัวนับแดเมจ 4 ตัวบนโปเกมอนที่ใช้ท่าต่อสู้"
},
trainerType: "Tool",
regulationMark: "G"
}
export default card