mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
feat: Add Stellar Crown (#533)
This commit is contained in:
41
data/Scarlet & Violet/Stellar Crown/109.ts
Normal file
41
data/Scarlet & Violet/Stellar Crown/109.ts
Normal file
@ -0,0 +1,41 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Stellar Crown"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Revavroom",
|
||||
fr: "Vrombotor",
|
||||
es: "Revavroom",
|
||||
it: "Revavroom",
|
||||
pt: "Revavroom",
|
||||
de: "Knattatox"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 150,
|
||||
types: ["Metal"],
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Metal", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Outta-Control Dash",
|
||||
fr: "Ruée Incontrôlable",
|
||||
es: "A Todo Gas",
|
||||
it: "Corsa Senza Freni",
|
||||
pt: "Investida Desgovernada",
|
||||
de: "Furioses Flitzen"
|
||||
},
|
||||
|
||||
damage: 100
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user