1
0
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:
2024-06-07 12:53:08 +02:00
committed by GitHub
parent a35fadd50c
commit a26ef0e5eb
8069 changed files with 379200 additions and 423 deletions

29
data-asia/SV/SV2a/158.ts Normal file
View File

@ -0,0 +1,29 @@
import { Card } from "../../../interfaces"
import Set from "../SV2a"
const card: Card = {
set: Set,
name: {
ja: "大きなふうせん",
'zh-tw': "大氣球",
th: "ลูกโป่งยักษ์",
id: "Balon Besar"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "このカードをつけている2進化ポケモンのにげるためのエネルギーは、すべてなくなる。",
'zh-tw': "附有這張卡的【2階進化】寶可夢【撤退】所需的能量全部消除。",
th: "พลังงานสำหรับ[หนี]ของโปเกมอน[ร่าง2] ที่ติดการ์ดนี้อยู่ ทั้งหมดจะหายไป",
id: "Pokémon Stage 2 yang mengenakan kartu ini menjadi tidak membutuhkan Energi untuk Mundur."
},
trainerType: "Tool",
regulationMark: "G"
}
export default card