mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 11:51:59 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Malamar VMAX",
|
||||
fr: "Sepiatroce VMAX"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Malamar V",
|
||||
fr: "Sepiatroce-V"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -28,14 +26,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Max Jammer",
|
||||
fr: "Bloquomax"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent reveals their hand. Choose a card you find there and put it on the bottom of their deck.",
|
||||
fr: "Votre adversaire dévoile sa main. Choisissez-y une carte, puis placez-la en dessous de son deck."
|
||||
},
|
||||
damage: 180,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
@@ -44,9 +45,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
hp: 310,
|
||||
types: ["Darkness"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user