mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
feat: Add Stellar Crown (#533)
This commit is contained in:
41
data/Scarlet & Violet/Stellar Crown/069.ts
Normal file
41
data/Scarlet & Violet/Stellar Crown/069.ts
Normal file
@ -0,0 +1,41 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Stellar Crown"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Espathra",
|
||||
fr: "Cléopsytra",
|
||||
es: "Espathra",
|
||||
it: "Espathra",
|
||||
pt: "Espathra",
|
||||
de: "Psiopatra"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Psychic"],
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Psychic"],
|
||||
|
||||
name: {
|
||||
en: "Psychic Flash",
|
||||
fr: "Flash Psy",
|
||||
es: "Destello Psíquico",
|
||||
it: "Psicoflash",
|
||||
pt: "Clarão Psíquico",
|
||||
de: "Psycho-Blitz"
|
||||
},
|
||||
|
||||
damage: 50
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user