1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09: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,23 +4,26 @@ import Set from '../Neo Discovery'
const card: Card = {
name: {
en: "Corsola",
fr: "Corayon"
},
illustrator: "Yuka Morii",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
222,
],
hp: 50,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@ -28,9 +31,11 @@ const card: Card = {
],
name: {
en: "Recover",
fr: "Soin"
},
effect: {
en: "Discard 1 Energy attached to Corsola or this attack does nothing. Remove all damage counters from Corsola.",
fr: "Défaussez 1 carte Énergie attachée à Corayon pour pouvoir utiliser cette attaque. Retirez tous les marqueurs de dégâts sur Corayon."
},
},
@ -39,15 +44,21 @@ const card: Card = {
"Fighting",
"Fighting",
],
name: {
en: "Spike Cannon",
},
effect: {
en: "Flip 2 coins. This attack does 30 times the number of heads.",
fr: "Picanon"
},
effect: {
en: "Flip 2 coins. This attack does 30 times the number of heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de faces."
},
damage: "30×"
},
],
weaknesses: [
{
type: "Grass",
@ -55,10 +66,9 @@ const card: Card = {
},
],
description: {
fr: "Il ne cesse de grandir et de changer de peau. La pointe de sa tête est très recherchée à cause de sa beauté."
}
}
export default card