mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 16:01:59 +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/160.ts
Normal file
28
data/Sword & Shield/Evolving Skies/160.ts
Normal file
@@ -0,0 +1,28 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Evolving Skies'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
variants: {
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Spirit Mask"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Attach a Pokemon Tool to 1 of your Pokemon that doesn’t already have a Pokemon Tool attached.\n\nIf the Pokemon this card is attached to is in the Active Spot and is damaged by an attack from your opponent’s Pokemon (even if it is Knocked Out), your opponent discards a card from their hand."
|
||||
},
|
||||
|
||||
trainerType: "Tool"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user