mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-23 04:19:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
32
data/Diamond & Pearl/Diamond & Pearl/108.ts
Normal file
32
data/Diamond & Pearl/Diamond & Pearl/108.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Diamond & Pearl'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Night Pokémon Center",
|
||||
fr: "Centre Pokémon de Nuit",
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Choisissez 1 de vos Pokémon. Lancez 2 pièces. Si ce sont deux faces, retirez à ce Pokémon tous ses marqueurs de dégât. Si ce sont deux piles, défaussez toutes les cartes Énergie attachées à ce Pokémon.",
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user