1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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/165.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: "Penelaahan Maniak Sandi",
th: "การถอดรหัสของผู้คลั่งไคล้รหัสลับ",
'zh-tw': "暗碼迷的解讀",
'zh-cn': "暗碼迷的解讀"
},
illustrator: "Taira Akitsu",
rarity: "None",
category: "Trainer",
effect: {
ja: "自分の山札から好きなカードを2枚選ぶ。残りの山札を切り、選んだカードを好きな順番に入れ替えて、山札の上にもどす。",
id: "Pilih 2 kartu sesukanya dari Deck sendiri. Kocok sisa Deck, tukar urutan kartu yang telah dipilih sesukanya, lalu kembalikan ke atas Deck.",
th: "เลือกการ์ดที่ชอบ 2 ใบจากสำรับการ์ดฝ่ายเรา สับสำรับการ์ดที่เหลือ เรียงการ์ดที่เลือกตามลำดับที่ชอบ ใส่กลับไปด้านบนของสำรับการ์ด",
'zh-tw': "從自己的牌庫任意選擇2張卡。重洗剩餘牌庫將所選的卡以任意順序排列放回牌庫上方。",
'zh-cn': "從自己的牌庫任意選擇2張卡。重洗剩餘牌庫將所選的卡以任意順序排列放回牌庫上方。"
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card