mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-02 16:39:18 +00:00
feat: Add sv10 - Destined Rivals (#751)
This commit is contained in:
43
data/Scarlet & Violet/Destined Rivals/013.ts
Normal file
43
data/Scarlet & Violet/Destined Rivals/013.ts
Normal file
@ -0,0 +1,43 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Destined Rivals"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fomantis",
|
||||
fr: "Mimantis",
|
||||
de: "Imantis",
|
||||
it: "Fomantis",
|
||||
es: "Fomantis",
|
||||
pt: "Fomantis",
|
||||
'es-mx': "Fomantis"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Grass"],
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Cut Up",
|
||||
fr: "Découpage",
|
||||
de: "Zerhäckseln",
|
||||
it: "Tagliuzzamento",
|
||||
es: "Trocear",
|
||||
pt: "Dilacerar",
|
||||
'es-mx': "Trozar"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "I"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user