mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
29
data-asia/SV/SV2D/070.ts
Normal file
29
data-asia/SV/SV2D/070.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV2D"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "災いの荒野",
|
||||
'zh-tw': "災禍荒野",
|
||||
th: "ทุ่งร้างหายนะ",
|
||||
id: "Gurun Malapetaka"
|
||||
},
|
||||
|
||||
illustrator: "AYUMI ODASHIMA",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
ja: "おたがいのたねポケモン(ポケモンをのぞく)全員のにげるためのエネルギーは、それぞれ1個ぶん多くなる。",
|
||||
'zh-tw': "雙方的所有【基礎】寶可夢(【鬥】寶可夢除外)【撤退】所需的能量各增加1個。",
|
||||
th: "พลังงานสำหรับ[หนี]ของโปเกมอน[พื้นฐาน]ของทั้งสองฝ่ายทุกตัว (ยกเว้นโปเกมอน[ต่อสู้]) แต่ละตัวจะเพิ่มขึ้น 1 ลูก",
|
||||
id: "Energi yang dibutuhkan oleh semua Pokémon Basic (selain Pokémon {Petarung}) kedua pemain untuk Mundur masing-masing bertambah 1."
|
||||
},
|
||||
|
||||
trainerType: "Stadium",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user