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,24 +4,29 @@ import Set from '../Neo Destiny'
const card: Card = {
name: {
en: "Dark Tyranitar",
fr: "Tyranocif obscur"
},
illustrator: "Shin-ichi Yoshida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
248,
],
hp: 90,
types: [
"Fighting",
],
evolveFrom: {
en: "Pupitar",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -30,11 +35,13 @@ const card: Card = {
],
name: {
en: "Mountain Smasher",
fr: "Casse-montagne"
},
effect: {
en: "Flip a number of coins equal to the number of Energy cards attached to Dark Tyranitar. This attack does 20 damage times the number of heads. Then, for each heads, discard the top card from your opponent's deck.",
fr: "Lancez un nombre de pièces égal au nombre de cartes Énergie attachées à Tyranocif obscur. Cette attaque inflige 20 dégâts multipliés par le nombre de faces. Puis, pour chaque face, défaussez-vous de la carte du dessus du deck de votre adversaire."
},
damage: 20,
damage: "20×",
},
{
@ -44,21 +51,28 @@ const card: Card = {
"Fighting",
"Colorless",
],
name: {
en: "Fling Away",
},
effect: {
en: "If your opponent has any Benched Pokémon, this attack does 30 damage instead of 50 and choose 1 of those Benched Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Catapulte"
},
effect: {
en: "If your opponent has any Benched Pokémon, this attack does 30 damage instead of 50 and choose 1 of those Benched Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Si votre adversaire a des Pokémon sur son Banc, cette attaque inflige 30 dégâts au lieu de 50 et vous choisissez un des Pokémon de son Banc. Cette attaque inflige 30 dégâts à ce Pokémon. (N'appliquez pas la Faiblesse et la Résistance pour les Pokémon du Banc.)"
},
damage: 50
},
],
weaknesses: [
{
type: "Grass",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
@ -66,9 +80,9 @@ const card: Card = {
},
],
description: {
fr: "Sa puissance est telle que même les montagnes ne lui résistent pas."
}
}
export default card