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:
@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Galarian Runerigus",
|
||||
fr: "Tutétékri de Galar"
|
||||
},
|
||||
|
||||
illustrator: "TOKIYA",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Galarian Yamask",
|
||||
fr: "Tutafeh de Galar"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -27,9 +25,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spreading Spite",
|
||||
fr: "Mépris Réparti"
|
||||
},
|
||||
effect: {
|
||||
en: "For each damage counter on this Galarian Runerigus, put 2 damage counters on your opponent’s Pokémon in any way you like.",
|
||||
fr: "Pour chaque marqueur de dégâts sur ce Tutétékri de Galar, placez 2 marqueurs de dégâts sur les Pokémon de votre adversaire comme il vous plaît."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,14 +41,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Mad Hammer",
|
||||
fr: "Marteau en Folie"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon also does 30 damage to itself.",
|
||||
fr: "Ce Pokémon s’inflige aussi 30 dégâts."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
@ -57,9 +60,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
hp: 100,
|
||||
types: ["Fighting"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user