1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +00:00

feat: Add SV9s (#746)

This commit is contained in:
2025-05-24 20:57:29 +02:00
committed by GitHub
parent db5863caee
commit 651313ce70
186 changed files with 9356 additions and 0 deletions

24
data-asia/SV/SV9s/124.ts Normal file
View File

@ -0,0 +1,24 @@
import { Card } from "../../../interfaces"
import Set from "../SV9s"
const card: Card = {
set: Set,
name: {
th: "เอนเนอร์จี้รีไซเคิล",
id: "Energi Recycle"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
th: "เลือกการ์ดพลังงานพื้นฐานได้สูงสุด 5 ใบจากตำแหน่งทิ้งการ์ดฝ่ายเรา ให้ ฝ่ายตรงข้ามดู ใส่กลับไปในสำรับการ์ดแล้วสับ",
id: "Pilih paling banyak 5 lembar Energi Dasar dari Trash sendiri, perlihatkan ke lawan, lalu kocok kembali ke Deck."
},
trainerType: "Item",
regulationMark: "I"
}
export default card