mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-13 21:35:10 +00:00
feat: Add sv10 - Destined Rivals (#751)
This commit is contained in:
43
data/Scarlet & Violet/Destined Rivals/143.ts
Normal file
43
data/Scarlet & Violet/Destined Rivals/143.ts
Normal file
@ -0,0 +1,43 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Destined Rivals"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Steven's Beldum",
|
||||
fr: "Terhal de Pierre",
|
||||
de: "Troys Tanhel",
|
||||
it: "Beldum di Rocco",
|
||||
es: "Beldum de Máximo",
|
||||
pt: "Beldum do Steven",
|
||||
'es-mx': "Beldum de Steven"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Metal"],
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Metal", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Ram",
|
||||
fr: "Collision",
|
||||
de: "Ramme",
|
||||
it: "Carica",
|
||||
es: "Apisonar",
|
||||
pt: "Aríete",
|
||||
'es-mx': "Colisión"
|
||||
},
|
||||
|
||||
damage: 30
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "I"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user