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 Slowking",
fr: "Roigada obscur"
},
illustrator: "Tomokazu Komiya",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
199,
],
hp: 60,
types: [
"Psychic",
],
evolveFrom: {
en: "Slowpoke",
},
stage: "Stage1",
abilities: [
{
type: "Poke-POWER",
type: "Pokemon Power",
name: {
en: "Cunning",
fr: "Astuce"
},
effect: {
en: "Once during your turn (before your attack), you may flip a coin. If heads, look at the top card of your opponent's deck. Then, you may have your opponent shuffle his or her deck. This power can't be used if Dark Slowking is Asleep, Confused, or Paralyzed.",
fr: "Une fois pendant votre tour (avant votre attaque), vous pouvez lancer une pièce. Si c'est face, regardez la carte du dessus du deck de votre adversaire. Vous pouvez ensuite obliger votre adversaire à mélanger son deck. Ce pouvoir cesse de fonctionner si Roigada obscur est Endormi, Confus ou Paralysé."
},
},
],
attacks: [
{
cost: [
@ -41,14 +50,17 @@ const card: Card = {
],
name: {
en: "Mind Shock",
fr: "Choc mémoriel"
},
effect: {
en: "Don't apply Weakness or Resistance for this attack.",
fr: "N'appliquez ni la Faiblesse ni la Résistance pour cette attaque."
},
damage: 30,
},
],
weaknesses: [
{
type: "Psychic",
@ -56,10 +68,9 @@ const card: Card = {
},
],
description: {
fr: "À chaque fois qu'il baille, le Kokiyas qu'il porte sur la tête projette une enzyme qui le rend encore plus intelligent."
}
}
export default card