1
0
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:
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: "Morgrem",
fr: "Fourbelin"
},
illustrator: "Hitoshi Ariga",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Impidimp",
fr: "Grimalin"
},
attacks: [
{
cost: [
@ -26,6 +24,7 @@ const card: Card = {
],
name: {
en: "Bite",
fr: "Morsure"
},
damage: 30,
@ -39,14 +38,17 @@ const card: Card = {
],
name: {
en: "False Surrender",
fr: "Fourbette"
},
effect: {
en: "This attacks damage isnt affected by any effects on your opponents Active Pokémon.",
fr: "Les dégâts de cette attaque ne sont affectés par aucun effet en action sur le Pokémon Actif de votre adversaire."
},
damage: 60,
},
],
weaknesses: [
{
type: "Grass",
@ -55,9 +57,8 @@ const card: Card = {
],
retreat: 2,
hp: 90,
types: ["Darkness"]
}
export default card