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:
65
data/Scarlet & Violet/Destined Rivals/134.ts
Normal file
65
data/Scarlet & Violet/Destined Rivals/134.ts
Normal file
@ -0,0 +1,65 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Destined Rivals"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Marnie's Impidimp",
|
||||
fr: "Grimalin de Rosemary",
|
||||
de: "Marys Bähmon",
|
||||
it: "Impidimp di Mary",
|
||||
es: "Impidimp de Roxy",
|
||||
pt: "Impidimp da Marine",
|
||||
'es-mx': "Impidimp de Marnie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Darkness"],
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Filch",
|
||||
fr: "Maraudage",
|
||||
de: "Mopsen",
|
||||
it: "Furtarello",
|
||||
es: "Birlar",
|
||||
pt: "Furtar",
|
||||
'es-mx': "Hurtar"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Draw a card.",
|
||||
fr: "Piochez une carte.",
|
||||
de: "Ziehe 1 Karte.",
|
||||
it: "Pesca una carta.",
|
||||
es: "Roba 1 carta.",
|
||||
pt: "Compre uma carta.",
|
||||
'es-mx': "Roba 1 carta."
|
||||
}
|
||||
}, {
|
||||
cost: ["Darkness"],
|
||||
|
||||
name: {
|
||||
en: "Corkscrew Punch",
|
||||
fr: "Poing Tire-Bouchon",
|
||||
de: "Korkenzieherhieb",
|
||||
it: "Pugno Rotante",
|
||||
es: "Puño Tirabuzón",
|
||||
pt: "Soco Saca-rolha",
|
||||
'es-mx': "Puño Sacacorchos"
|
||||
},
|
||||
|
||||
damage: 10
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "I"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user