mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,31 +4,33 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Galarian Mr. Rime",
|
||||
fr: "M. Glaquette de Galar"
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Galarian Mr. Mime",
|
||||
fr: "M. Mime de Galar"
|
||||
},
|
||||
|
||||
|
||||
abilities: [
|
||||
{
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Screen Cleaner",
|
||||
fr: "Brise-Barrière"
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all effects of your opponent's attacks, except damage, done to all of your Pokémon that have Energy attached. (Existing effects are not removed.)",
|
||||
fr: "Évitez tous les effets des attaques de votre adversaire, excepté les dégâts, infligés à tous vos Pokémon auxquels de l’Énergie est attachée. (Les effets déjà en action ne sont pas retirés.)"
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -37,14 +39,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Triple Spin",
|
||||
fr: "Triple Tour"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 3 coins. This attack does 50 damage for each heads.",
|
||||
fr: "Lancez 3 pièces. Cette attaque inflige 50 dégâts pour chaque côté face."
|
||||
},
|
||||
damage: "50×",
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Metal",
|
||||
@ -53,9 +58,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
|
||||
|
||||
|
||||
hp: 110,
|
||||
types: ["Water"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user