mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat(asian): Updated SV6 and added SV6a & SV6s (#502)
This commit is contained in:
22
data-asia/SV/SV6s/142.ts
Normal file
22
data-asia/SV/SV6s/142.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV6s"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
id: "Unfair Stamp"
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
id: "Kartu ini dapat digunakan jika pada giliran lawan sebelumnya, ada Pokémon sendiri yang KO. Kedua pemain masing-masing mengocok kembali semua Kartu Pegangan ke Deck. Setelah itu, pemain mengambil 5 kartu, sedangkan lawan mengambil 2 kartu dari atas Deck."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user