1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +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,50 +4,65 @@ import Set from '../Team Rocket'
const card: Card = {
name: {
en: "Dark Slowbro",
fr: "Flagadoss obscur"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
80,
],
hp: 60,
types: [
"Psychic",
],
evolveFrom: {
en: "Slowpoke",
},
stage: "Stage1",
abilities: [
{
type: "Poke-POWER",
type: "Pokemon Power",
name: {
en: "Reel In",
fr: "Rembobinage"
},
effect: {
en: "When you play Dark Slowbro from your hand, choose up to 3 Basic Pokémon and/or Evolution cards from your discard pile and put them into your hand.",
fr: "Lorsque vous jouez Flagadoss obscur depuis votre main, choisissez jusqu'à 3 Pokémon de base et/ou cartes Évolution de votre pile de défausse et placez-les dans votre main."
},
},
],
attacks: [
{
cost: [
"Psychic",
"Psychic",
],
name: {
en: "Fickle Attack",
},
effect: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Attaque inconstante"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Lancez une pièce. Si c'est pile, cette attaque ne fait rien."
},
damage: 40
},
],
weaknesses: [
{
type: "Psychic",
@ -55,10 +70,9 @@ const card: Card = {
},
],
description: {
fr: "Sa principale volonté est qu'on le laisse tranquille, il en vient parfois à être manipulé par des gens sans scrupules."
}
}
export default card