1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

Updated informations (#23)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Medicham",
fr: "Charmina"
},
illustrator: "Suwama Chiaki",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Meditite",
fr: "Méditikka"
},
attacks: [
{
cost: [
@ -26,9 +24,11 @@ const card: Card = {
],
name: {
en: "Yoga Kick",
fr: "Yoga Kick"
},
effect: {
en: "This attacks damage isnt affected by Weakness or Resistance.",
fr: "Les dégâts de cette attaque ne sont pas affectés par la Faiblesse ou la Résistance."
},
damage: 40,
@ -41,14 +41,17 @@ const card: Card = {
],
name: {
en: "Psychic",
fr: "Psyko"
},
effect: {
en: "This attack does 20 more damage for each Energy attached to your opponents Active Pokémon.",
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire."
},
damage: "60+",
},
],
weaknesses: [
{
type: "Psychic",
@ -57,9 +60,8 @@ const card: Card = {
],
retreat: 1,
hp: 110,
types: ["Fighting"]
}
export default card