mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Finished Complete Rework of the Database
This commit is contained in:
32
data/Sun & Moon/Cosmic Eclipse/229.ts
Normal file
32
data/Sun & Moon/Cosmic Eclipse/229.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Cosmic Eclipse'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Guzma & Hala",
|
||||
fr: "Guzma et Pectorius",
|
||||
},
|
||||
illustrator: "Junsei Kuninobu",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Cherchez une carte Stade dans votre deck, montrez-la, puis ajoutez-la à votre main. Mélangez ensuite votre deck.\n\nLorsque vous jouez cette carte, vous pouvez défausser 2 autres cartes de votre main. Dans ce cas, vous pouvez également chercher une carte Outil Pokémon et une carte Énergie spéciale de cette façon.",
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user