1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

22 lines
440 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV3s"
const card: Card = {
set: Set,
name: {
id: "Saura"
},
illustrator: "nagimiso",
category: "Trainer",
effect: {
id: "Ambil 3 kartu dari atas Deck sendiri. Tukar Pokémon Bertarung lawan dengan Pokémon Cadangan. [Pokémon yang akan dimasukkan ke Arena Bertarung dipilih oleh lawan.]"
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card