1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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 Discovery'
const card: Card = {
name: {
en: "Kabutops",
fr: "Kabutops"
},
illustrator: "Kimiya Masago",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
141,
],
hp: 90,
types: [
"Water",
],
evolveFrom: {
en: "Kabuto",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -30,6 +35,7 @@ const card: Card = {
],
name: {
en: "Slash",
fr: "Tranche"
},
damage: 20,
@ -39,15 +45,21 @@ const card: Card = {
cost: [
"Fighting",
],
name: {
en: "Hydrocutter",
},
effect: {
en: "Flip a number of coins equal to the number of Energy cards attached to Kabutops. This attack does 40 times the number of heads. You can't flips more than 3 coins in this way.",
fr: "Hydro-lame"
},
effect: {
en: "Flip a number of coins equal to the number of Energy cards attached to Kabutops. This attack does 40 times the number of heads. You can't flips more than 3 coins in this way.",
fr: "Lancez un nombre de pièces égal au nombre de cartes Énergie attachées à Kabutops. Cette attaque inflige 40 dégâts, multipliés par le nombre de faces. Vous ne pouvez pas lancer plus de 3 pièces."
},
damage: "40×"
},
],
weaknesses: [
{
type: "Grass",
@ -55,10 +67,9 @@ const card: Card = {
},
],
description: {
fr: "Dans l'eau, il rentre ses pattes pour devenir plus compact, puis il agite sa carapace pour nager plus vite."
}
}
export default card