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,16 +4,20 @@ import Set from '../Neo Genesis'
const card: Card = {
name: {
en: "Lanturn",
fr: "Lanturn"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
171,
],
hp: 70,
types: [
"Lightning",
],
@ -22,15 +26,18 @@ const card: Card = {
abilities: [
{
type: "Poke-POWER",
type: "Pokemon Power",
name: {
en: "Hydroelectric Power",
fr: "Pouvoir hydroélectrique"
},
effect: {
en: "You may make Floodlight do 10 more damage for each Water Energy attached to Lanturn but not used to pay for Floodlight's Energy cost. This power can't be used if Lanturn is Asleep, Confused, or Paralyzed.",
fr: "Vous pouvez augmenter de 10 le nombre de dégâts infligés par Projecteur pour chaque Énergie attachée à Lanturn mais non utilisée pour payer le coût en Énergie de Projecteur. Ce pouvoir ne peut être utilisé si Lanturn est Endormi, Confus ou Paralysé."
},
},
],
attacks: [
{
cost: [
@ -39,14 +46,17 @@ const card: Card = {
],
name: {
en: "Floodlight",
fr: "Projecteur"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
},
damage: 20,
},
],
weaknesses: [
{
type: "Fighting",
@ -54,10 +64,9 @@ const card: Card = {
},
],
description: {
fr: "La lumière qu'il produit est si brillante qu'elle atteint la surface de la mer depuis plus de 5 kilomètres de profondeur."
}
}
export default card