mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Galarian Perrserker",
|
||||
fr: "Berserkatt de Galar"
|
||||
},
|
||||
|
||||
illustrator: "Naoki Saito",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Galarian Meowth",
|
||||
fr: "Miaouss de Galar"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -27,6 +25,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Slash",
|
||||
fr: "Tranche"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
@ -40,30 +39,34 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Claw Dagger",
|
||||
fr: "Griffe Dague"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 3 coins. This attack does 80 damage for each heads.",
|
||||
fr: "Lancez 3 pièces. Cette attaque inflige 80 dégâts pour chaque côté face."
|
||||
},
|
||||
damage: "80×",
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Grass",
|
||||
value: "-30"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
hp: 120,
|
||||
types: ["Metal"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user