mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
fix: Add Neo serie french translations (#167)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,23 +4,26 @@ import Set from '../Neo Revelation'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Murkrow",
|
||||
fr: "Cornèbre"
|
||||
},
|
||||
|
||||
illustrator: "Hironobu Yoshida",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
198,
|
||||
],
|
||||
|
||||
hp: 40,
|
||||
|
||||
types: [
|
||||
"Darkness",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -28,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Call for Family",
|
||||
fr: "Appel à la famille"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a card named Murkrow and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)",
|
||||
fr: "Cherchez une carte Pokémon de base de Cornèbre dans votre deck et placez-la sur votre Banc. Mélangez ensuite votre deck. (Vous ne pouvez pas utiliser cette attaque si votre Banc est plein.)"
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,11 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Flock Attack",
|
||||
fr: "Attaque en masse"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a number of coins equal to the number of Murkrows on your Bench. This attack does 10 damage plus 10 more damage for each heads.",
|
||||
fr: "Lancez un nombre de pièces égal au nombre de cartes Cornèbre sur votre Banc. Cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque face."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
],
|
||||
@ -57,9 +64,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
description: {
|
||||
fr: "Craint et détesté de tous, on raconte qu'il apporte le malheur à ceux qui l'aperçoivent la nuit."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user