mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
Add Evolving Skies Data (#60)
* First batch Missing more informations like Attacks,etc but it will be added later Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Fixed some data Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
28
data/Sword & Shield/Evolving Skies/200.ts
Normal file
28
data/Sword & Shield/Evolving Skies/200.ts
Normal file
@ -0,0 +1,28 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Evolving Skies'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Copycat"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Shuffle your hand into your deck. Then, draw a card for each card in your opponent’s hand."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user