mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 03:29:51 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
29
data-asia/SV/SV1S/071.ts
Normal file
29
data-asia/SV/SV1S/071.ts
Normal file
@ -0,0 +1,29 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV1S"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "岩のむねあて",
|
||||
'zh-tw': "岩石胸甲",
|
||||
th: "เกราะหุ้มหน้าอกหิน",
|
||||
id: "Pelindung Dada Bebatuan"
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
ja: "このカードをつけているポケモンが、相手のポケモンから受けるワザのダメージは「-30」される。",
|
||||
'zh-tw': "附有這張卡的【鬥】寶可夢,受到對手的寶可夢招式的傷害「-30」點。",
|
||||
th: "แดเมจของท่าต่อสู้ที่โปเกมอน[ต่อสู้]ที่ติดการ์ดนี้อยู่ จะได้รับจากโปเกมอนฝ่ายตรงข้ามจะถูก [-30]",
|
||||
id: "Kerusakan akibat serangan dari Pokémon lawan yang diterima Pokémon {Petarung} yang mengenakan kartu ini berkurang sejumlah 30."
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user