1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 17:39: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,14 +4,15 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Berserkatt de Galar",
en: "Galarian Perrserker"
},
illustrator: "Akira Komayama",
rarity: "Common",
category: "Pokemon",
set: Set,
hp: 120,
types: [
"Metal",
],
@ -23,12 +24,15 @@ const card: Card = {
type: "Ability",
name: {
fr: "Boost Acier",
en: "Steely Spirit"
},
effect: {
fr: "Les attaques de vos Pokémon Acier infligent 20 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la résistance).",
en: "Your Metal Pokémons attacks do 20 more damage to your opponents Active Pokémon (before applying Weakness and Resistance)."
},
},
],
attacks: [
{
cost: [
@ -38,28 +42,34 @@ const card: Card = {
],
name: {
fr: "Griffe Acier",
en: "Metal Claw"
},
damage: 70,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 2,
evolveFrom: {
en: "Galarian Meowth",
fr: "Miaouss de Galar"
}
}
export default card