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:
24
data-asia/SV/SV9s/124.ts
Normal file
24
data-asia/SV/SV9s/124.ts
Normal 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
|
Reference in New Issue
Block a user