mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 11:09:19 +00:00
feat: Add Scarlet & violet three first sets (#446)
Some checks failed
Build / build (push) Failing after 59s
Some checks failed
Build / build (push) Failing after 59s
This commit is contained in:
50
data/Scarlet & Violet/Obsidian Flames/206.ts
Normal file
50
data/Scarlet & Violet/Obsidian Flames/206.ts
Normal file
@ -0,0 +1,50 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Obsidian Flames"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Vrombi",
|
||||
en: "Varoom",
|
||||
es: "Varoom",
|
||||
it: "Varoom",
|
||||
pt: "Varoom",
|
||||
de: "Knattox"
|
||||
},
|
||||
|
||||
rarity: "Illustration rare",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Metal"],
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Metal"],
|
||||
|
||||
name: {
|
||||
fr: "Pioche Tournante",
|
||||
en: "Spinning Draw",
|
||||
es: "Robo Giratorio",
|
||||
it: "Pesca Rotante",
|
||||
pt: "Compra Giratória",
|
||||
de: "Drehender Zug"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Piochez une carte.",
|
||||
en: "Draw a card.",
|
||||
es: "Roba 1 carta.",
|
||||
it: "Pesca una carta.",
|
||||
pt: "Compre uma carta.",
|
||||
de: "Ziehe 1 Karte."
|
||||
},
|
||||
|
||||
damage: 10
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user