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

31 lines
1.3 KiB
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. 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: "くさりもち",
id: "Moci Rantai",
th: "โมจิอันทุ",
'zh-tw': "鎖鏈糬",
'zh-cn': "鎖鏈糬"
},
illustrator: "5ban Graphics",
rarity: "None",
category: "Trainer",
effect: {
ja: "このカードをつけているどくのポケモンが使うワザの、相手のバトルポケモンへのダメージは「+40」される。",
id: "Kerusakan akibat serangan yang digunakan oleh Pokémon yang mengalami kondisi Racun dan mengenakan kartu ini kepada Pokémon Bertarung lawan bertambah sejumlah 40.",
th: "แดเมจของท่าต่อสู้ที่โปเกมอนที่เป็นสภาวะ[พิษ]ที่ติดการ์ดนี้อยู่ ใช้ทำกับโปเกมอนบนตำแหน่งต่อสู้ฝ่ายตรงข้ามจะถูก [+40]",
'zh-tw': "附有這張卡的【中毒】的寶可夢使用的招式,對對手的戰鬥寶可夢造成的傷害「+40」點。",
'zh-cn': "附有這張卡的【中毒】的寶可夢使用的招式,對對手的戰鬥寶可夢造成的傷害「+40」點。"
},
trainerType: "Tool",
regulationMark: "H"
}
export default card