mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-24 12:59:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
32
data/Black & White/Next Destinies/93.ts
Normal file
32
data/Black & White/Next Destinies/93.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Next Destinies'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Prism Energy",
|
||||
fr: "Énergie Prisme",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Uncommon",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Cette carte fournit de l'Énergie Colorless. Si le Pokémon auquel cette carte est attachée est un Pokémon de base, cette carte fournit n'importe quel type d'Énergie mais ne fournit qu'une Énergie à la fois.",
|
||||
},
|
||||
|
||||
energyType: "Special",
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user