mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Malamar",
|
||||
fr: "Sepiatroce"
|
||||
},
|
||||
illustrator: "kawayoo",
|
||||
rarity: "Uncommon",
|
||||
@ -17,6 +18,7 @@ const card: Card = {
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Inkay",
|
||||
fr: "Sepiatop"
|
||||
},
|
||||
|
||||
|
||||
@ -29,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Eerie Wave",
|
||||
fr: "Vague Étrange"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Confused.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
@ -44,9 +48,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Random Peck",
|
||||
fr: "Coup d’Bec au Pif"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 40 more damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 40 dégâts supplémentaires pour chaque côté face."
|
||||
},
|
||||
damage: "80+",
|
||||
|
||||
|
Reference in New Issue
Block a user