mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Archéodong",
|
||||
},
|
||||
illustrator: "match",
|
||||
rarity: "Rare",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -33,7 +33,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may attach a Metal Energy card from your discard pile to 1 of your Benched Pokémon.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez attacher une carte Énergie Metal de votre pile de défausse à l'un de vos Pokémon de Banc.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez attacher une carte Énergie Metal de votre pile de défausse à l’un de vos Pokémon de Banc.",
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -62,7 +62,7 @@ const card: Card = {
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
value: "-20"
|
||||
value: "−20"
|
||||
},
|
||||
],
|
||||
retreat: 3,
|
||||
|
Reference in New Issue
Block a user