mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 03:29:51 +00:00
Finished Complete Rework of the Database
This commit is contained in:
32
data/Sun & Moon/Cosmic Eclipse/231.ts
Normal file
32
data/Sun & Moon/Cosmic Eclipse/231.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Cosmic Eclipse'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Mallow & Lana",
|
||||
fr: "Barbara et Néphie",
|
||||
},
|
||||
illustrator: "kirisAki",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Échangez votre Pokémon Actif avec l’un de vos Pokémon de Banc. \n\nLorsque vous jouez cette carte, vous pouvez défausser 2 autres cartes de votre main. Dans ce cas, soignez 120 dégâts au Pokémon que vous avez déplacé vers votre Banc.",
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user