1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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,24 +4,29 @@ import Set from '../Neo Revelation'
const card: Card = {
name: {
en: "Ampharos",
fr: "Pharamp"
},
illustrator: "Toshinao Aoki",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
181,
],
hp: 90,
types: [
"Lightning",
],
evolveFrom: {
en: "Flaaffy",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -30,9 +35,11 @@ const card: Card = {
],
name: {
en: "Attract Current",
fr: "Courant d'attraction"
},
effect: {
en: "Flip 3 coins. For each heads, you may search your deck for a L Energy card and attach it to 1 of your L Pokémon. Shuffle your deck afterward.",
fr: "Lancez 3 pièces. Pour chaque face, vous pouvez chercher une carte Énergie dans votre deck et l'attacher à l'un de vos Pokémon . Mélangez ensuite votre deck."
},
damage: 20,
@ -46,14 +53,17 @@ const card: Card = {
],
name: {
en: "Gigavolt",
fr: "Gigavolt"
},
effect: {
en: "Flip a coin. If heads, this attack does 40 damage plus 20 more damage. If tails, this attack does 40 damage and the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires. Si c'est pile, cette attaque inflige 40 dégâts et le Pokémon Défenseur est maintenant Paralysé."
},
damage: 40,
damage: "40+",
},
],
weaknesses: [
{
type: "Fighting",
@ -61,10 +71,9 @@ const card: Card = {
},
],
description: {
fr: "L'extrémité lumineuse de sa queue est visible de très loin. Depuis l'antiquité, elle sert de balise aux gens perdus."
}
}
export default card