1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-29 11:09:51 +00:00

fix: Add Base serie translations (#161)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-12 17:07:41 +01:00
committed by GitHub
parent 3b8e87e284
commit ffdd3b4656
337 changed files with 4395 additions and 2387 deletions

View File

@ -4,23 +4,26 @@ import Set from '../Base Set'
const card: Card = {
name: {
en: "Farfetch'd",
fr: "Canarticho"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
83,
],
hp: 50,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
@ -28,9 +31,11 @@ const card: Card = {
],
name: {
en: "Leek Slap",
fr: "Coup d'oignon"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing. Either way, you can't use this attack again as long as Farfetch'd stays in play (even putting Farfetch'd on the Bench won't let you use it again.)",
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet. Quel que soit le résultat, vous ne pouvez plus utiliser cette attaque aussi longtemps que Canarticho reste en jeu (même renvoyer Canarticho sur le Banc ne vous permet pas de l'utiliser à nouveau)."
},
damage: 30,
@ -43,18 +48,21 @@ const card: Card = {
],
name: {
en: "Pot Smash",
fr: "Coup de casserole"
},
damage: 30,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -62,9 +70,9 @@ const card: Card = {
},
],
description: {
fr: "Il utilise l'oignon qu'il a dans la bouche comme une épée d'acier."
}
}
export default card