mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-22 03:49:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
32
data/Black & White/Dragons Exalted/117.ts
Normal file
32
data/Black & White/Dragons Exalted/117.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Dragons Exalted'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Blend Energy GrassFirePsychicDarkness",
|
||||
fr: "Énergie Amalgamée GrassFirePsychicDarkness",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Uncommon",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Cette carte fournit de l'Énergie Colorless. Lorsque cette carte est attachée à un Pokémon, cette carte fournit de l'Énergie Grass, Fire, Psychic ou Darkness mais ne fournit qu'une Énergie à la fois.",
|
||||
},
|
||||
|
||||
energyType: "Special",
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user