1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +00:00

fix: Add Neo serie french translations (#167)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-12 17:24:19 +01:00
committed by GitHub
parent ffdd3b4656
commit 68054fe4c9
365 changed files with 5008 additions and 2616 deletions

View File

@ -4,35 +4,44 @@ import Set from '../Neo Destiny'
const card: Card = {
name: {
en: "Dark Ampharos",
fr: "Pharamp obscur"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
181,
],
hp: 70,
types: [
"Lightning",
],
evolveFrom: {
en: "Flaaffy",
},
stage: "Stage2",
abilities: [
{
type: "Poke-POWER",
type: "Pokemon Power",
name: {
en: "Conductivity",
fr: "Conductivité"
},
effect: {
en: "Whenever your opponent attaches an Energy card to a Pokémon from his or her hand, this Power does 10 damage to that Pokémon. (Don't apply Weakness and Resistance) This power stops working if you have more than 1 Dark Ampharos in play or while Dark Ampharos is Asleep, Confused or Paralysed.",
fr: "Lorsque votre adversaire attache une carte Énergie de sa main à son Pokémon, ce pouvoir inflige 10 dégâts à ce Pokémon. (N'appliquez ni la Faiblesse ni la Résistance.) Ce pouvoir cesse de fonctionner si vous avez plus d'un Pharamp obscur en jeu ou si Pharamp obscur est Endormi, Confus ou Paralysé."
},
},
],
attacks: [
{
cost: [
@ -42,14 +51,17 @@ const card: Card = {
],
name: {
en: "Shock Bolt",
fr: "Choc'éclair"
},
effect: {
en: "Discard all Energy cards attached to this Pokémon in order to use this attack.",
fr: "Défaussez-vous de toutes les cartes Énergie attachées à Pharamp obscur ou cette attaque ne fait rien."
},
damage: 50,
},
],
weaknesses: [
{
type: "Fighting",
@ -57,10 +69,9 @@ const card: Card = {
},
],
description: {
fr: "La nuit, la pointe de sa queue est visible à des kilomètres à la ronde, même pour les bateaux qui naviguent au large."
}
}
export default card