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:
@ -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émon’s attacks do 20 more damage to your opponent’s 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
|
||||
|
Reference in New Issue
Block a user