1
0
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:
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/SV1a/071.ts Normal file
View File

@ -0,0 +1,29 @@
import { Card } from "../../../interfaces"
import Set from "../SV1a"
const card: Card = {
set: Set,
name: {
ja: "レッスンスタジオ",
'zh-tw': "練習工房",
th: "สตูดิโอฝึกซ้อม",
id: "Studio Berlatih"
},
illustrator: "AYUMI ODASHIMA",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "おたがいの1進化ポケモンが使うワザの、相手のバトルポケモンへのダメージは「+10」される。",
'zh-tw': "雙方的【1階進化】寶可夢使用的招式對對手的戰鬥寶可夢造成的傷害「+10」點。",
th: "แดเมจของท่าต่อสู้ที่โปเกมอน[ร่าง1] ของทั้งสองฝ่าย ใช้ทำกับโปเกมอนบนตำแหน่งต่อสู้ฝ่ายตรงข้ามจะถูก [+10]",
id: "Kerusakan akibat serangan yang digunakan oleh Pokémon Stage 1 kedua pemain kepada Pokémon Bertarung lawan bertambah sejumlah 10."
},
trainerType: "Stadium",
regulationMark: "G"
}
export default card