mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
32
data/Sun & Moon/Crimson Invasion/123.ts
Normal file
32
data/Sun & Moon/Crimson Invasion/123.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Crimson Invasion'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Warp Energy",
|
||||
fr: "Énergie de Distorsion",
|
||||
},
|
||||
illustrator: undefined,
|
||||
rarity: "Rare",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Cette carte fournit de l’Énergie Colorless. \n\nLorsque vous attachez cette carte de votre main à votre Pokémon Actif, échangez ce Pokémon avec l’un de vos Pokémon de Banc.",
|
||||
},
|
||||
|
||||
energyType: "Special",
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user