1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-20 23:29:55 +00:00

33 lines
469 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Crimson Invasion'
const card: Card = {
name: {
en: "Sea of Nothingness",
fr: "Océan du Néant",
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Les États Spéciaux ne sont pas retirés lorsque les Pokémon (les vôtres et ceux de votre adversaire) évoluent ou dés-évoluent.",
},
trainerType: "Stadium",
}
export default card