mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
32
data/XY/Double Crisis/34.ts
Normal file
32
data/XY/Double Crisis/34.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Double Crisis'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Double Magma Energy",
|
||||
fr: "Double Énergie Magma",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Uncommon",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Cette carte ne peut être attachée qu'à un Pokémon de la Team Magma. Défaussez cette carte à la fin du tour pendant lequel vous l'avez attachée.\n\nCette carte ne fournit de l'Énergie FightingFighting que pendant qu'elle est attachée à un Pokémon de la Team Magma.\n\n(Si cette carte est attachée à autre chose qu'un Pokémon de la Team Magma, défaussez cette carte.)",
|
||||
},
|
||||
|
||||
energyType: "Special",
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user