mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18:29:19 +00:00
feat: Add Scarlet & Violet Promos (#607)
* feat: ADd set datas Signed-off-by: Avior <git@avior.me> * feat: Add cards Signed-off-by: Avior <git@avior.me> --------- Signed-off-by: Avior <git@avior.me>
This commit is contained in:
41
data/Scarlet & Violet/SVP Black Star Promos/106.ts
Normal file
41
data/Scarlet & Violet/SVP Black Star Promos/106.ts
Normal file
@ -0,0 +1,41 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SVP Black Star Promos"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Pikachu ex",
|
||||
fr: "Pikachu-ex",
|
||||
es: "Pikachu ex",
|
||||
it: "Pikachu-ex",
|
||||
pt: "Pikachu ex",
|
||||
de: "Pikachu-ex"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Lightning"],
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Lightning", "Lightning", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Thunderbolt",
|
||||
fr: "Tonnerre",
|
||||
es: "Rayo",
|
||||
it: "Fulmine",
|
||||
pt: "Relâmpago",
|
||||
de: "Donnerblitz"
|
||||
},
|
||||
|
||||
damage: 120
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user