1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +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

28
data-asia/SV/SV4a/171.ts Normal file
View File

@ -0,0 +1,28 @@
import { Card } from "../../../interfaces"
import Set from "../SV4a"
const card: Card = {
set: Set,
name: {
ja: "オモダカ",
'zh-tw': "也慈",
th: "โอโมดากะ",
id: "Sagitta"
},
illustrator: "kirisAki",
category: "Trainer",
effect: {
ja: "このカードを使った番の終わりまで、自分のポケモン全員は、ワザが使えない。(新しく場に出したポケモンもふくむ。)\n\n自分の山札から基本エネルギーを2枚まで選び、自分のポケモン1匹につける。そして山札を切る。",
'zh-tw': "在使用了這張卡的回合結束前,自己的所有寶可夢無法使用招式。(包含新上場的寶可夢。) 從自己的牌庫選擇最多2張基本能量卡附於自己的1隻寶可夢身上。並且重洗牌庫。",
th: "จนกว่าจะจบเทิร์นที่ใช้การ์ดนี้ โปเกมอนฝ่ายเราทุกตัว จะใช้ท่าต่อสู้ไม่ได้ (รวมถึงโปเกมอนที่เพิ่งออกมาใหม่บนกระดาน) เลือกการ์ดพลังงานพื้นฐานได้สูงสุด 2 ใบจากสำรับการ์ดฝ่ายเรา ติดที่โปเกมอนฝ่ายเรา 1 ตัว แล้วสับสำรับการ์ด",
id: "Hingga akhir giliran digunakannya kartu ini, semua Pokémon sendiri tidak dapat menggunakan serangan. (Termasuk Pokémon yang baru dimasukkan ke Arena.) Pilih paling banyak 2 lembar Energi Dasar dari Deck sendiri, lalu kenakan pada 1 Pokémon sendiri. Kemudian, kocok Deck."
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card