1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59:18 +00:00

feat: Add SV8a (#673)

This commit is contained in:
2025-02-28 08:44:24 +01:00
committed by GitHub
parent 2f9c5814ff
commit 19dccfd5d7
238 changed files with 14569 additions and 0 deletions

31
data-asia/SV/SV8a/174.ts Normal file
View File

@ -0,0 +1,31 @@
import { Card } from "../../../interfaces"
import Set from "../SV8a"
const card: Card = {
set: Set,
name: {
ja: "パルデアの仲間たち",
id: "Teman-teman Paldea",
th: "พวกพ้องในพัลเดีย",
'zh-tw': "帕底亞的夥伴",
'zh-cn': "帕底亞的夥伴"
},
illustrator: "Cona Nitanda",
rarity: "None",
category: "Trainer",
effect: {
ja: "自分の山札を3枚引く。",
id: "Ambil 3 kartu dari atas Deck sendiri.",
th: "จั่วการ์ด 3 ใบจากสำรับการ์ดฝ่ายเรา",
'zh-tw': "從自己的牌庫抽出3張卡。",
'zh-cn': "從自己的牌庫抽出3張卡。"
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card