1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09: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,24 +4,29 @@ import Set from '../Team Rocket'
const card: Card = {
name: {
en: "Dark Alakazam",
fr: "Alakazam obscur"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
65,
],
hp: 60,
types: [
"Psychic",
],
evolveFrom: {
en: "Kadabra",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -32,9 +37,11 @@ const card: Card = {
],
name: {
en: "Teleport Blast",
fr: "Téléportation instantanée"
},
effect: {
en: "You may switch Dark Alakazam with 1 of your Benched Pokémon (Do the damage before switching the Pokémon).",
fr: "Vous pouvez échanger Alakazam obscur avec 1 des Pokémon de votre Banc. (Infligez les dégâts avant d'échanger les Pokémon.)"
},
damage: 30,
@ -47,14 +54,17 @@ const card: Card = {
],
name: {
en: "Mind Shock",
fr: "Choc mémoriel"
},
effect: {
en: "Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)",
fr: "N'appliquez pas la Faiblesse et la Résistance pour cette attaque. (Tous les autres effets ayant lieu après application de la Faiblesse et la Résistance subsistent.)"
},
damage: 40,
},
],
weaknesses: [
{
type: "Psychic",
@ -62,10 +72,9 @@ const card: Card = {
},
],
description: {
fr: "Il ne change jamais d'expression, même en plein cœur d'une bataille, comme s'il était sous le contrôle d'une force inconnue."
}
}
export default card