mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
29
data-asia/SV/SV1S/078.ts
Normal file
29
data-asia/SV/SV1S/078.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: "Lapangan Pinggir Pantai"
|
||||
},
|
||||
|
||||
illustrator: "Oswaldo KATO",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
ja: "おたがいのたねポケモン全員のにげるためのエネルギーは、それぞれ1個ぶん少なくなる。",
|
||||
'zh-tw': "雙方的所有【基礎】寶可夢【撤退】所需的能量,各減少1個。",
|
||||
th: "พลังงานสำหรับ[หนี]ของโปเกมอน[พื้นฐาน]ของทั้งสองฝ่ายทุกตัว แต่ละตัวจะลดลง 1 ลูก",
|
||||
id: "Energi yang dibutuhkan oleh semua Pokémon Basic kedua pemain untuk Mundur masing-masing berkurang 1."
|
||||
},
|
||||
|
||||
trainerType: "Stadium",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user